summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_control.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-4/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-2/+3
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-3/+6
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-061-1/+2
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-1/+10
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-3/+4
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-23/+22
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-031-2/+18
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-3/+3
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-11/+13
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+4
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+7
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-11/+9
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+3
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-3/+2
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-2/+12
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-031-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-2/+10
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-6/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+6
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-18/+18
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-2/+1
* XLOG (and related) changes:Tom Lane2001-03-131-0/+115