Commits

DateSubjectAuthorReleases
2007-04-30 Change the timestamps recorded in transaction commit/abort xlog records Tom Lane 8.3.0
2007-04-03 Remove the CheckpointStartLock in favor of having backends show whether they Tom Lane 8.3.0
2007-02-13 Disallow committing a prepared transaction unless we are in the same database Tom Lane 8.1.9
2007-02-13 Disallow committing a prepared transaction unless we are in the same database Tom Lane 8.2.4
2007-02-13 Disallow committing a prepared transaction unless we are in the same database Tom Lane 8.3.0
2005-12-11 Divide the lock manager's shared state into 'partitions', so as to Tom Lane 8.2.0
2005-08-29 Reduce default value of max_prepared_transactions from 50 to 5. This Tom Lane 8.1.0
2005-08-20 Convert the arithmetic for shared memory size calculation from 'int' Tom Lane 8.1.0
2005-07-31 Add per-user and per-database connection limit options. 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-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-06-19 Need #include <time.h> on some platforms. Tom Lane 8.1.0
2005-06-19 Simplify uses of readdir() by creating a function ReadDir() that Tom Lane 8.1.0
2005-06-19 Arrange to fsync two-phase-commit state files only during checkpoints; Tom Lane 8.1.0
2005-06-18 Add a time-of-preparation column to the pg_prepared_xacts view, per an Tom Lane 8.1.0
2005-06-18 Dept. of second thoughts: regular COMMIT deletes deletable files before Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0