index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
procarray.h
Commit message (
Expand
)
Author
Age
*
Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual
Tom Lane
2008-01-09
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Replace the former method of determining snapshot xmax --- to wit, calling
Tom Lane
2007-09-08
*
Allow CREATE INDEX CONCURRENTLY to disregard transactions in other
Tom Lane
2007-09-07
*
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-09-05
*
Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends
Tom Lane
2007-06-01
*
Remove the CheckpointStartLock in favor of having backends show whether they
Tom Lane
2007-04-03
*
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-16
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Modify snapshot definition so that lazy vacuums are ignored by other
Alvaro Herrera
2006-07-30
*
Take the statistics collector out of the loop for monitoring backends'
Tom Lane
2006-06-19
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-16
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Add BackendXidGetPid().
Tatsuo Ishii
2005-08-20
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19