aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* pg_rewind: Add missing newline to error messagePeter Eisentraut2018-12-29
* Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter Eisentraut2018-12-22
* Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier2018-12-18
* Make error handling in parallel pg_upgrade less bogus.Tom Lane2018-12-16
* Fix various checksum check problems for pg_verify_checksums and base backupsMichael Paquier2018-11-30
* Switch pg_verify_checksums back to a blacklistMichael Paquier2018-11-30
* 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
* pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut2018-11-13
* Translation updatesPeter Eisentraut2018-11-05
* pg_restore: Augment documentation for -N optionPeter Eisentraut2018-10-29
* Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier2018-10-26
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier2018-10-19
* Translation updatesPeter Eisentraut2018-10-15
* Translation updatesPeter Eisentraut2018-10-08
* Fix speling errorMagnus Hagander2018-10-08
* 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
* Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"REL_11_BETA4Tom Lane2018-09-18
* Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane2018-09-17
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-17
* Translation updatesPeter Eisentraut2018-09-17
* Message style improvementsPeter Eisentraut2018-09-13
* Minor fixes for psql tab completion.Tom Lane2018-09-12
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane2018-08-31
* Code review for pg_verify_checksums.c.Tom Lane2018-08-31
* Fix pg_verify_checksums on Windows.Amit Kapila2018-08-31
* pg_verify_checksums: rename -d to --verboseAlvaro Herrera2018-08-30
* Make pg_restore's identify_locking_dependencies() more bulletproof.Tom Lane2018-08-28
* Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.Tom Lane2018-08-28
* pg_verify_checksums: Message style improvements and NLS supportPeter Eisentraut2018-08-28
* Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.Tom Lane2018-08-27
* Copy-editing of pg_verify_checksums help and ref pagePeter Eisentraut2018-08-23
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* 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