aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/twophase.c
Commit message (Expand)AuthorAge
* Disallow committing a prepared transaction unless we are in the same databaseTom Lane2007-02-13
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some sentences consistent with similar ones.Bruce Momjian2006-10-03
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Message correctionsPeter Eisentraut2005-10-29
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Reduce default value of max_prepared_transactions from 50 to 5. ThisTom Lane2005-08-29
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Need #include <time.h> on some platforms.Tom Lane2005-06-19
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-19
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-18
* Dept. of second thoughts: regular COMMIT deletes deletable files beforeTom Lane2005-06-18
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17