postgresql/src/bin
Tom Lane e84487f67a Further work on tab completion code: arrange for system catalogs to be
offered for completion only when the input-so-far is at least 'pg_'.
This seems to be the best compromise behavior emerging from yesterday's
discussion.  While at it, refactor code to eliminate repetitive use of
nearly identical queries, which was exceedingly tedious to maintain.
Also const-ify code more thoroughly in hopes of moving constant data into
text segment, and remove unnecessary length limit on queries.
2003-10-30 21:37:38 +00:00
..
initdb Determine max_connections first, then see how large shared_buffers can 2003-10-13 21:06:44 +00:00
initlocation Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
ipcclean Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
pg_config Apply message style guide to frontend programs. 2003-07-23 08:47:41 +00:00
pg_controldata Translation updates 2003-10-25 18:03:21 +00:00
pg_ctl Add missing quotes. 2003-08-14 18:56:41 +00:00
pg_dump Don't choke when the handler for a procedural language is located in 2003-10-28 21:05:29 +00:00
pg_encoding Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
pg_id Allow pg_id to compile on Win32. 2003-10-10 01:34:51 +00:00
pg_resetxlog Translation updates 2003-10-25 18:03:21 +00:00
pgtclsh Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
psql Further work on tab completion code: arrange for system catalogs to be 2003-10-30 21:37:38 +00:00
scripts Translation updates 2003-10-25 18:03:21 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00