summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2019-10-23Remove last traces of --adduser/--no-adduser in createuserMichael Paquier
2019-10-17Fix parallel restore of FKs to partitioned tablesAlvaro Herrera
2019-10-16Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra
2019-10-16Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra
2019-10-16Use libc version as a collation version on glibc systems.Thomas Munro
2019-10-14Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra
2019-10-14Check for tables with sql_identifier during pg_upgradeTomas Vondra
2019-10-13Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane
2019-10-10pg_upgrade: Clean up some redundant codePeter Eisentraut
2019-10-09pg_upgrade: clarify the database names in error filesBruce Momjian
2019-10-08Remove some code for old unsupported versions of MSVCPeter Eisentraut
2019-10-08Improve test coverage of pg_rewindMichael Paquier
2019-10-07Hack pg_ctl to report postmaster's exit status.Tom Lane
2019-10-07Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier
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