postgresql/src/bin
Tom Lane 9c2b6ec695 Fix psql \d commands to behave properly when a pattern using regex | is given.
Formerly they'd emit '^foo|bar$' which is wrong because the anchors are
parsed as part of the alternatives; must emit '^(foo|bar)$' to get expected
behavior.  Same as bug found previously in similar_escape().  Already fixed
in HEAD, this is just back-porting the part of that patch that was a bug fix.
2006-10-10 16:15:22 +00:00
..
initdb Fix initdb to properly escape quotes and backslashes in the supplied 2006-05-27 18:07:22 +00:00
ipcclean Update ipcclean to use try 'id' first for root check. 2006-03-03 21:52:47 +00:00
pg_config Backpatch comment about --sysconfdir. 2006-06-07 12:19:37 +00:00
pg_controldata Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:14:21 +00:00
pg_ctl Our version of getopt_long does not set optarg upon detecting an error, as 2006-06-25 04:38:00 +00:00
pg_dump Fix for recent Win32 pg_dump tar temp file patch. 2006-06-27 02:56:46 +00:00
pg_resetxlog Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:14:21 +00:00
pgevent Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
psql Fix psql \d commands to behave properly when a pattern using regex | is given. 2006-10-10 16:15:22 +00:00
scripts Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:14:21 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00