Commits

DateSubjectAuthorReleases
2022-04-08 Improve frontend error logging style. Tom Lane 15.0
2019-05-14 Move logging.h and logging.c from src/fe_utils/ to src/common/. Tom Lane 12.0
2018-03-25 Add #includes missed in commit e22b27f0cb3ee03ee300d431997f5944ccf2d7b3. Tom Lane 11.0
2017-02-23 Remove pg_control's enableIntTimes field. Tom Lane 10.0
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.4.0
2010-04-28 Minor editorializing on pg_controldata and pg_resetxlog: adjust some message Tom Lane 9.0.0
2010-04-28 pg_controldata needs #define FRONTEND, same as pg_resetxlog. 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-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring 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-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-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
2004-07-21 Invent WAL timelines, as per recent discussion, to make point-in-time Tom Lane 8.0.0
2004-03-22 Standardize output buffer size and display format for strftime; Tom Lane 8.0.0
2004-02-11 Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to Tom Lane 8.0.0
2002-08-18 Use variable for format to suppress overly-anal-retentive gcc warning Tom Lane 7.3.1