summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-12-03Use "foo(void)" for definitions of functions with no parameters.Nathan Bossart
2025-12-03Don't rely on pointer arithmetic with Pointer typePeter Eisentraut
2025-12-03Remove useless casts to PointerPeter Eisentraut
2025-12-02Add a test for half-dead pages in B-tree indexesHeikki Linnakangas
2025-12-02Add a test for incomplete splits in B-tree indexesHeikki Linnakangas
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Simplify hash_xlog_split_allocate_page()Peter Eisentraut
2025-12-01Change some callers to use pg_ascii_toupper().Jeff Davis
2025-12-01Move WAL sequence code into its own fileMichael Paquier
2025-11-29Update obsolete row compare preprocessing comments.Peter Geoghegan
2025-11-28Fix possibly uninitialized HeapScanDesc.rs_startblockDavid Rowley
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-26Split heap_page_prune_and_freeze() into helpersMelanie Plageman
2025-11-26Replace internal C function pg_hypot() by standard hypot()Peter Eisentraut
2025-11-25Assert that cutoffs are provided if freezing will be attemptedMelanie Plageman
2025-11-21C11 alignas instead of unionsPeter Eisentraut
2025-11-20Split PruneFreezeParams initializers to one field per lineMelanie Plageman
2025-11-20Update PruneState.all_[visible|frozen] earlier in pruningMelanie Plageman
2025-11-20Keep all_frozen updated in heap_page_prune_and_freezeMelanie Plageman
2025-11-20Refactor heap_page_prune_and_freeze() parameters into a structMelanie Plageman
2025-11-18Optimize shared memory usage for WaitLSNProcInfoAlexander Korotkov
2025-11-17Use streaming read I/O in BRIN vacuum scan.Masahiko Sawada
2025-11-15Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtrAlexander Korotkov
2025-11-13Add some missing #include <limits.h>.Thomas Munro
2025-11-13Replace off_t by pgoff_t in I/O routinesMichael Paquier
2025-11-12Prefer spelling "cacheable" over "cachable".Thomas Munro
2025-11-10Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
2025-11-07Fix checking for recovery state in WaitForLSN()Alexander Korotkov
2025-11-06Use XLogRecPtrIsValid() in various placesÁlvaro Herrera
2025-11-06Cosmetic fixes in GiST READMEJohn Naylor
2025-11-06Use stack allocated StringInfoDatas, where possibleDavid Rowley
2025-11-05Implement WAIT FOR commandAlexander Korotkov
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2025-11-05Add assertions checking for the startup process in WAL replay routinesMichael Paquier
2025-11-04Trim TIDs during parallel GIN builds more eagerlyTomas Vondra
2025-11-04Limit the size of TID lists during parallel GIN buildTomas Vondra
2025-11-04Remove redundant memset() introduced by a0942f4.Jeff Davis
2025-11-04Add assertion check for WAL receiver state during stream-archive transitionMichael Paquier
2025-11-04Fix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
2025-11-03Add wal_fpi_bytes to VACUUM and ANALYZE logsMichael Paquier
2025-11-02Document nbtree row comparison design.Peter Geoghegan
2025-11-02Remove obsolete nbtree equality key comments.Peter Geoghegan
2025-10-31Mark 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