summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-10-05Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane
2019-10-04Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-confMichael Paquier
2019-10-04Fix --dry-run mode of pg_rewindMichael Paquier
2019-10-03pgbench: add --partitions and --partition-method options.Amit Kapila
2019-09-30Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund
2019-09-30pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera
2019-09-30pg_rewind: Allow writing recovery configurationAlvaro Herrera
2019-09-27Have pg_rewind run crash recovery before rewindingAlvaro Herrera
2019-09-27Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier
2019-09-25Split out recovery confing-writing code from pg_basebackupAlvaro Herrera
2019-09-24Rework WAL-reading supporting structsAlvaro Herrera
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