summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
12 hoursAdd some missing #include <limits.h>.Thomas Munro
18 hoursReplace off_t by pgoff_t in I/O routinesMichael Paquier
44 hoursPrefer spelling "cacheable" over "cachable".Thomas Munro
3 daysMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
6 daysFix checking for recovery state in WaitForLSN()Alexander Korotkov
7 daysUse XLogRecPtrIsValid() in various placesÁlvaro Herrera
8 daysCosmetic fixes in GiST READMEJohn Naylor
8 daysUse stack allocated StringInfoDatas, where possibleDavid Rowley
9 daysImplement WAIT FOR commandAlexander Korotkov
9 daysAdd infrastructure for efficient LSN waitingAlexander Korotkov
9 daysAdd assertions checking for the startup process in WAL replay routinesMichael Paquier
9 daysTrim TIDs during parallel GIN builds more eagerlyTomas Vondra
9 daysLimit the size of TID lists during parallel GIN buildTomas Vondra
9 daysRemove redundant memset() introduced by a0942f4.Jeff Davis
10 daysAdd assertion check for WAL receiver state during stream-archive transitionMichael Paquier
10 daysFix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
10 daysAdd wal_fpi_bytes to VACUUM and ANALYZE logsMichael Paquier
11 daysDocument nbtree row comparison design.Peter Geoghegan
11 daysRemove obsolete nbtree equality key comments.Peter Geoghegan
14 daysMark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-30Mark ItemPointer arguments as const throughoutPeter Eisentraut
2025-10-30Fix some confusing uses of constPeter Eisentraut
2025-10-29Fix correctness issue with computation of FPI size in WAL statsMichael Paquier
2025-10-28Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()Michael Paquier
2025-10-27Add some const qualificationsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-22Make invalid primary_slot_name follow standard GUC error reporting.Fujii Masao
2025-10-21Use CompactAttribute more often, when possibleDavid Rowley
2025-10-21Re-pgindent brin.c.Nathan Bossart
2025-10-21Fix BRIN 32-bit counter wrap issue with huge tablesDavid Rowley
2025-10-15Add log_autoanalyze_min_durationPeter Eisentraut
2025-10-14Make heap_page_is_all_visible independent of LVRelStateMelanie Plageman
2025-10-14Inline TransactionIdFollows/Precedes[OrEquals]()Melanie Plageman
2025-10-14Add helper for freeze determination to heap_page_prune_and_freezeMelanie Plageman
2025-10-13Eliminate XLOG_HEAP2_VISIBLE from vacuum phase IIIMelanie Plageman
2025-10-12Remove unused nbtree array advancement variable.Peter Geoghegan
2025-10-10Remove overzealous _bt_killitems assertion.Peter Geoghegan
2025-10-10Fix two typos in xlogstats.h and xlogstats.cMichael Paquier
2025-10-09Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLEMelanie Plageman
2025-10-08bufmgr: fewer calls to BufferDescriptorGetContentLockAndres Freund
2025-10-08Improve description of some WAL records for GINMichael Paquier
2025-10-08Fix typo in function header comment.Amit Kapila
2025-10-06Avoid unnecessary GinFormTuple() calls for incompressible posting lists.Masahiko Sawada
2025-10-06Remove block information from description of some WAL records for GINMichael Paquier
2025-10-05Don't include access/htup_details.h in executor/tuptable.hÁlvaro Herrera
2025-10-05Don't include execnodes.h in brin.h or gin.hÁlvaro Herrera
2025-10-03Fix reuse-after-free hazard in dead_items_resetJohn Naylor
2025-10-02Remove useless pointer update in ginxlog.cMichael Paquier
2025-09-30Reorder XLogNeedsFlush() checks to be more consistentMichael Paquier
2025-09-25Improve stability of btree page split on ERRORsMichael Paquier