postgresql/src/bin/pg_dump
Heikki Linnakangas 625b237f79 Fix pg_dump against 9.1/9.2 servers.
The parallel pg_dump patch forgot to add relpages column to 9.1/9.2 version
of the getTables() query.

Reported by Bernd Helmle.
2013-03-26 15:44:26 +02:00
..
po Translation updates 2011-08-17 14:07:46 +03:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
compress_io.c Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
compress_io.h Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dumputils.c Get rid of obsolete parse_version helper function. 2013-03-26 15:32:02 +02:00
dumputils.h Get rid of obsolete parse_version helper function. 2013-03-26 15:32:02 +02:00
keywords.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
Makefile Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
nls.mk Add fe_memutils.c to nls.mk where used 2013-03-06 23:45:16 -05:00
parallel.c Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
parallel.h Fix some unportable constructs in parallel pg_dump code. 2013-03-24 15:35:37 -04:00
pg_backup_archiver.c Fix a small logic bug in adjusted parallel restore code. 2013-03-25 22:52:28 -04:00
pg_backup_archiver.h Fix some unportable constructs in parallel pg_dump code. 2013-03-24 15:35:37 -04:00
pg_backup_custom.c Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
pg_backup_db.c Get rid of obsolete parse_version helper function. 2013-03-26 15:32:02 +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 Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
pg_backup_null.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
pg_backup_tar.c Add parallel pg_dump option. 2013-03-24 11:27:20 -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.h Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
pg_dump_sort.c Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
pg_dump.c Fix pg_dump against 9.1/9.2 servers. 2013-03-26 15:44:26 +02:00
pg_dump.h Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00
pg_dumpall.c Get rid of obsolete parse_version helper function. 2013-03-26 15:32:02 +02:00
pg_restore.c Add parallel pg_dump option. 2013-03-24 11:27:20 -04:00