postgresql/src/bin
Tom Lane 68d977a737 Obtain table locks as soon as practical during pg_dump.
For some reason, when we (I) added table lock acquisition to pg_dump,
we didn't think about making it happen as soon as possible after the
start of the transaction.  What with subsequent additions, there was
actually quite a lot going on before we got around to that; which sort
of defeats the purpose.  Rearrange the order of calls in dumpSchema()
to close the risk window as much as we easily can.  Back-patch to all
supported branches.
2011-06-17 18:19:02 -04:00
..
initdb Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_basebackup Fix oversights in pg_basebackup's -z (compression) option. 2011-06-15 13:15:05 -04:00
pg_config Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_controldata Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_ctl Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pg_dump Obtain table locks as soon as practical during pg_dump. 2011-06-17 18:19:02 -04:00
pg_resetxlog Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql Allow psql \d tab completion to complete all relation kinds 2011-06-14 23:48:59 +03:00
scripts Translation updates for 9.1beta2 2011-06-09 23:02:48 +03:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00