aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane2021-11-20
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Remove global variable "LastRec" in xlog.cMichael Paquier2021-11-17
* Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas2021-11-16
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-12
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Update heap_page_prune() free space map comments.Peter Geoghegan2021-11-11
* Update another obsolete reference in vacuumlazy.c.Peter Geoghegan2021-11-11
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-11
* More cleanup of 'ThisTimeLineID'.Robert Haas2021-11-10
* Silence uninitialized-variable warning.Tom Lane2021-11-07
* Update obsolete reference in vacuumlazy.c.Peter Geoghegan2021-11-05
* Fix handling of NaN values in BRIN minmax multiTomas Vondra2021-11-06
* Update obsolete heap pruning comments.Peter Geoghegan2021-11-05
* Change ThisTimeLineID from a global variable to a local variable.Robert Haas2021-11-05
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05
* Add hardening to catch invalid TIDs in indexes.Peter Geoghegan2021-11-04