aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera2019-09-18
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Delay fsyncs of pg_basebackup until the end of backupMichael Paquier2019-09-04
* Handle corner cases correctly in psql's reconnection logic.Tom Lane2019-09-02
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Fix failure of --jobs with vacuumdb on WindowsMichael Paquier2019-08-27
* 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 when running out of fdsMichael Paquier2019-08-26
* Avoid platform-specific null pointer dereference in psql.Tom Lane2019-08-25
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Translation updatesPeter Eisentraut2019-08-05
* Fix tab completion for ALTER LANGUAGE in psqlMichael 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
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Fix possible lockup in pgbench with -R.Tom Lane2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Don't assume expr is available in pgbench testsAndrew Dunstan2019-07-24
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-07-22
* Install dependencies to prevent dropping partition key columns.Tom Lane2019-07-22
* Fix tab completion of "SET variable TO|=" to not offer bogus completions.Tom Lane2019-07-02
* Translation updatesPeter Eisentraut2019-06-17
* Prefer timezone name "UTC" over alternative spellings.Andrew Gierth2019-06-15
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2019-06-14
* Make pg_dump emit ATTACH PARTITION instead of PARTITION OF (reprise)Alvaro Herrera2019-06-10
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-28
* In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch2019-05-28
* pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund2019-05-23
* Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier2019-05-23
* Fix ordering of GRANT commands in pg_dump for database creationMichael Paquier2019-05-22
* Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch2019-05-19
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-19
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-11
* Fix error reporting in reindexdbMichael Paquier2019-05-11
* Fix error status of vacuumdb when multiple jobs are usedMichael Paquier2019-05-09
* Remove some code related to 7.3 and older servers from tools of src/bin/Michael Paquier2019-05-07
* Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF"Alvaro Herrera2019-05-06
* Translation updatesPeter Eisentraut2019-05-06
* pg_verify_checksums: Fix message punctuationPeter Eisentraut2019-05-04
* pg_dump: Fix newline in error messagePeter Eisentraut2019-05-04
* Make pg_dump emit ATTACH PARTITION instead of PARTITION OFAlvaro Herrera2019-04-24
* Fix unportable code in pgbench.Tom Lane2019-04-17
* Have pg_upgrade's Makefile honor NO_TEMP_INSTALLAndrew Dunstan2019-03-31
* psql: Schema-qualify typecast in one \d queryAlvaro Herrera2019-03-26
* Ensure xmloption = content while restoring pg_dump output.Tom Lane2019-03-23
* Fix error message in pg_verify_checksumsMichael Paquier2019-03-19
* Fix pg_rewind when rewinding new database with tables includedMichael Paquier2019-03-18