summaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
AgeCommit message (Expand)Author
2023-04-08Allow logical decoding on standbysAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-12Reduce xlog.h inclusion footprintAlvaro Herrera
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-05-21Remove unused-and-misspelled function extern declaration.Tom Lane
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-08Add contrib/pg_walinspect.Jeff Davis
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-02-16Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas
2022-02-03Allow archiving via loadable modules.Robert Haas
2022-01-30Remove xloginsert.h from xlog.hAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Remove InitXLOGAccess().Robert Haas
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-02Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila
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-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
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-10Revert recovery prefetching feature.Thomas Munro
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-11Be clear about whether a recovery pause has taken effect.Robert Haas
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-29Remove non-fast promotion.Fujii Masao
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Immediately WAL-log subtransaction and top-level XID association.Amit Kapila
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-04Revert "Improve handling of parameter differences in physical replication"Peter Eisentraut
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-03-30Improve handling of parameter differences in physical replicationPeter Eisentraut
2020-03-27Allow walreceiver configuration to change on reloadAlvaro Herrera