summaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
AgeCommit message (Expand)Author
3 daysRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
3 daysRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-24Remove read/sync fields from pg_stat_wal and GUC track_wal_io_timingMichael Paquier
2025-02-21Add default_char_signedness field to ControlFileData.Masahiko Sawada
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-02Fix inconsistent reporting of checkpointer stats.Fujii Masao
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-23Get rid of a global variablePeter Eisentraut
2024-05-17Remove unused typedefsPeter Eisentraut
2024-02-12Read WAL directly from WAL buffers.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-13Improve the naming in wal_sync_method code.Nathan Bossart
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