postgresql/src/bin
Tom Lane 77ce50a403 Fix psql lexer to avoid use of backtracking.
Per previous experimentation, backtracking slows down lexing performance
significantly (by about a third).  It's usually pretty easy to avoid, just
need to have rules that accept an incomplete construct and do whatever the
lexer would have done otherwise.

The backtracking was introduced by the patch that added quoted variable
substitution.  Back-patch to 9.0 where that was added.
2011-08-25 14:33:08 -04:00
..
initdb Use consistent format for reporting GetLastError() 2011-08-23 22:00:52 +03:00
pg_basebackup Translation updates 2011-08-17 14:07:46 +03:00
pg_config Make _ be automatically included in GETTEXT_TRIGGERS 2011-06-26 23:05:30 +03:00
pg_controldata Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pg_ctl Use consistent format for reporting GetLastError() 2011-08-23 22:00:52 +03:00
pg_dump Properly quote SQL/MED generic options in pg_dump output. 2011-08-25 12:37:32 -04:00
pg_resetxlog Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Fix psql lexer to avoid use of backtracking. 2011-08-25 14:33:08 -04:00
scripts Translation updates 2011-08-17 14:07:46 +03:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00