Commits

DateSubjectAuthorReleases
2017-07-19 Add static assertions about pg_control fitting into one disk sector. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-02-23 Remove pg_control's enableIntTimes field. Tom Lane 10.0
2016-07-16 Advance PG_CONTROL_VERSION. Tom Lane 9.6.0
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.4.0
2014-06-04 Bump PG_CONTROL_VERSION for previous 9.4 changes. Tom Lane 9.4.0
2010-06-03 Bump PG_CONTROL_VERSION to account for the incompatible change committed earlier. Tom Lane 9.0.0
2010-02-17 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 Tom Lane 9.0.0
2009-12-19 Bump catversion to reflect the fact that HS patch changed pg_proc Tom Lane 9.0.0
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-02-17 Replace time_t with pg_time_t (same values, but always int64) in on-disk Tom Lane 8.4.0
2007-05-20 To support external compression of archived WAL data, add a flag bit to Tom Lane 8.3.0
2007-04-03 Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. Tom Lane 8.3.0
2006-12-08 Remove the logId/logSeg fields from pg_control, because they are not needed Tom Lane 8.3.0
2006-08-21 Make the server track an 'XID epoch', that is, maintain higher-order bits Tom Lane 8.2.0
2006-08-07 Make recovery from WAL be restartable, by executing a checkpoint-like Tom Lane 8.2.0
2006-08-06 Add support for forcing a switch to a new xlog file; cause such a switch Tom Lane 8.2.0
2006-04-04 Don't use BLCKSZ for the physical length of the pg_control file, but Tom Lane 8.2.0
2006-04-03 Define a separately configurable XLOG_BLCKSZ symbol for the page size Tom Lane 8.2.0
2005-10-03 Expand pg_control information so that we can verify that the database Tom Lane 8.1.0
2005-06-08 Change WAL-logging scheme for multixacts to be more like regular Tom Lane 8.1.0
2005-06-02 Change CRCs in WAL records from 64bit to 32bit for performance reasons. Tom Lane 8.1.0
2005-04-28 Implement sharable row-level locks, and use them for foreign key references Tom Lane 8.1.0
2005-03-29 Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the Tom Lane 8.1.0