summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2021-12-16Change ProcSendSignal() to take pgprocno.Thomas Munro
2021-12-15Improve parallel vacuum implementation.Amit Kapila
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-13Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas
2021-12-13Improve description of some WAL records with transaction commandsMichael Paquier
2021-12-09Fix some typos with {a,an}Michael Paquier
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-12-08Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier
2021-12-01Remove mention of TimeLineID update from commentsDaniel Gustafsson
2021-11-30vacuumlazy.c: fix remaining "dead tuple" references.Peter Geoghegan
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Increase size of shared memory for pg_commit_tsAlvaro Herrera
2021-11-29vacuumlazy.c: Rename dead_tuples to dead_items.Peter Geoghegan
2021-11-29Centralize timestamp computation of control file on updatesMichael Paquier
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-11-28vacuumlazy.c: prefer the term "cleanup lock".Peter Geoghegan
2021-11-27Update high level vacuumlazy.c comments.Peter Geoghegan
2021-11-26Go back to considering HOT on pages marked full.Peter Geoghegan
2021-11-26Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera
2021-11-26Update commentsPeter Eisentraut
2021-11-25Replace straggling uses of ReadRecPtr/EndRecPtr.Andres Freund
2021-11-24xlog.c: Remove global variables ReadRecPtr and EndRecPtr.Robert Haas
2021-11-24Fix corner-case failure to detect improper timeline switch.Robert Haas
2021-11-22Be more specific about OOM in XLogReaderAllocateAlvaro Herrera
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-22Remove lazy_scan_heap parallel VACUUM comment block.Peter Geoghegan
2021-11-20Fix SP-GiST scan initialization logic for binary-compatible cases.Tom Lane
2021-11-19Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila
2021-11-17Remove global variable "LastRec" in xlog.cMichael Paquier
2021-11-16Move InitXLogInsert() call from InitXLOGAccess() to BaseInit().Robert Haas
2021-11-13Explain pruning pgstats accounting subtleties.Peter Geoghegan
2021-11-12Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch
2021-11-11Update heap_page_prune() free space map comments.Peter Geoghegan
2021-11-11Update another obsolete reference in vacuumlazy.c.Peter Geoghegan
2021-11-11Improve performance of pgarch_readyXlog() with many status files.Robert Haas
2021-11-10More cleanup of 'ThisTimeLineID'.Robert Haas
2021-11-07Silence uninitialized-variable warning.Tom Lane
2021-11-06Update obsolete reference in vacuumlazy.c.Peter Geoghegan
2021-11-06Fix handling of NaN values in BRIN minmax multiTomas Vondra
2021-11-05Update obsolete heap pruning comments.Peter Geoghegan
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-11-05Add various assertions to heap pruning code.Peter Geoghegan
2021-11-03Fix parallel amvacuumcleanup safety bug.Peter Geoghegan
2021-11-02Don't overlook indexes during parallel VACUUM.Peter Geoghegan
2021-11-02Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.Amit Kapila
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-11-01Replace unicode characters in comments with asciiDaniel Gustafsson