aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-06
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* doc: Don't hide the "Up" link when it is the same as "Home"Peter Eisentraut2020-09-06
* Remove unused parameterPeter Eisentraut2020-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
* Switch to multi-inserts when registering dependencies for many code pathsMichael Paquier2020-09-05
* Extend SQL function tests lightlyPeter Eisentraut2020-09-05
* Fix typo in commentPeter Eisentraut2020-09-05
* Use multi-inserts for pg_dependMichael Paquier2020-09-05
* Make new authentication test case more robust.Tom Lane2020-09-04
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Remove still more useless assignments.Tom Lane2020-09-04
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-04
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-04
* Remove some more useless assignments.Tom Lane2020-09-04
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-04
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-04
* doc: Change table alias names to lower case in tutorial chapterPeter Eisentraut2020-09-04
* doc: Fix whitespace issue in PDFPeter Eisentraut2020-09-04
* doc: Use tags consistently in the tutorial chapterPeter Eisentraut2020-09-04
* Remove unused parameterPeter Eisentraut2020-09-04
* Fix inline marking introduced in commit 464824323e.Amit Kapila2020-09-04
* remove redundant initializationsBruce Momjian2020-09-03
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-04
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-03
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-03
* Doc: mention packager-supplied tools for server start/stop, initdb, etc.Tom Lane2020-09-03
* doc: Make SQL command names in the catalog documentation linksPeter Eisentraut2020-09-03
* doc: Add missing cross-links in system catalog documentationPeter Eisentraut2020-09-03
* Fix XML id to match containing pagePeter Eisentraut2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add string_to_table() function.Tom Lane2020-09-02
* Remove unused parameterPeter Eisentraut2020-09-02
* Add access method names to \d[i|m|t]+ in psqlMichael Paquier2020-09-02
* Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier2020-09-02
* Avoid unnecessary acquisition of SyncRepLock in transaction commit time.Fujii Masao2020-09-02
* Fix typo in commentAlvaro Herrera2020-09-01
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* Improve test coverage of ginvacuum.c.Tom Lane2020-09-01
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-01
* doc: clarify that max_wal_size is "during" checkpointsBruce Momjian2020-09-01
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* Fix the SharedFileSetUnregister API.Amit Kapila2020-09-01
* doc: document how the backup manifest is transferredBruce Momjian2020-08-31
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* pg_upgrade doc: mention saving postgresql.conf.auto filesBruce Momjian2020-08-31