postgresql/src/bin/pg_dump
Bruce Momjian d613861b95 pg_dump: fix subtle memory leak in func and arg signature processing 2014-02-24 12:32:41 -05:00
..
po Translation updates 2013-12-02 00:17:07 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
compress_io.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
compress_io.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
dumputils.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
dumputils.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
keywords.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
nls.mk Switch dependency order of libpgcommon and libpgport 2013-10-17 22:02:35 -04:00
parallel.c Avoid minor leak in parallel pg_dump 2014-01-24 15:10:08 -05:00
parallel.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_backup.h Accept multiple -I, -P, -T and -n options in pg_restore. 2013-08-28 09:43:34 +03:00
pg_backup_archiver.c Further pg_dump / ftello improvements 2014-02-09 18:28:14 -05:00
pg_backup_archiver.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
pg_backup_custom.c Focus on ftello result < 0 instead of errno 2014-02-09 13:29:36 -05:00
pg_backup_db.c Move some pg_dump function around. 2013-03-27 18:10:40 +02:00
pg_backup_db.h pg_dump: Further reduce reliance on global variables. 2012-02-07 10:07:02 -05:00
pg_backup_directory.c Remove use of sscanf in pg_upgrade, and add C comment to pg_dump 2014-02-15 11:50:56 -05:00
pg_backup_null.c Move some pg_dump function around. 2013-03-27 18:10:40 +02:00
pg_backup_tar.c Further pg_dump / ftello improvements 2014-02-09 18:28:14 -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 2014 2014-01-07 16:05:30 -05:00
pg_backup_utils.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_dump.c pg_dump: fix subtle memory leak in func and arg signature processing 2014-02-24 12:32:41 -05:00
pg_dump.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_dump_sort.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_dumpall.c Fix pg_dumpall on pre-8.1 servers 2014-01-12 22:25:36 -05:00
pg_restore.c Centralize getopt-related declarations in a new header file pg_getopt.h. 2014-02-15 14:31:30 -05:00