aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Ignore publication tables when --no-publications is usedMichael Paquier2018-09-25
* Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch2018-09-23
* Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane2018-09-21
* Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane2018-09-17
* 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
* Do not dump identity sequences with excluded parent tableMichael Paquier2018-08-22
* 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
* Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane2018-08-03
* pg_upgrade: fix --check for live source server checksBruce Momjian2018-07-31
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane2018-07-30
* pg_upgrade: check for clean server shutdownsBruce Momjian2018-07-28
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-21
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-09
* Correct handling of fsync failures with tar mode of walmethods.cMichael Paquier2018-06-26
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Use snprintf not sprintf in pg_waldump's timestamptz_to_str.Tom Lane2018-06-16
* Improve inefficient regexes in vacuumdb TAP test.Tom Lane2018-05-08
* Translation updatesPeter Eisentraut2018-05-07
* Remove extra newlines after PQerrorMessage()Peter Eisentraut2018-05-05
* Allow MSYS as well as MINGW in Msys unameAndrew Dunstan2018-05-04
* Correct pg_recvlogical server version test.Noah Misch2018-04-25
* Fix assorted issues in parallel vacuumdb.Tom Lane2018-03-31
* Fix handling of files that source server removes during pg_rewind is running.Fujii Masao2018-03-29
* Fix make rules that generate multiple output files.Tom Lane2018-03-23
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Fix pg_recvlogical for pre-10 versionsMagnus Hagander2018-03-18
* In initdb, don't bother trying max_connections = 10.Tom Lane2018-03-08
* Fix pg_rewind to handle relation data files in tablespaces properly.Fujii Masao2018-03-06
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Translation updatesPeter Eisentraut2018-02-26
* Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane2018-02-21
* Fix pg_dump's logic for eliding sequence limits that match the defaults.Tom Lane2018-02-20
* Fix assorted errors in pg_dump's handling of extended statistics objects.Tom Lane2018-02-11
* Translation updatesPeter Eisentraut2018-02-05
* Ensure that all temp files made during pg_upgrade are non-world-readable.Tom Lane2018-02-05
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-22