aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Avoid unnecessary acquisition of SyncRepLock in transaction commit time.Fujii Masao2020-09-02
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-02
* 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
* Fix the SharedFileSetUnregister API.Amit Kapila2020-09-01
* 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
* 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
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Rework EXPLAIN for planner's buffer usage.Fujii Masao2020-08-21
* Fix typos in comments.Fujii Masao2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-20
* Acquire ProcArrayLock exclusively in ProcArrayClearTransaction.Andres Freund2020-08-19
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* Fix race condition in snapshot caching when 2PC is used.Andres Freund2020-08-18
* snapshot scalability: cache snapshots using a xact completion counter.Andres Freund2020-08-17
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* Make xact.h usable in frontend.Heikki Linnakangas2020-08-17
* Fix use of wrong index in ComputeXidHorizons().Andres Freund2020-08-16
* Make vacuum a bit more verbose to debug BF failure.Andres Freund2020-08-16
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-14
* Fix obsolete comment in xlogutils.c.Peter Geoghegan2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13