postgresql/src/bin
Robert Haas 68281e0054 Make command-line tools smarter about finding a DB to connect to.
If unable to connect to "postgres", try "template1".  This allows things to
work more smoothly in the case where the postgres database has been
dropped.  And just in case that's not good enough, also allow the user to
specify a maintenance database to be used for the initial connection, to
cover the case where neither postgres nor template1 is suitable.
2011-12-06 08:48:15 -05:00
..
initdb Support synchronization of snapshots through an export/import procedure. 2011-10-22 18:23:30 -04:00
pg_basebackup Properly close replication connection in pg_receivexlog 2011-11-03 15:44:02 +01:00
pg_config Make _ be automatically included in GETTEXT_TRIGGERS 2011-06-26 23:05:30 +03:00
pg_controldata Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pg_ctl Have pg_ctl return an exit status of 3 if the server is not running, to 2011-10-13 13:02:36 -04:00
pg_dump Remove duplicate definition of 'progname'. 2011-11-29 23:19:46 -05:00
pg_resetxlog Teach pg_controldata and pg_resetxlog about the new backupEndRequired field 2011-08-17 12:36:41 +03:00
pgevent MingW doesn't support wcstombs_s()... 2011-10-26 19:26:13 +02:00
psql Add a \setenv command to psql. 2011-12-04 11:43:38 -05:00
scripts Make command-line tools smarter about finding a DB to connect to. 2011-12-06 08:48:15 -05:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00