aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-16
* Turn HeapKeyTest macro into inline functionPeter Eisentraut2022-11-16
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-15
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-15
* Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera2022-11-09
* Reduce xlog.h inclusion footprintAlvaro Herrera2022-10-12
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Mark ParallelMessagePending as sig_atomic_tMichael Paquier2022-09-27
* Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier2022-09-27
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro2022-09-08
* Fix cache invalidation bug in recovery_prefetch.Thomas Munro2022-09-03
* Update the comment in rmgrlist.h to match it to the code.Amit Kapila2022-08-30
* Add missing parenthesis to max item size macro.Peter Geoghegan2022-08-05
* Remove configure probe for fdatasync.Thomas Munro2022-08-05
* Fix nbtree maximum item size macro.Peter Geoghegan2022-08-04
* Remove dead pread and pwrite replacement code.Thomas Munro2022-08-05
* Fix inconsistent comments for some function declarations in headersMichael Paquier2022-08-04
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Remove O_FSYNC and associated macros.Thomas Munro2022-07-22
* Convert macros to static inline functions (itup.h)Peter Eisentraut2022-07-19
* Convert macros to static inline functions (tupmacs.h)Peter Eisentraut2022-07-18
* Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut2022-07-15
* Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley2022-07-07
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Remove unused-and-misspelled function extern declaration.Tom Lane2022-05-21
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis2022-04-30
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-21
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane2022-04-11
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Fix buildfarm failure from commit 2258e76f90.Jeff Davis2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis2022-04-07
* Include some missing headers.Thomas Munro2022-04-07