index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
multixact.c
Age
Commit message (
Expand
)
Author
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-04-23
Lots of doc corrections.
Robert Haas
2012-02-06
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-11-02
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-30
Avoid unnecessary public struct declaration in slru.h
Alvaro Herrera
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-11-23
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-06-26
Cleanup and code review for the patch that made bgwriter active during
Tom Lane
2009-01-20
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
Heikki Linnakangas
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-08-01
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-05
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-08-01
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-11-17
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-07-20
Don't try to truncate multixact SLRU files in checkpoints done during xlog
Tom Lane
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-07-11
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-03-24
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-12-06
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-05
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-10-28
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-20
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-06-08
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-05-19
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-07
Fix case in which a debug printout would print already-pfreed data.
Tom Lane
2005-05-03
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane