postgresql/src/bin
Stephen Frost d217b2c360 In pg_dump, split "dump" into "dump" and "dump_contains"
Historically, the "dump" component of the namespace has been used
to decide if the objects inside of the namespace should be dumped
also.  Given that "dump" is now a bitmask and may be partial, and
we may want to dump out all components of the namespace object but
only some of the components of objects contained in the namespace,
create a "dump_contains" bitmask which will represent what components
of the objects inside of a namespace should be dumped out.

No behavior change here, but in preparation for a change where we
will dump out just the ACLs of objects in pg_catalog, but we might
not dump out the ACL of the pg_catalog namespace itself (for instance,
when it hasn't been changed from the value set at initdb time).

Reviews by Alexander Korotkov, Jose Luis Tallon
2016-04-06 21:45:32 -04:00
..
initdb Add new catalog called pg_init_privs 2016-04-06 21:45:32 -04:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
pg_config Revert inadvertant change in pg_config behavior 2016-02-17 10:00:34 -08:00
pg_controldata Merge wal_level "archive" and "hot_standby" into new name "replica" 2016-03-18 23:56:03 +01:00
pg_ctl Fix backwards test for Windows service-ness in pg_ctl. 2016-03-07 10:40:44 -05:00
pg_dump In pg_dump, split "dump" into "dump" and "dump_contains" 2016-04-06 21:45:32 -04:00
pg_resetxlog Change delimiter used for display of NextXID 2016-02-12 14:23:59 -08:00
pg_rewind pg_rewind: Improve internationalization 2016-03-28 14:33:00 -03:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade Fix typos. 2016-03-15 18:06:11 -04:00
pg_xlogdump Generic Messages for Logical Decoding 2016-04-06 10:05:41 +01:00
pgbench pgbench: Remove unused parameter 2016-04-01 17:11:18 -03:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Add a \gexec command to psql for evaluation of computed queries. 2016-04-04 15:25:16 -04:00
scripts Link libpq after libpgfeutils to satisfy Windows linker. 2016-03-24 20:45:31 -04:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00