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