summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2022-08-05Add missing parenthesis to max item size macro.Peter Geoghegan
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-05Fix nbtree maximum item size macro.Peter Geoghegan
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Fix inconsistent comments for some function declarations in headersMichael Paquier
2022-07-27Add overflow protection for block-related data in WAL recordsMichael Paquier
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-19Convert macros to static inline functions (itup.h)Peter Eisentraut
2022-07-18Convert macros to static inline functions (tupmacs.h)Peter Eisentraut
2022-07-15Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-27Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-21Remove unused-and-misspelled function extern declaration.Tom Lane
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-21Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane
2022-04-13Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane
2022-04-11Make XLogRecGetBlockTag() throw error if there's no such block.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-08Fix buildfarm failure from commit 2258e76f90.Jeff Davis
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Fix another buildfarm issue from commit 5c279a6d350.Jeff Davis
2022-04-07Include some missing headers.Thomas Munro
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Fix warning introduced in 5c279a6d350.Jeff Davis
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Change one AssertMacro to AssertPeter Eisentraut
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-24Wrap inline function definitions in #ifndef FRONTENDAlvaro Herrera
2022-03-24Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-12Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-02-28Don't use static storage for SaveTransactionCharacteristics().Tom Lane
2022-02-25Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-10Logical decoding of sequencesTomas Vondra
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas