postgresql/src/bin
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per
recent discussion.  The lexer is used for both SQL command text and
backslash commands.  The purpose of this change is to make it easier to
track the behavior of the backend's SQL lexer --- essentially identical
flex rules are now used by psql.  Also, this cleans up a lot of very
squirrelly code in mainloop.c and command.c.  The flex code is somewhat
bulkier than the removed code, but should be lots easier to maintain.
2004-02-19 19:40:09 +00:00
..
initdb Briefly, 2004-02-02 00:11:31 +00:00
initlocation $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
ipcclean $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_config $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_controldata Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to 2004-02-11 22:55:26 +00:00
pg_ctl Make non-wait pg_ctl start/stop message more accurate. 2004-01-10 02:55:14 +00:00
pg_dump Add hooks for type-specific calculation of ANALYZE statistics. Idea and 2004-02-12 23:41:04 +00:00
pg_encoding $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_resetxlog Here is an updated version of the win32 readdir patch. 2004-02-17 03:45:17 +00:00
pgtclsh Add missing $(X). 2003-12-19 11:54:25 +00:00
psql Re-implement psql's input scanning to use a flex-generated lexer, as per 2004-02-19 19:40:09 +00:00
scripts Fix incorrect SQL syntax emitted when -E is given without -P. 2004-01-09 00:15:11 +00:00
Makefile Remove pg_id. 2003-12-17 18:44:09 +00:00