aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Fix compiler warningPeter Eisentraut2019-08-12
* Translation updatesPeter Eisentraut2019-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
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-07-22
* 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
* 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
* 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
* 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
* Translation updatesPeter Eisentraut2019-05-06
* Have pg_upgrade's Makefile honor NO_TEMP_INSTALLAndrew Dunstan2019-03-31
* Ensure xmloption = content while restoring pg_dump output.Tom Lane2019-03-23
* Tolerate EINVAL when calling fsync() on a directory.Thomas Munro2019-02-25
* Translation updatesPeter Eisentraut2019-02-11
* Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane2019-02-09
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-04
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-22
* Make error handling in parallel pg_upgrade less bogus.Tom Lane2018-12-16
* Fix ac218aa4f6 to work on versions before 9.5.Andres Freund2018-11-26
* Update pg_upgrade test for reg* to include regrole and regnamespace.Andres Freund2018-11-26
* Fix translation of special characters in psql's LaTeX output modes.Tom Lane2018-11-26
* Translation updatesPeter Eisentraut2018-11-05
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane2018-10-16
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch2018-09-23
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Make pg_restore's identify_locking_dependencies() more bulletproof.Tom Lane2018-08-28
* Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.Tom Lane2018-08-27
* Fix lexing of standard multi-character operators in edge cases.Andrew Gierth2018-08-23
* Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth2018-08-23
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* pg_upgrade: issue helpful error message for use on standbysBruce Momjian2018-08-17
* pg_upgrade: fix shutdown check for standby serversBruce Momjian2018-08-14
* Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane2018-08-07
* Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane2018-08-07
* Translation updatesPeter Eisentraut2018-08-06
* Reset properly errno before calling write()Michael Paquier2018-08-05