aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add tab completion for CREATE OR REPLACE in psql.Fujii Masao2019-09-13
* Fix comment in psql's describe.cMichael Paquier2019-09-11
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Message style fixesPeter Eisentraut2019-09-06
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Delay fsyncs of pg_basebackup until the end of backupMichael Paquier2019-09-04
* Clarify pg_dump documentationPeter Eisentraut2019-09-03
* Improve base backup protocol documentationPeter Eisentraut2019-09-03
* pg_checksums: Handle read and write returns correctlyPeter Eisentraut2019-09-03
* Handle corner cases correctly in psql's reconnection logic.Tom Lane2019-09-02
* Error out on too many command-line argumentsPeter Eisentraut2019-08-29
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Add missing newline in help output.Tom Lane2019-08-27
* Fix failure of --jobs with reindexdb and vacuumdb on WindowsMichael Paquier2019-08-27
* Fix gettext triggers specificationPeter Eisentraut2019-08-26
* Adjust to latest Msys2 kernel release numberAndrew Dunstan2019-08-26
* Treat MINGW and MSYS the same in pg_upgrade test scriptAndrew Dunstan2019-08-26
* Fix error handling of vacuumdb and reindexdb when running out of fdsMichael Paquier2019-08-26
* Avoid platform-specific null pointer dereference in psql.Tom Lane2019-08-25
* Fix compilation failure of vacuumdb and reindexdb with OpenBSDMichael Paquier2019-08-20
* Fix tab completion for CREATE TYPE in psqlMichael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix failure-to-compile-standalone in scripts_parallel.h.Tom Lane2019-08-18
* initdb: Remove obsolete locale handlingPeter Eisentraut2019-08-14
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier2019-08-09
* initdb: Use varargs macro for PG_CMD_PRINTFPeter Eisentraut2019-08-08
* Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier2019-08-05
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane2019-07-31
* Print WAL position correctly in pg_rewind error message.Heikki Linnakangas2019-07-30
* Fix memory leak coming from simple lists built in reindexdbMichael Paquier2019-07-30
* Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Add support for --jobs in reindexdbMichael Paquier2019-07-27
* pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut2019-07-27
* pg_upgrade: Check all used executablesPeter Eisentraut2019-07-27
* Fix typo in pg_upgrade file headerPeter Eisentraut2019-07-27
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Don't assume expr is available in pgbench testsAndrew Dunstan2019-07-24
* Improve psql's \d output for partitioned indexes.Tom Lane2019-07-23
* Improve psql's \d output for TOAST tables.Tom Lane2019-07-23
* Add CREATE DATABASE LOCALE optionPeter Eisentraut2019-07-23
* Remove more progname references in vacuumdb.cMichael Paquier2019-07-23
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22