index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
twophase.c
Commit message (
Expand
)
Author
Age
*
Make some sentences consistent with similar ones.
Bruce Momjian
2006-10-03
*
Modify snapshot definition so that lazy vacuums are ignored by other
Alvaro Herrera
2006-07-30
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Message corrections
Peter Eisentraut
2005-10-29
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
*
Back out this because of fear of changing error strings:
Bruce Momjian
2005-10-13
*
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
*
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
*
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-07-04
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Need #include <time.h> on some platforms.
Tom Lane
2005-06-19
*
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-06-19
*
Arrange to fsync two-phase-commit state files only during checkpoints;
Tom Lane
2005-06-19
*
Add a time-of-preparation column to the pg_prepared_xacts view, per an
Tom Lane
2005-06-18
*
Dept. of second thoughts: regular COMMIT deletes deletable files before
Tom Lane
2005-06-18
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17