summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
11 daysUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
11 daysRefactor WaitLSNType enum to use a macro for type countAlexander Korotkov
2025-12-09Widen MultiXactOffset to 64 bitsHeikki Linnakangas
2025-12-09Move pg_multixact SLRU page format definitions to a separate headerHeikki Linnakangas
2025-12-08Relocate _bt_readpage and related functions.Peter Geoghegan
2025-12-03Set next multixid's offset when creating a new multixidHeikki Linnakangas
2025-11-27Add parallelism support for TID Range ScansDavid Rowley
2025-11-20Refactor heap_page_prune_and_freeze() parameters into a structMelanie Plageman
2025-11-18Optimize shared memory usage for WaitLSNProcInfoAlexander Korotkov
2025-11-15Fix incorrect function name in commentsAlexander Korotkov
2025-11-10Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.hHeikki Linnakangas
2025-11-06Introduce XLogRecPtrIsValid()Álvaro Herrera
2025-11-05Add infrastructure for efficient LSN waitingAlexander Korotkov
2025-11-04Fix unconditional WAL receiver shutdown during stream-archive transitionMichael Paquier
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-27Add some const qualificationsPeter Eisentraut
2025-10-27Remove Item typePeter Eisentraut
2025-10-22Fix type of infomask parameter in htup_details.h functions.Nathan Bossart
2025-10-17Remove unused data_bufsz from DecodedBkpBlock struct.Masahiko Sawada
2025-10-14Inline TransactionIdFollows/Precedes[OrEquals]()Melanie Plageman
2025-10-14Bump XLOG_PAGE_MAGIC after xl_heap_prune changeMelanie Plageman
2025-10-13Eliminate XLOG_HEAP2_VISIBLE from vacuum phase IIIMelanie Plageman
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-06Add comment in ginxlog.h about block used with ginxlogInsertListPageMichael Paquier
2025-10-05Don't include execnodes.h in brin.h or gin.hÁlvaro Herrera
2025-09-30Do a tiny bit of header file maintenanceÁlvaro Herrera
2025-09-25Update some more forward declarations to use typedefÁlvaro Herrera
2025-09-24Fix incorrect and inconsistent comments in tableam.h and heapam.c.Fujii Masao
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-09-19Fix obsolete references to postgres.h in comments.Nathan Bossart
2025-09-11Improve comment about snapshot macrosÁlvaro Herrera
2025-09-11Fix description of WAL record blocks in hash_xlog.hMichael Paquier
2025-09-08Remove unused xl_heap_prune member, reasonMelanie Plageman
2025-09-08Post-commit review fixes for 228c370868.Amit Kapila
2025-09-05Fix concurrent update issue with MERGE.Dean Rasheed
2025-09-03Update outdated references to the SLRU ControlLockMichael Paquier
2025-08-19Refactor ReadMultiXactCounts() into GetMultiXactInfo()Michael Paquier
2025-08-18Move SQL-callable code related to multixacts into its own fileMichael Paquier
2025-08-14Avoid including tableam.h and xlogreader.h in nbtree.hÁlvaro Herrera
2025-08-14Fix incorrect LSN format in comment.Fujii Masao
2025-08-13Grab the low-hanging fruit from forcing sizeof(Datum) to 8.Tom Lane
2025-08-08Mop-up for Datum conversion cleanups.Tom Lane
2025-08-06Rename transformRelOptions()'s "namspace" parameter to "nameSpace".Nathan Bossart
2025-07-23Move enum RecoveryTargetAction to xlogrecovery.hÁlvaro Herrera