aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Avoid useless allocations for information of dumpable objects in pg_dump/Michael Paquier2020-09-14
* psql: Display stats target of extended statisticsAlvaro Herrera2020-09-11
* Remove unused parameterPeter Eisentraut2020-09-10
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-06
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* Improve some ancient, crufty code in bootstrap + initdb.Tom Lane2020-09-05
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Remove still more useless assignments.Tom Lane2020-09-04
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-04
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add access method names to \d[i|m|t]+ in psqlMichael Paquier2020-09-02
* Fix typo in commentAlvaro Herrera2020-09-01
* Avoid non-constant format string argument to fprintf().Heikki Linnakangas2020-08-18
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* Fix printing last progress report line in client programs.Heikki Linnakangas2020-08-17
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* pg_dump: fix dependencies on FKs to partitioned tablesAlvaro Herrera2020-08-14
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Improve tab completion of REINDEX in psqlMichael Paquier2020-08-11
* Move connect.h from fe_utils to src/include/common.Noah Misch2020-08-10
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-09
* Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf.Tom Lane2020-08-03
* Fix minor issues in psql's new \dAc and related commands.Tom Lane2020-08-02
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Include partitioned tables for tab completion of VACUUM in psqlMichael Paquier2020-07-30
* Remove non-fast promotion.Fujii Masao2020-07-29
* Rework tab completion of COPY and \copy in psqlMichael Paquier2020-07-21
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Cope with data-offset-less archive files during out-of-order restores.Tom Lane2020-07-17
* Remove manual tracking of file position in pg_dump/pg_backup_custom.c.Tom Lane2020-07-17
* Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan2020-07-16
* Switch pg_test_fsync to use binary mode on WindowsMichael Paquier2020-07-16
* pg_dump: Reorganize dumpFunc() and dumpAgg()Peter Eisentraut2020-07-15
* Fix handling of missing files when using pg_rewind with online sourceMichael Paquier2020-07-15
* Improvements to psql \dAo and \dAp commandsAlexander Korotkov2020-07-13
* Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane2020-07-11
* pg_dump: Further reorganize getTableAttrs()Peter Eisentraut2020-07-09
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-08
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-08
* Don't treat DumpOptions->dump_inserts like a booleanAlvaro Herrera2020-07-08
* Add test coverage for pg_current_logfile() function.Tom Lane2020-07-08
* Un-break pg_upgrade from pre-v12 servers.Tom Lane2020-07-07
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier2020-06-22