summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-23Move parallel vacuum code to vacuumparallel.c.Amit Kapila
2021-12-13Remove InitXLOGAccess().Robert Haas
2021-12-09Standardize cleanup lock terminology.Peter Geoghegan
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-30Fix typosMichael Paquier
2021-11-22Report wait events for local shell commands like archive_command.Fujii Masao
2021-11-13Explain pruning pgstats accounting subtleties.Peter Geoghegan
2021-11-05Change ThisTimeLineID from a global variable to a local variable.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Add hardening to catch invalid TIDs in indexes.Peter Geoghegan
2021-11-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
2021-10-24Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2021-09-23Split macros from visibilitymap.h into a separate headerAlexander Korotkov
2021-09-22Fix "single value strategy" index deletion issue.Peter Geoghegan
2021-09-21Document XLOG_INCLUDE_XID a little betterAlvaro Herrera
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-08Remove unused function declarationDavid Rowley
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-18Support direct I/O on macOS.Thomas Munro
2021-07-15Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-29Bump XLOG_PAGE_MAGIC for format changes related to FPW compressionMichael Paquier
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch
2021-05-27Reduce the range of OIDs reserved for genbki.pl.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-23Re-order pg_attribute columns to eliminate some padding space.Tom Lane