postgresql/src/bin
Tom Lane c7d1a8d428 Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands
> found in a pg_dump archive.  It had problems with dollar-quote tags
broken across bufferload boundaries (this may explain bug report from
Rod Taylor), also with dollar-quote literals of the form $a$a$...,
and was also confused about the rules for backslash in double quoted
identifiers (ie, they're not special).  Also put in placeholder support
for E'...' literals --- this will need more work later.
2005-09-11 04:10:25 +00:00
..
initdb Fix initdb quoting for Win32 paths in final examples, per Dave Page. 2005-08-28 22:21:46 +00:00
ipcclean Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
pg_config Extend pg_config to be able to report the build-time values of CC, 2005-08-09 22:47:03 +00:00
pg_controldata Change WAL-logging scheme for multixacts to be more like regular 2005-06-08 15:50:28 +00:00
pg_ctl Awhile back we replaced all uses of strcasecmp and strncasecmp with 2005-07-25 04:52:32 +00:00
pg_dump Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands 2005-09-11 04:10:25 +00:00
pg_resetxlog Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
pgevent Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
psql Clean up version comparison/display code, per gripe from Michael Fuhr. 2005-09-05 18:05:13 +00:00
scripts Implement a preliminary 'template' facility for procedural languages, 2005-09-05 23:50:49 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00