postgresql/src/bin
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched
literally, whether quoted or not.  Since we allow $ as a character within
identifiers, this behavior is useful, whereas the previous behavior of
treating it as the regexp ending anchor was nearly useless given that the
pattern is automatically anchored anyway.  This affects the arguments of
psql's \d commands as well as pg_dump's -n and -t switches.  Per discussion.
2007-07-10 00:21:31 +00:00
..
initdb Make some messages more consistent 2007-05-31 15:13:06 +00:00
ipcclean Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_config Make some messages more consistent 2007-05-31 15:13:06 +00:00
pg_controldata Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. 2007-04-03 04:14:26 +00:00
pg_ctl Get rid of client-code dependencies on the exact text of the no-password 2007-07-08 19:07:38 +00:00
pg_dump Adjust processSQLNamePattern() so that $ within the pattern is always matched 2007-07-10 00:21:31 +00:00
pg_resetxlog Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. 2007-04-03 04:14:26 +00:00
pgevent Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
psql Get rid of client-code dependencies on the exact text of the no-password 2007-07-08 19:07:38 +00:00
scripts Get rid of client-code dependencies on the exact text of the no-password 2007-07-08 19:07:38 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00