aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/wal.sgml
Commit message (Expand)AuthorAge
* 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
* doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut2014-09-09
* doc: mention data page checksums in WAL sectionBruce Momjian2014-01-31
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-20
* doc: Mention SATA alongside IDE for LinuxPeter Eisentraut2013-04-20
* Clarify assumption of filesystem metadata integrity.Simon Riggs2013-03-19
* Correction that 2pc state files use CRC-32.Simon Riggs2013-03-19
* Add reliability docs about storage/memory corruptions.Simon Riggs2013-03-18
* Improve the documentation about commit_delay.Tom Lane2013-03-15
* Update URLs that pointed to sun.com; either repoint them or removeBruce Momjian2012-09-02
* Fix checkpoint_timeout documentation to reflect current behavior.Robert Haas2012-08-30