Commits

DateSubjectAuthorReleases
2010-04-28 Introduce wal_level GUC to explicitly control if information needed for Heikki Linnakangas 9.0.0
2010-04-23 Previous patch revoked following objections. Simon Riggs 9.0.0
2010-04-23 Make CheckRequiredParameterValues() depend upon correct combination Simon Riggs 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 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
2010-01-20 Write a WAL record whenever we perform an operation without WAL-logging Heikki Linnakangas 9.0.0
2010-01-04 Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at Heikki Linnakangas 9.0.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-12-19 Bump catversion to reflect the fact that HS patch changed pg_proc Tom Lane 9.0.0
2009-12-19 Allow read only connections during recovery, known as Hot Standby. Simon Riggs 9.0.0
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-09-23 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and Heikki Linnakangas 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
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.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
2007-03-03 Remove undo information from pg_controldata --- never used. Bruce Momjian 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 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-10-04 pgindent run for 8.2. Bruce Momjian 8.2.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