aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Avoid leaking FDs after an fsync failure.Tom Lane2016-10-02
* Improve error reporting in pg_upgrade's file copying/linking/rewriting.Tom Lane2016-09-30
* Fix multiple portability issues in pg_upgrade's rewriteVisibilityMap().Tom Lane2016-09-30
* Retry opening new segments in pg_xlogdump --folllowMagnus Hagander2016-09-30
* pg_basebackup: Add --nosync optionPeter Eisentraut2016-09-29
* pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut2016-09-29
* Move fsync routines of initdb into src/common/Peter Eisentraut2016-09-29
* Exclude additional directories in pg_basebackupPeter Eisentraut2016-09-28
* Fix CRC check handling in get_controlfilePeter Eisentraut2016-09-28
* Make struct ParallelSlot private within pg_dump/parallel.c.Tom Lane2016-09-27
* Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane2016-09-27
* Redesign parallel dump/restore's wait-for-workers logic.Tom Lane2016-09-27
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Fix newly-introduced issues in pgbench.Tom Lane2016-09-26
* Refactor script execution state machine in pgbench.Heikki Linnakangas2016-09-26
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane2016-09-23
* pg_ctl: Add promote wait option to help outputPeter Eisentraut2016-09-23
* Add tests for various connection string issuesPeter Eisentraut2016-09-22
* pg_ctl: Add wait option to promote actionPeter Eisentraut2016-09-21
* pg_ctl: Detect current standby state from pg_controlPeter Eisentraut2016-09-21
* pg_ctl: Add tests for promote actionPeter Eisentraut2016-09-21
* Print test parameters like "foo: 123", and results like "foo = 123".Heikki Linnakangas2016-09-21
* Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas2016-09-21
* pg_restore: Add -N option to exclude schemasPeter Eisentraut2016-09-20
* Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas2016-09-19
* pg_basebackup: Clean created directories on failurePeter Eisentraut2016-09-12
* Fix recent commit for tab-completion of database template.Kevin Grittner2016-09-12
* psql tab completion for CREATE DATABASE ... TEMPLATE ...Kevin Grittner2016-09-11
* Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane2016-09-08
* Don't print database's tablespace in pg_dump -C --no-tablespaces output.Tom Lane2016-09-08
* Repair whitespace in initdb message.Tom Lane2016-09-06
* Improve readability of the output of psql's \timing command.Tom Lane2016-09-03
* Improve tab completion for BEGIN & START|SET TRANSACTION.Kevin Grittner2016-09-01
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* Fix initdb misbehavior when user mis-enters superuser password.Tom Lane2016-08-30
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Fix pg_receivexlog --synchronousSimon Riggs2016-08-29
* Build libpgfeutils before src/bin/pg_basebackup programs.Noah Misch2016-08-23
* Build libpgfeutils before pg_isready.Noah Misch2016-08-23
* initdb now needs submake-libpq and submake-libpgfeutils.Tom Lane2016-08-22
* Retire escapeConnectionParameter().Noah Misch2016-08-21
* Make initdb's suggested "pg_ctl start" command line more reliable.Tom Lane2016-08-20
* Allow empty queries in pgbench.Tom Lane2016-08-19
* Update line count totals for psql help displays.Tom Lane2016-08-18
* Improve psql's tab completion for \l.Tom Lane2016-08-18
* Improve psql's tab completion for ALTER EXTENSION foo UPDATE ...Tom Lane2016-08-18
* Update Windows timezone mapping from Windows 7 and 10Magnus Hagander2016-08-18
* Disable update_process_title by default on WindowsMagnus Hagander2016-08-17