aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAge
* Wait for WAL summarization to catch up before creating .partial file.Robert Haas2024-07-26
* Move all extern declarations for GUC variables to header filesPeter Eisentraut2024-07-24
* Get rid of a global variablePeter Eisentraut2024-07-23
* Remove unused typedefsPeter Eisentraut2024-05-17
* Read WAL directly from WAL buffers.Jeff Davis2024-02-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Improve the naming in wal_sync_method code.Nathan Bossart2023-10-13
* Allow logical decoding on standbysAndres Freund2023-04-08
* Update copyright for 2023Bruce Momjian2023-01-02
* Reduce xlog.h inclusion footprintAlvaro Herrera2022-10-12
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Refactor creation of backup_label and backup history filesMichael Paquier2022-09-26
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Remove unused-and-misspelled function extern declaration.Tom Lane2022-05-21
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Add contrib/pg_walinspect.Jeff Davis2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Remove exclusive backup modeStephen Frost2022-04-06
* Add support for zstd with compression of full-page writes in WALMichael Paquier2022-03-11
* Split xlog.c into xlog.c and xlogrecovery.c.Heikki Linnakangas2022-02-16
* Allow archiving via loadable modules.Robert Haas2022-02-03
* Remove xloginsert.h from xlog.hAlvaro Herrera2022-01-30
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove InitXLOGAccess().Robert Haas2021-12-13
* 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
* Replace XLOG_INCLUDE_XID flag with a more localized flag.Amit Kapila2021-11-02
* Document XLOG_INCLUDE_XID a little betterAlvaro Herrera2021-09-21
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas2021-07-31
* Add support for LZ4 with compression of full-page writes in WALMichael Paquier2021-06-29
* Don't ERROR on PreallocXlogFiles() race condition.Noah Misch2021-06-28
* Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch2021-06-28
* Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch2021-06-28
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Be clear about whether a recovery pause has taken effect.Robert Haas2021-03-11
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove non-fast promotion.Fujii Masao2020-07-29
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24