| Commit message (Expand) | Author | Age |
* | Add prefetching support on macOS | Peter Eisentraut | 2024-08-28 |
* | doc: Fix name of CRC algorithm in "Reliability" section. | Nathan Bossart | 2024-08-09 |
* | Enhance checkpointer restartpoint statistics | Alexander Korotkov | 2023-12-25 |
* | doc: FreeBSD uses camcontrol identify, not atacontrol, for cache | Bruce Momjian | 2023-11-21 |
* | doc: fix wording describing the checkpoint_flush_after GUC | Bruce Momjian | 2023-11-09 |
* | Remove wal_sync_method=fsync_writethrough on Windows. | Thomas Munro | 2023-07-14 |
* | doc: add transaction processing chapter with internals info | Bruce Momjian | 2022-11-29 |
* | Restore archive_command documentation | Peter Eisentraut | 2022-09-22 |
* | Use the terminology "WAL file" not "log file" more consistently. | Tom Lane | 2022-09-14 |
* | Add wal_sync_method=fdatasync for Windows. | Thomas Munro | 2022-07-20 |
* | Fix recovery_prefetch docs. | Thomas Munro | 2022-04-08 |
* | Prefetch data referenced by the WAL, take II. | Thomas Munro | 2022-04-07 |
* | Allow archiving via loadable modules. | Robert Haas | 2022-02-03 |
* | doc: Spell checking | Peter Eisentraut | 2021-07-16 |
* | Revert recovery prefetching feature. | Thomas Munro | 2021-05-10 |
* | Fix some trailing whitespace in documentation files | Peter Eisentraut | 2021-04-22 |
* | Doc: Review for "Optionally prefetch referenced data in recovery." | Thomas Munro | 2021-04-10 |
* | Fix typos and grammar in documentation and code comments | Michael Paquier | 2021-04-09 |
* | Optionally prefetch referenced data in recovery. | Thomas Munro | 2021-04-08 |
* | Change checkpoint_completion_target default to 0.9 | Stephen Frost | 2021-03-24 |
* | Track total amounts of times spent writing and syncing WAL data to disk. | Fujii Masao | 2021-03-09 |
* | doc: Improve description of data checksums | Michael Paquier | 2021-03-02 |
* | Fix some typos, grammar and style in docs and comments | Michael Paquier | 2021-02-24 |
* | Add documentation chapter about checksums | Magnus Hagander | 2021-01-17 |
* | Fix typos and grammar in docs and comments | Michael Paquier | 2020-12-24 |
* | doc: add commas after 'i.e.' and 'e.g.' | Bruce Momjian | 2020-08-31 |
* | Rename wal_keep_segments to wal_keep_size. | Fujii Masao | 2020-07-20 |
* | docs: replace 'master' with 'primary' where appropriate. | Andres Freund | 2020-07-08 |
* | Fix the name of the first WAL segment file, in docs. | Fujii Masao | 2020-03-03 |
* | doc: Update redirecting links | Peter Eisentraut | 2018-07-16 |
* | Fix grammar in documentation related to checkpoint_flush_after | Michael Paquier | 2018-06-11 |
* | Revert "Allow on-line enabling and disabling of data checksums" | Magnus Hagander | 2018-04-09 |
* | Allow on-line enabling and disabling of data checksums | Magnus Hagander | 2018-04-05 |
* | Convert documentation to DocBook XML | Peter Eisentraut | 2017-11-23 |
* | Don't use SGML empty tags | Peter Eisentraut | 2017-10-17 |
* | Make WAL segment size configurable at initdb time. | Andres Freund | 2017-09-19 |
* | Standardize "WAL location" terminology | Peter Eisentraut | 2017-05-12 |
* | Rename "pg_clog" directory to "pg_xact". | Robert Haas | 2017-03-17 |
* | Fix grammar | Magnus Hagander | 2017-03-07 |
* | Rename "pg_xlog" directory to "pg_wal". | Robert Haas | 2016-10-20 |
* | Refer to OS X as "macOS", except for the port name which is still "darwin". | Tom Lane | 2016-09-25 |
* | Document LSN acronym in WAL Internals | Simon Riggs | 2016-09-05 |
* | docs: re-add spaces before units removed | Bruce Momjian | 2016-08-05 |
* | docs: properly capitalize and space kB, MB, GB, TB | Bruce Momjian | 2016-07-30 |
* | Allow to trigger kernel writeback after a configurable number of writes. | Andres Freund | 2016-03-10 |
* | Also trigger restartpoints based on max_wal_size on standby. | Heikki Linnakangas | 2015-06-29 |
* | Increase max_wal_size's default from 128MB to 1GB. | Andres Freund | 2015-03-15 |
* | Replace checkpoint_segments with min_wal_size and max_wal_size. | Heikki Linnakangas | 2015-02-23 |
* | Fix missing space in documentation | Magnus Hagander | 2014-12-01 |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 |