Commits

Showing commits that first shipped in 9.2 (backpatches included). Clear

DateSubjectAuthorReleases
2021-12-13 Suppress -Warray-bounds warning in 9.2's xlog.c. Tom Lane 9.2 (unreleased)
2016-08-31 Prevent starting a standalone backend with standby_mode on. Tom Lane 9.2.19
2015-05-28 Fix fsync-at-startup code to not treat errors as fatal. Tom Lane 9.2.12
2014-02-17 Prevent potential overruns of fixed-size buffers. Tom Lane 9.2.7
2014-01-14 Fix multiple bugs in index page locking during hot-standby WAL replay. Tom Lane 9.2.7
2013-04-01 Make REPLICATION privilege checks test current user not authenticated user. Tom Lane 9.2.4
2012-12-05 Ensure recovery pause feature doesn't pause unless users can connect. Tom Lane 9.2.3
2012-12-02 Don't advance checkPoint.nextXid near the end of a checkpoint sequence. Tom Lane 9.2.2
2012-11-13 Fix multiple problems in WAL replay. Tom Lane 9.2.2
2012-09-06 Fix inappropriate error messages for Hot Standby misconfiguration errors. Tom Lane 9.2.0
2012-07-18 Fix management of pendingOpsTable in auxiliary processes. Tom Lane 9.2.0
2012-06-13 Revert "Reduce checkpoints and WAL traffic on low activity database server" Tom Lane 9.2.0
2012-05-09 Fix an issue in recent walwriter hibernation patch. Tom Lane 9.2.0
2012-05-09 Reduce idle power consumption of walwriter and checkpointer processes. Tom Lane 9.2.0
2012-04-30 Converge all SQL-level statistics timing values to float8 milliseconds. Tom Lane 9.2.0
2012-02-06 Add locking around WAL-replay modification of shared-memory variables. Tom Lane 9.2.0
2012-02-05 Fix transient clobbering of shared buffers during WAL replay. Tom Lane 9.2.0
2011-12-12 Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. Tom Lane 9.2.0
2011-10-22 Support synchronization of snapshots through an export/import procedure. Tom Lane 9.2.0
2011-10-19 Suppress -Wunused-result warnings about write() and fwrite(). Tom Lane 9.2.0
2011-10-02 Restructure error handling in reading of postgresql.conf. Tom Lane 9.2.0
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-08-10 Change the autovacuum launcher to use WaitLatch instead of a poll loop. Tom Lane 9.2.0
2011-08-09 Measure WaitLatch's timeout parameter in milliseconds, not microseconds. Tom Lane 9.2.0