Commits

DateSubjectAuthorReleases
2009-08-31 Track the current XID wrap limit (or more accurately, the oldest unfrozen Tom Lane 9.0.0
2009-08-29 Remove the use of the pg_auth flat file for client authentication. Tom Lane 9.0.0
2009-08-12 Allow backends to start up without use of the flat-file copy of pg_database. 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-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-10-15 Include NOLOGIN roles in the 'flat' password file. In the original Tom Lane 8.3.0
2007-08-01 Support an optional asynchronous commit mode, in which we don't flush WAL Tom Lane 8.3.0
2007-06-12 Add some comments about the safety of accessing rolpassword without using Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.1.6
2006-11-05 Fix recently-identified PITR recovery hazard: the base backup could contain Tom Lane 8.2.0
2006-11-05 Fix recently-understood problems with handling of XID freezing, particularly Tom Lane 8.2.0
2006-05-04 Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. Tom Lane 8.2.0
2005-08-11 Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost Tom Lane 8.1.0
2005-07-28 Make use of new list primitives list_append_unique and list_concat_unique 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-29 More cleanup on roles patch. Allow admin option to be inherited through Tom Lane 8.1.0
2005-06-28 Fix up problems in write_auth_file and parsing of the auth file. Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-02-26 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack Tom Lane 8.1.0
2005-02-20 Use SnapshotNow instead of SnapshotSelf for reading the catalogs Tom Lane 8.1.0