summaryrefslogtreecommitdiff
path: root/doc/src/sgml/wal.sgml
AgeCommit message (Expand)Author
2025-02-26Re-add GUC track_wal_io_timingMichael Paquier
2025-02-21doc: clarify default checksum behavior in non-master branchesBruce Momjian
2025-02-20doc: Fix typo in section "WAL configuration"Michael Paquier
2025-02-20doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configurationMichael Paquier
2024-12-15doc: Clarify old WAL files are kept until they are summarized.Fujii Masao
2024-10-02doc: Missing markup, punctuation and wordsmithingDaniel Gustafsson
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-09doc: Fix name of CRC algorithm in "Reliability" section.Nathan Bossart
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-11-22doc: FreeBSD uses camcontrol identify, not atacontrol, for cacheBruce Momjian
2023-11-09doc: fix wording describing the checkpoint_flush_after GUCBruce Momjian
2023-07-14Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro
2022-11-30doc: add transaction processing chapter with internals infoBruce Momjian
2022-09-22Restore archive_command documentationPeter Eisentraut
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-04-08Fix recovery_prefetch docs.Thomas Munro
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-02-03Allow archiving via loadable modules.Robert Haas
2021-07-16doc: Spell checkingPeter Eisentraut
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-22Fix some trailing whitespace in documentation filesPeter Eisentraut
2021-04-09Doc: Review for "Optionally prefetch referenced data in recovery."Thomas Munro
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-02doc: Improve description of data checksumsMichael Paquier
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-01-17Add documentation chapter about checksumsMagnus Hagander
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-08docs: replace 'master' with 'primary' where appropriate.Andres Freund
2020-03-03Fix the name of the first WAL segment file, in docs.Fujii Masao
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-06-11Fix grammar in documentation related to checkpoint_flush_afterMichael Paquier
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-08Fix grammarMagnus Hagander
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-05Document LSN acronym in WAL InternalsSimon Riggs
2016-08-05docs: re-add spaces before units removedBruce Momjian
2016-07-30docs: properly capitalize and space kB, MB, GB, TBBruce Momjian