postgresql/src/bin
Tom Lane 26d905a12d Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.
This currently does little except serve as documentation.  (The one case
where it has a performance benefit, SERIALIZABLE mode in 9.1 and up, was
already using READ ONLY mode.)  However, it's possible that it might have
performance benefits in future, and in any case it seems like good
practice since it would catch any accidentally non-read-only operations.

Pavan Deolasee
2013-01-19 17:56:40 -05:00
..
initdb Centralize single quote escaping in src/port/quotes.c 2013-01-05 15:40:19 +01:00
pg_basebackup Make pg_receivexlog and pg_basebackup -X stream work across timeline switches. 2013-01-17 20:23:00 +02:00
pg_config Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_controldata Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_ctl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_dump Use SET TRANSACTION READ ONLY in pg_dump, if server supports it. 2013-01-19 17:56:40 -05:00
pg_resetxlog Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pgevent Update copyrights for 2013 2013-01-01 17:15:01 -05:00
psql Rename new latex longtable function name, for consistency 2013-01-18 14:02:58 -05:00
scripts Support multiple -t/--table arguments for more commands 2013-01-17 11:24:47 +01:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00