aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* Try to avoid compiler warnings in optimized builds.Robert Haas2020-04-24
* Fix option related issues in pg_verifybackup.Fujii Masao2020-04-23
* Fix single-record reads to use restore_command if available in pg_rewindMichael Paquier2020-04-22
* psql \d: Display table where trigger is defined, if inheritedAlvaro Herrera2020-04-21
* Add tab-completion for ALTER INDEX .. [NO] DEPENDS ONAlvaro Herrera2020-04-20
* Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier2020-04-17
* Disable silently generation of manifests with servers <= 12 in pg_basebackupMichael Paquier2020-04-16
* Fix minor memory leak in pg_dumpMichael Paquier2020-04-15
* Code review for backup manifest.Fujii Masao2020-04-15
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Rename pg_validatebackup to pg_verifybackup.Robert Haas2020-04-12
* Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao2020-04-09
* Msys2 tweaks for pg_validatebackup corruption testAndrew Dunstan2020-04-08
* createuser: Change a fprintf to pg_log_errorPeter Eisentraut2020-04-08
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane2020-04-07
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* pg_validatebackup: Fix 'make clean' to remove tmp_check.Robert Haas2020-04-03
* pg_validatebackup: Adjust TAP tests to undo permissions change.Robert Haas2020-04-03
* pg_validatebackup: Also use perl2host in TAP tests.Robert Haas2020-04-03
* pg_validatebackup: Use tempdir_short in TAP tests.Robert Haas2020-04-03
* pg_validatebackup: Adjust TAP tests to placate perlcritic.Robert Haas2020-04-03
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified.Robert Haas2020-04-03
* Add support for \aset in pgbenchMichael Paquier2020-04-03
* pg_waldump: Add a --quiet option.Robert Haas2020-04-02
* Improve user control over truncation of logged bind-parameter values.Tom Lane2020-04-02
* Fix crash in psql when attempting to reuse old connectionMichael Paquier2020-04-01
* psql: do file completion for \gxBruce Momjian2020-03-31
* Add -c/--restore-target-wal to pg_rewindMichael Paquier2020-04-01
* Fix assorted typosMagnus Hagander2020-03-31
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-30
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-28
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* pg_dump new test: Change order of argumentsAlvaro Herrera2020-03-25
* pg_dump: Allow dumping data of specific foreign serversAlvaro Herrera2020-03-25
* Fix bogus last-minute edit in 4e62091341b4Alvaro Herrera2020-03-20
* pg_dump: Add FOREIGN to ALTER statements, if appropriateAlvaro Herrera2020-03-20
* psql: Catch and report errors while printing result tablePeter Eisentraut2020-03-20
* pg_upgrade: make get_major_server_version() err msg consistentBruce Momjian2020-03-19
* Make pg_basebackup ask the server to estimate the total backup size, by default.Fujii Masao2020-03-19
* Implement type regcollationPeter Eisentraut2020-03-18
* Plug memory leakAlvaro Herrera2020-03-16
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-16
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-11
* Support adding partitioned tables to publicationPeter Eisentraut2020-03-10
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-09