Commits

DateSubjectAuthorReleases
2010-04-28 Minor editorializing on pg_controldata and pg_resetxlog: adjust some message 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
2009-05-03 Fix pg_resetxlog to remove archive status files along with WAL segment files. Tom Lane 8.1.18
2009-05-03 Fix pg_resetxlog to remove archive status files along with WAL segment files. Tom Lane 8.2.14
2009-05-03 Fix pg_resetxlog to remove archive status files along with WAL segment files. Tom Lane 8.3.8
2009-05-03 Fix pg_resetxlog to remove archive status files along with WAL segment files. Tom Lane 8.4.0
2008-11-14 One more hack to see if we can get the cygwin machines building again. Tom Lane 8.4.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-07-12 Suppress Sun Studio warnings, per Stefan. 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-04-05 Add a field to the first page of each WAL file to indicate the 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-07-04 Arrange for the postmaster (and standalone backends, initdb, etc) to 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-04-13 Simplify initdb-time assignment of OIDs as I proposed yesterday, and 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
2004-12-20 Adjust pg_resetxlog to handle 8.0 WAL file names properly. Tom Lane 8.0.0