postgresql/src/bin
Peter Eisentraut 280a408b48 Transaction chaining
Add command variants COMMIT AND CHAIN and ROLLBACK AND CHAIN, which
start new transactions with the same transaction characteristics as the
just finished one, per SQL standard.

Support for transaction chaining in PL/pgSQL is also added.  This
functionality is especially useful when running COMMIT in a loop in
PL/pgSQL.

Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
Discussion: https://www.postgresql.org/message-id/flat/28536681-324b-10dc-ade8-ab46f7645a5a@2ndquadrant.com
2019-03-24 11:33:02 +01:00
..
initdb Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
pg_archivecleanup Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
pg_basebackup Fix compatibility of pg_basebackup -R with 11 and older versions 2019-03-08 10:17:23 +09:00
pg_checksums Improve format of code and some error messages in pg_checksums 2019-03-23 21:56:43 +09:00
pg_config Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
pg_controldata Move max_wal_senders out of max_connections for connection slot handling 2019-02-12 10:07:56 +09:00
pg_ctl fix thinko in logrotate test 2019-03-03 19:15:47 -05:00
pg_dump Ensure xmloption = content while restoring pg_dump output. 2019-03-23 16:51:37 -04:00
pg_resetwal Refactor more code logic to update the control file 2019-03-18 12:59:35 +09:00
pg_rewind Refactor more code logic to update the control file 2019-03-18 12:59:35 +09:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade During pg_upgrade, conditionally skip transfer of FSMs. 2019-03-15 08:25:57 +05:30
pg_waldump Update copyright for 2019 2019-01-02 12:44:25 -05:00
pgbench pgbench: increase the maximum number of variables/arguments 2019-03-11 13:18:37 -04:00
pgevent Update copyright for 2019 2019-01-02 12:44:25 -05:00
psql Transaction chaining 2019-03-24 11:33:02 +01:00
scripts Add --min-xid-age and --min-mxid-age options to vacuumdb 2019-01-31 13:07:56 +09:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00