postgresql/src/bin/pg_dump
Alvaro Herrera a179232047 vacuumdb: enable parallel mode
This mode allows vacuumdb to open several server connections to vacuum
or analyze several tables simultaneously.

Author: Dilip Kumar.  Some reworking by Álvaro Herrera
Reviewed by: Jeff Janes, Amit Kapila, Magnus Hagander, Andres Freund
2015-01-23 15:02:45 -03:00
..
po Translation updates 2014-12-15 00:25:35 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
compress_io.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
compress_io.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
dumputils.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
dumputils.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
keywords.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Add missing source files to nls.mk 2014-07-15 10:10:42 -04:00
parallel.c vacuumdb: enable parallel mode 2015-01-23 15:02:45 -03:00
parallel.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup_archiver.c Fix portability breakage in pg_dump. 2015-01-11 13:28:26 -05:00
pg_backup_archiver.h pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_custom.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_db.c Re-pgindent src/bin/pg_dump/*. 2014-10-17 12:19:05 -04:00
pg_backup_db.h pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_directory.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup_null.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_tar.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03: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 2015 2015-01-06 11:43:47 -05:00
pg_backup_utils.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup.h Fix portability breakage in pg_dump. 2015-01-11 13:28:26 -05:00
pg_dump_sort.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_dump.c Fix use of already freed memory when dumping a database's security label. 2015-01-18 16:04:10 +01:00
pg_dump.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_dumpall.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_restore.c pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00