summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Report resource usage at the end of recoveryDavid Rowley2020-09-161-2/+7
* Message fixes and style improvementsPeter Eisentraut2020-09-142-7/+7
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-101-3/+14
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-053-5/+5
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-041-1/+2
* Remove some more useless assignments.Tom Lane2020-09-042-2/+0
* remove redundant initializationsBruce Momjian2020-09-031-1/+0
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-021-0/+34
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-011-0/+1
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-304-37/+26
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-271-12/+16
* Add additional information in the vacuum error context.Amit Kapila2020-08-262-22/+88
* Improve the vacuum error context phase information.Amit Kapila2020-08-241-20/+32
* Revert "Make vacuum a bit more verbose to debug BF failure."Andres Freund2020-08-202-17/+1
* Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.Heikki Linnakangas2020-08-171-0/+2
* Make vacuum a bit more verbose to debug BF failure.Andres Freund2020-08-162-1/+17
* Correct several behavior descriptions in comments.Noah Misch2020-08-153-14/+12
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-152-2/+10
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-143-17/+22
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-141-1/+1
* snapshot scalability: Introduce dense array of in-progress xids.Andres Freund2020-08-145-47/+49
* Fix obsolete comment in xlogutils.c.Peter Geoghegan2020-08-141-4/+3
* snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund2020-08-134-5/+5
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-132-2/+23
* Fix out-of-date version reference, grammar.Andres Freund2020-08-122-2/+2
* snapshot scalability: Don't compute global horizons while building snapshots.Andres Freund2020-08-1216-167/+391
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-121-3/+10
* Track latest completed xid as a FullTransactionId.Andres Freund2020-08-112-2/+52
* Rename VariableCacheData.nextFullXid to nextXid.Andres Freund2020-08-1111-69/+69
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-102-2/+2
* Correct nbtree page split lock coupling comment.Peter Geoghegan2020-08-091-5/+3
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-085-5/+130
* Make nbtree split REDO locking match original execution.Peter Geoghegan2020-08-072-46/+35
* Rename nbtree split REDO routine variables.Peter Geoghegan2020-08-071-48/+48
* Remove btree page items after page unlinkAlexander Korotkov2020-08-052-9/+10
* Fix replica backward scan race condition.Peter Geoghegan2020-08-032-34/+72
* Add nbtree page deletion assertion.Peter Geoghegan2020-08-031-0/+1
* Change XID and mxact limits to warn at 40M and stop at 3M.Noah Misch2020-08-012-26/+25
* Invent "amadjustmembers" AM method for validating opclass members.Tom Lane2020-08-0112-10/+427
* Use pg_pread() and pg_pwrite() in slru.c.Thomas Munro2020-08-021-21/+4
* Cache smgrnblocks() results in recovery.Thomas Munro2020-07-311-10/+8
* Use multi-inserts for pg_attribute and pg_shdependMichael Paquier2020-07-311-4/+4
* Remove non-fast promotion.Fujii Masao2020-07-291-37/+11
* Move syncscan.c to src/backend/access/common.Thomas Munro2020-07-296-5/+7
* Allocate consecutive blocks during parallel seqscansDavid Rowley2020-07-262-11/+129
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-232-0/+27
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-215-37/+142
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-201-12/+18
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-203-2/+76
* Avoid harmless Valgrind no-buffer-pin errors.Peter Geoghegan2020-07-191-1/+2