aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* vacuumlazy.c: Rename state field for consistency.Peter Geoghegan2022-01-28
* Improve errors related to incorrect TLI on checkpoint record replayMichael Paquier2022-01-25
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().Andres Freund2022-01-21
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Call pg_newlocale_from_collation() also with default collationPeter Eisentraut2022-01-20
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* heap pruning: Only call BufferGetBlockNumber() once.Andres Freund2022-01-17
* Unify VACUUM VERBOSE and autovacuum logging.Peter Geoghegan2022-01-14
* Assert redirect pointers are sensible after heap_page_prune().Andres Freund2022-01-13
* Fix possible HOT corruption when RECENTLY_DEAD changes to DEAD while pruning.Andres Freund2022-01-13
* vacuumlazy.c: fix "garbage tuples" reference.Peter Geoghegan2022-01-12
* Fix typo in rewriteheap.c.Amit Kapila2022-01-11
* Rename functions to avoid future conflictsPeter Eisentraut2022-01-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove redundant initialization of BrinMemTuple.Tom Lane2022-01-04
* Fix silly mistake in AssertAlvaro Herrera2022-01-04
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-04
* Fix incorrect format placeholdersPeter Eisentraut2021-12-29
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-22
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Improve parallel vacuum implementation.Amit Kapila2021-12-15
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Improve description of some WAL records with transaction commandsMichael Paquier2021-12-13
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Remove mention of TimeLineID update from commentsDaniel Gustafsson2021-12-01
* vacuumlazy.c: fix remaining "dead tuple" references.Peter Geoghegan2021-11-30
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Increase size of shared memory for pg_commit_tsAlvaro Herrera2021-11-30
* vacuumlazy.c: Rename dead_tuples to dead_items.Peter Geoghegan2021-11-29
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* vacuumlazy.c: prefer the term "cleanup lock".Peter Geoghegan2021-11-27
* Update high level vacuumlazy.c comments.Peter Geoghegan2021-11-27
* Go back to considering HOT on pages marked full.Peter Geoghegan2021-11-26
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Update commentsPeter Eisentraut2021-11-26
* Replace straggling uses of ReadRecPtr/EndRecPtr.Andres Freund2021-11-24
* xlog.c: Remove global variables ReadRecPtr and EndRecPtr.Robert Haas2021-11-24
* Fix corner-case failure to detect improper timeline switch.Robert Haas2021-11-24
* Be more specific about OOM in XLogReaderAllocateAlvaro Herrera2021-11-22
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Remove lazy_scan_heap parallel VACUUM comment block.Peter Geoghegan2021-11-21