Commits

DateSubjectAuthorReleases
2024-07-26 Wait for WAL summarization to catch up before creating .partial file. Robert Haas 18.0
2024-07-26 Wait for WAL summarization to catch up before creating .partial file. Robert Haas 17.0
2024-07-22 Initialize wal_level in the initial checkpoint record. Robert Haas 17.0
2024-07-22 Initialize wal_level in the initial checkpoint record. Robert Haas 18.0
2024-07-18 Do not summarize WAL if generated with wal_level=minimal. Robert Haas 17.0
2024-07-18 Do not summarize WAL if generated with wal_level=minimal. Robert Haas 18.0
2024-06-28 Prevent summarizer hang when summarize_wal turned off and back on. Robert Haas 17.0
2023-12-20 Add a new WAL summarizer process. Robert Haas 17.0
2023-10-23 Change struct tablespaceinfo's oid member from 'char *' to 'Oid' Robert Haas 17.0
2023-10-19 During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. Robert Haas 17.0
2023-10-12 Unify two isLogSwitch tests in XLogInsertRecord. Robert Haas 17.0
2023-04-18 Fix pg_basebackup with in-place tablespaces some more. Robert Haas 16.0
2022-09-28 Revert 56-bit relfilenode change and follow-up commits. Robert Haas 16.0
2022-09-27 Increase width of RelFileNumbers from 32 bits to 56 bits. Robert Haas 16.0
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 10.23
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 11.18
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 12.13
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 13.9
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 14.6
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 15.0
2022-08-29 Prevent WAL corruption after a standby promotion. Robert Haas 16.0
2022-08-10 Move basebackup code to new directory src/backend/backup Robert Haas 16.0
2022-08-10 Move basebackup code to new directory src/backend/backup Robert Haas 15.0
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 10.21
2022-04-14 Rethink the delay-checkpoint-end mechanism in the back-branches. Robert Haas 11.16