aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.Andres Freund2019-10-29
* pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.Andres Freund2019-10-29
* Fix typos in the codeMichael Paquier2019-10-30
* On Windows, use COMSPEC to find the location of cmd.exe.Tom Lane2019-10-28
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* pg_upgrade: adjust error output to use new database list formatBruce Momjian2019-10-23
* Remove last traces of --adduser/--no-adduser in createuserMichael Paquier2019-10-23
* Fix parallel restore of FKs to partitioned tablesAlvaro Herrera2019-10-17
* Improve the check for pg_catalog.unknown data type in pg_upgradeTomas Vondra2019-10-16
* Improve the check for pg_catalog.line data type in pg_upgradeTomas Vondra2019-10-16
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-16
* Correct reference to pg_catalog.regtype in pg_upgrade queryTomas Vondra2019-10-15
* Check for tables with sql_identifier during pg_upgradeTomas Vondra2019-10-14
* Revert "Hack pg_ctl to report postmaster's exit status."Tom Lane2019-10-13
* pg_upgrade: Clean up some redundant codePeter Eisentraut2019-10-10
* pg_upgrade: clarify the database names in error filesBruce Momjian2019-10-08
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-08
* Improve test coverage of pg_rewindMichael Paquier2019-10-08
* Hack pg_ctl to report postmaster's exit status.Tom Lane2019-10-07
* Improve handling and coverage of --no-ensure-shutdown in pg_rewindMichael Paquier2019-10-07
* Avoid use of wildcard in pg_waldump's .gitignore.Tom Lane2019-10-05
* Fix issues in pg_rewind with --no-ensure-shutdown/--write-recovery-confMichael Paquier2019-10-04
* Fix --dry-run mode of pg_rewindMichael Paquier2019-10-04
* pgbench: add --partitions and --partition-method options.Amit Kapila2019-10-03
* Fix pg_rewind link order issue introduced in 927474ce1a2.Andres Freund2019-09-30
* pg_rewind: test new --write-recovery-conf functionalityAlvaro Herrera2019-09-30
* pg_rewind: Allow writing recovery configurationAlvaro Herrera2019-09-30
* Have pg_rewind run crash recovery before rewindingAlvaro Herrera2019-09-27
* Add tab completion for EXPLAIN (SETTINGS) in psqlMichael Paquier2019-09-27
* Split out recovery confing-writing code from pg_basebackupAlvaro Herrera2019-09-25
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera2019-09-18
* 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