postgresql/src/bin
Neil Conway 9475aa917d Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY",
we can complete "TABLE". The previous coding only looked for "CREATE TEMP".

Note that I didn't add TEMPORARY to the list of suggested completions
after we've seen "CREATE", since TEMP is equivalent and more concise. But
if the user has already manually typed TEMPORARY, we may as well
complete TABLE for them.
2007-04-26 18:10:28 +00:00
..
initdb pg_char_to_encoding() was redundant in initdb because 2007-03-29 22:46:42 +00:00
ipcclean Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_config Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +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 Code cleanup: mark some variables with the "const" modifier, when they 2007-03-18 16:50:44 +00:00
pg_dump Fix pg_dump to not crash if -t or a similar switch is used to select a serial 2007-04-16 18:42:10 +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 Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY", 2007-04-26 18:10:28 +00:00
scripts Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb 2007-04-09 18:21:22 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00