aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* 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
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLYMichael Paquier2020-08-30
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Fix comment in procarray.cMichael Paquier2020-08-27
* Suppress compiler warning in non-cassert builds.Tom Lane2020-08-26
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* Extend the BufFile interface.Amit Kapila2020-08-26
* Add regression test for pg_backend_memory_contexts.Fujii Masao2020-08-26
* Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao2020-08-26
* Prevent non-superusers from reading pg_backend_memory_contexts, by default.Fujii Masao2020-08-26
* Fixup some misusages of bms_num_members()David Rowley2020-08-26
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22