aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* 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
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Fix warning introduced in 5c279a6d350.Jeff Davis2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Change one AssertMacro to AssertPeter Eisentraut2022-04-06
* Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan2022-04-03
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Wrap inline function definitions in #ifndef FRONTENDAlvaro Herrera2022-03-24
* Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera2022-03-24
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier2022-03-12
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Don't use static storage for SaveTransactionCharacteristics().Tom Lane2022-02-28
* Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan2022-02-24
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Logical decoding of sequencesTomas Vondra2022-02-10
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* pg_upgrade: Preserve database OIDs.Robert Haas2022-01-24
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* Update copyright for 2022Bruce Momjian2022-01-07
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-23
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Fix typosMichael Paquier2021-11-30
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-12
* Change ThisTimeLineID from a global variable to a local variable.Robert Haas2021-11-05
* Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas2021-11-05