postgresql/src/bin/pg_dump
Noah Misch bd65371851 Fix Windows shell argument quoting.
The incorrect quoting may have permitted arbitrary command execution.
At a minimum, it gave broader control over the command line to actors
supposed to have control over a single argument.  Back-patch to 9.1 (all
supported versions).

Security: CVE-2016-5424
2016-08-08 10:07:46 -04:00
..
po Translation updates 2016-07-18 12:07:49 -04:00
t Correctly handle owned sequences with extensions 2016-07-31 10:57:15 -04:00
.gitignore 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 pgindent run for 9.6 2016-06-09 18:02:36 -04:00
dumputils.h In pg_dump, include pg_catalog and extension ACLs, if changed 2016-04-06 21:45:32 -04:00
Makefile Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
parallel.c Suppress -Wunused-result warnings about write(), again. 2016-06-03 11:29:38 -04:00
parallel.h Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:17 -04:00
pg_backup_archiver.c Fix pg_dump's handling of public schema with both -c and -C options. 2016-08-02 12:49:40 -04:00
pg_backup_archiver.h Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:17 -04:00
pg_backup_custom.c pg_dump: Fix inconsistent sscanf() conversions 2016-02-18 20:12:38 -05:00
pg_backup_db.c Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:17 -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 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 2016-06-02 13:28:17 -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 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.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_backup.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:14:23 +02:00
pg_dump_sort.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
pg_dump.c Correctly handle owned sequences with extensions 2016-07-31 10:57:15 -04:00
pg_dump.h Only issue LOCK TABLE commands when necessary 2016-05-06 14:06:50 -04:00
pg_dumpall.c Fix Windows shell argument quoting. 2016-08-08 10:07:46 -04:00
pg_restore.c pg_dump: Message style improvements 2016-04-25 17:16:59 -04:00