Commits

DateSubjectAuthorReleases
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
2023-10-19 During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. Robert Haas 17.0
2022-07-06 Change internal RelFileNode references to RelFileNumber or RelFileLocator. Robert Haas 16.0
2022-04-08 Apply PGDLLIMPORT markings broadly. Robert Haas 15.0
2017-03-23 Track the oldest XID that can be safely looked up in CLOG. Robert Haas 10.0
2017-03-20 Fixes for single-page hash index vacuum. Robert Haas 10.0
2017-02-09 Rename user-facing tools with "xlog" in the name to say "wal". Robert Haas 10.0
2017-02-08 Add WAL consistency checking facility. Robert Haas 10.0
2016-10-20 Rename "pg_xlog" directory to "pg_wal". Robert Haas 10.0
2016-06-17 pg_visibility: Add pg_truncate_visibility_map function. Robert Haas 9.6.0
2016-06-09 pgindent run for 9.6 Robert Haas 9.6.0
2016-03-30 Add new replication mode synchronous_commit = 'remote_apply'. Robert Haas 9.6.0
2013-12-22 Change the way we mark tuples as frozen. Robert Haas 9.4.0
2013-12-11 Add new wal_level, logical, sufficient for logical decoding. Robert Haas 9.4.0
2013-07-04 Add new GUC, max_worker_processes, limiting number of bgworkers. Robert Haas 9.4.0
2012-06-25 Remove sanity test in XRecOffIsValid. Robert Haas 9.3.0
2012-06-14 New SQL functons pg_backup_in_progress() and pg_backup_start_time() Robert Haas 9.3.0
2012-04-27 Prevent index-only scans from returning wrong answers under Hot Standby. Robert Haas 9.2.0
2011-06-22 Make the visibility map crash-safe. Robert Haas 9.2.0
2010-12-29 Bump XLOG_PAGE_MAGIC. Robert Haas 9.1.0
2010-11-10 Add monitoring function pg_last_xact_replay_timestamp. Robert Haas 9.1.0
2010-08-13 Include the backend ID in the relpath of temporary relations. Robert Haas 9.1.0