aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Standardize the printf format for st_sizePeter Eisentraut2020-09-24
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Copy editing: fix a bunch of misspellings and poor wording.Tom Lane2020-09-21
* Fix checksum calculation in the new sorting GiST build.Heikki Linnakangas2020-09-21
* Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.Tom Lane2020-09-20
* Fix comments in heapam.c.Amit Kapila2020-09-18
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Report resource usage at the end of recoveryDavid Rowley2020-09-16
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-10
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-04
* Remove some more useless assignments.Tom Lane2020-09-04
* remove redundant initializationsBruce Momjian2020-09-03
* 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
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Add additional information in the vacuum error context.Amit Kapila2020-08-26
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-20
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-17
* 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
* 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
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-13
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* Fix out-of-date version reference, grammar.Andres Freund2020-08-12
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-12
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-11
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-11
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Correct nbtree page split lock coupling comment.Peter Geoghegan2020-08-09
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Make nbtree split REDO locking match original execution.Peter Geoghegan2020-08-07
* Rename nbtree split REDO routine variables.Peter Geoghegan2020-08-07
* Remove btree page items after page unlinkAlexander Korotkov2020-08-05
* Fix replica backward scan race condition.Peter Geoghegan2020-08-03
* Add nbtree page deletion assertion.Peter Geoghegan2020-08-03
* Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch2020-08-01
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-01
* Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro2020-08-02
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-31
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-31