postgresql/src/bin/pg_dump
Tom Lane 2a712066d0 Remove pg_dump's --no-synchronized-snapshots switch.
Server versions for which there was a plausible reason to
use this switch are all out of support now.  Leaving it
around would accomplish little except to let careless DBAs
shoot themselves in the foot.

Discussion: https://postgr.es/m/556122.1639520324@sss.pgh.pa.us
2021-12-15 18:44:47 -05:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
t Fix pg_dump --inserts mode for generated columns with dropped columns. 2021-11-22 15:25:48 -05:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
common.c Refactor pg_dump's tracking of object components to be dumped. 2021-12-06 12:25:48 -05:00
compress_io.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
compress_io.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
dumputils.c Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 2021-12-14 17:09:07 -05:00
dumputils.h Rethink pg_dump's handling of object ACLs. 2021-12-06 12:39:45 -05:00
Makefile Update copyright for 2021 2021-01-02 13:06:25 -05:00
nls.mk Translation updates 2021-05-10 14:36:21 +02:00
parallel.c Factor out system call names from error messages 2021-04-23 14:21:37 +02:00
parallel.h Add missing header declarations for pg_basebackup and pg_{dump,restore} 2021-07-24 19:05:14 +09:00
pg_backup.h Remove pg_dump's --no-synchronized-snapshots switch. 2021-12-15 18:44:47 -05:00
pg_backup_archiver.c Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 2021-12-14 17:09:07 -05:00
pg_backup_archiver.h contrib/sslinfo needs a fix too to make hamerkop happy. 2021-11-07 11:33:53 -05:00
pg_backup_custom.c Yet more elimination of dead stores and useless initializations. 2020-09-05 13:17:32 -04:00
pg_backup_db.c Avoid redundantly prefixing PQerrorMessage for a connection failure. 2021-01-22 16:52:31 -05:00
pg_backup_db.h Revert "pg_dump: Lock all relations, not just plain tables". 2020-11-06 15:48:04 -05:00
pg_backup_directory.c Handle close() failures more robustly in pg_dump and pg_basebackup. 2021-11-17 13:08:25 -05:00
pg_backup_null.c Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_backup_tar.c Handle close() failures more robustly in pg_dump and pg_basebackup. 2021-11-17 13:08:25 -05:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_backup_utils.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
pg_dump.c Remove pg_dump's --no-synchronized-snapshots switch. 2021-12-15 18:44:47 -05:00
pg_dump.h Account for TOAST data while scheduling parallel dumps. 2021-12-06 13:23:07 -05:00
pg_dump_sort.c Adjust pg_dump's priority ordering for casts. 2021-11-22 17:16:29 -05:00
pg_dumpall.c Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers. 2021-12-14 17:09:07 -05:00
pg_restore.c Unify parsing logic for command-line integer options 2021-07-24 18:35:03 +09:00