postgresql/src/bin/pg_dump
Tom Lane c08521eb55 Remove dead code in pg_dump.
I'm not sure if this provision for "pg_backup" behaving a bit differently
from "pg_dump" ever did anything useful in a released version.  But it's
definitely dead code now.

Michael Paquier
2016-10-13 16:08:16 -04:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
t Fix pg_dumpall regression test to be locale-independent. 2016-10-13 10:46:22 -04:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
common.c In pg_dump, use a bitmap to represent what to include 2016-04-06 21:45:32 -04:00
compress_io.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:17 -04:00
compress_io.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
dumputils.c Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. 2016-10-12 12:20:02 -04:00
dumputils.h In pg_dump, include pg_catalog and extension ACLs, if changed 2016-04-06 21:45:32 -04:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
parallel.c Make struct ParallelSlot private within pg_dump/parallel.c. 2016-09-27 14:29:12 -04:00
parallel.h Make struct ParallelSlot private within pg_dump/parallel.c. 2016-09-27 14:29:12 -04:00
pg_backup.h pg_restore: Add -N option to exclude schemas 2016-09-20 12:00:00 -04:00
pg_backup_archiver.c Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. 2016-10-12 12:20:02 -04:00
pg_backup_archiver.h Rationalize parallel dump/restore's handling of worker cmd/status messages. 2016-09-27 13:56:04 -04:00
pg_backup_custom.c Rationalize parallel dump/restore's handling of worker cmd/status messages. 2016-09-27 13:56:04 -04:00
pg_backup_db.c Simplify correct use of simple_prompt(). 2016-08-30 17:02:02 -04:00
pg_backup_db.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:14:23 +02:00
pg_backup_directory.c Rationalize parallel dump/restore's handling of worker cmd/status messages. 2016-09-27 13:56:04 -04:00
pg_backup_null.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
pg_backup_tar.c Rationalize parallel dump/restore's handling of worker cmd/status messages. 2016-09-27 13:56:04 -04: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 Clean up thread management in parallel pg_dump for Windows. 2016-05-27 12:02:09 -04:00
pg_backup_utils.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
pg_dump.c Remove dead code in pg_dump. 2016-10-13 16:08:16 -04:00
pg_dump.h Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. 2016-10-12 12:20:02 -04:00
pg_dump_sort.c Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers. 2016-10-12 12:20:02 -04:00
pg_dumpall.c Fix pg_dumpall regression test to be locale-independent. 2016-10-13 10:46:22 -04:00
pg_restore.c pg_restore: Add -N option to exclude schemas 2016-09-20 12:00:00 -04:00