aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/wal.sgml
Commit message (Expand)AuthorAge
* Add prefetching support on macOSPeter Eisentraut2024-08-28
* doc: Fix name of CRC algorithm in "Reliability" section.Nathan Bossart2024-08-09
* Enhance checkpointer restartpoint statisticsAlexander Korotkov2023-12-25
* doc: FreeBSD uses camcontrol identify, not atacontrol, for cacheBruce Momjian2023-11-21
* doc: fix wording describing the checkpoint_flush_after GUCBruce Momjian2023-11-09
* Remove wal_sync_method=fsync_writethrough on Windows.Thomas Munro2023-07-14
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29
* Restore archive_command documentationPeter Eisentraut2022-09-22
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Add wal_sync_method=fdatasync for Windows.Thomas Munro2022-07-20
* Fix recovery_prefetch docs.Thomas Munro2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Allow archiving via loadable modules.Robert Haas2022-02-03
* doc: Spell checkingPeter Eisentraut2021-07-16
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Fix some trailing whitespace in documentation filesPeter Eisentraut2021-04-22
* Doc: Review for "Optionally prefetch referenced data in recovery."Thomas Munro2021-04-10
* Fix typos and grammar in documentation and code commentsMichael Paquier2021-04-09
* Optionally prefetch referenced data in recovery.Thomas Munro2021-04-08
* Change checkpoint_completion_target default to 0.9Stephen Frost2021-03-24
* Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao2021-03-09
* doc: Improve description of data checksumsMichael Paquier2021-03-02
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Add documentation chapter about checksumsMagnus Hagander2021-01-17
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* docs: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix the name of the first WAL segment file, in docs.Fujii Masao2020-03-03
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Fix grammar in documentation related to checkpoint_flush_afterMichael Paquier2018-06-11
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-17
* Fix grammarMagnus Hagander2017-03-07
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-25
* Document LSN acronym in WAL InternalsSimon Riggs2016-09-05
* docs: re-add spaces before units removedBruce Momjian2016-08-05
* docs: properly capitalize and space kB, MB, GB, TBBruce Momjian2016-07-30
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas2015-06-29
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Fix missing space in documentationMagnus Hagander2014-12-01
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06