postgresql/src/bin
Robert Haas cba9cd4192 Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.
Per discussion, pg_table_size() is a more helpful number than
pg_relation_size().

Bernd Helmle, reviewed by Susanne Ebrecht and me.
2011-04-08 15:52:49 -04:00
..
initdb Modify initdb to complain only when no usable system locales are found. 2011-04-08 15:39:25 -04:00
pg_basebackup fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes 2011-03-27 21:31:41 +01:00
pg_config Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_controldata Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ctl Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast 2011-03-11 05:02:57 -05:00
pg_dump Have pg_upgrade properly preserve relfrozenxid in toast tables. 2011-04-08 11:46:34 -04:00
pg_resetxlog Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers. 2011-04-08 15:52:49 -04:00
scripts Convert createlang/droplang to use CREATE/DROP EXTENSION. 2011-03-05 14:03:06 -05:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00