postgresql/src/bin
Magnus Hagander 16d8e594ac Remove spclocation field from pg_tablespace
Instead, add a function pg_tablespace_location(oid) used to return
the same information, and do this by reading the symbolic link.

Doing it this way makes it possible to relocate a tablespace when the
database is down by simply changing the symbolic link.
2011-12-07 10:37:33 +01: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 spclocation field from pg_tablespace 2011-12-07 10:37:33 +01: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 Remove spclocation field from pg_tablespace 2011-12-07 10:37:33 +01: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