summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2016-08-30Fix initdb misbehavior when user mis-enters superuser password.Tom Lane
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-29Fix pg_receivexlog --synchronousSimon Riggs
2016-08-24Build libpgfeutils before src/bin/pg_basebackup programs.Noah Misch
2016-08-24Build libpgfeutils before pg_isready.Noah Misch
2016-08-22initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane
2016-08-22Retire escapeConnectionParameter().Noah Misch
2016-08-20Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane
2016-08-19Allow empty queries in pgbench.Tom Lane
2016-08-18Update line count totals for psql help displays.Tom Lane
2016-08-18Improve psql's tab completion for \l.Tom Lane
2016-08-18Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane
2016-08-18Update Windows timezone mapping from Windows 7 and 10Magnus Hagander
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander