summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-10-19Use pg_ctl promote -w in TAP testsPeter Eisentraut
2016-10-19initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut
2016-10-19pg_ctl: Add long option for -oPeter Eisentraut
2016-10-19pg_ctl: Add long options for -w and -WPeter Eisentraut
2016-10-13Remove dead code in pg_dump.Tom Lane
2016-10-13Fix pg_dumpall regression test to be locale-independent.Tom Lane
2016-10-13Make pg_dumpall's database ACL query independent of hash table order.Andres Freund
2016-10-12pg_dump's getTypes() needn't retrieve typinput or typoutput anymore.Tom Lane
2016-10-12Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.Tom Lane
2016-10-07Fix pg_dump to work against pre-9.0 servers again.Tom Lane
2016-10-07Don't allow both --source-server and --source-target args to pg_rewind.Heikki Linnakangas
2016-10-06Disable synchronous commits in pg_rewind.Heikki Linnakangas
2016-10-03Enforce a specific order for probing library loadability in pg_upgrade.Tom Lane
2016-10-02Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.Tom Lane
2016-10-02Avoid leaking FDs after an fsync failure.Tom Lane
2016-10-01Improve error reporting in pg_upgrade's file copying/linking/rewriting.Tom Lane
2016-10-01Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().Tom Lane
2016-09-30Retry opening new segments in pg_xlogdump --folllowMagnus Hagander
2016-09-29pg_basebackup: Add --nosync optionPeter Eisentraut
2016-09-29pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-27Make struct ParallelSlot private within pg_dump/parallel.c.Tom Lane
2016-09-27Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane
2016-09-27Redesign parallel dump/restore's wait-for-workers logic.Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-27Fix newly-introduced issues in pgbench.Tom Lane
2016-09-26Refactor script execution state machine in pgbench.Heikki Linnakangas
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane
2016-09-23pg_ctl: Add promote wait option to help outputPeter Eisentraut
2016-09-22Add tests for various connection string issuesPeter Eisentraut
2016-09-21pg_ctl: Add wait option to promote actionPeter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-21pg_ctl: Add tests for promote actionPeter Eisentraut
2016-09-21Print test parameters like "foo: 123", and results like "foo = 123".Heikki Linnakangas
2016-09-21Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas
2016-09-20pg_restore: Add -N option to exclude schemasPeter Eisentraut
2016-09-19Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas
2016-09-12pg_basebackup: Clean created directories on failurePeter Eisentraut
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner
2016-09-11psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane
2016-09-08Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane
2016-09-06Repair whitespace in initdb message.Tom Lane
2016-09-03Improve readability of the output of psql's \timing command.Tom Lane
2016-09-01Improve tab completion for BEGIN & START|SET TRANSACTION.Kevin Grittner
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-30Simplify correct use of simple_prompt().Tom Lane