aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2019-02-11
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* 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 portability problem in pgbench.Tom Lane2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane2019-01-21
* Fix under-quoted filename pattern in pgbench TAP test.Tom Lane2019-01-18
* Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane2019-01-17
* 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