index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
multixact.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
Heikki Linnakangas
2009-01-20
1
-1
/
+4
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Add a few more DTrace probes to the backend.
Alvaro Herrera
2008-08-01
1
-2
/
+9
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-4
/
+4
*
Implement lazy XID allocation: transactions that do not modify any database
Tom Lane
2007-09-05
1
-5
/
+2
*
Support an optional asynchronous commit mode, in which we don't flush WAL
Tom Lane
2007-08-01
1
-12
/
+12
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-17
1
-6
/
+45
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-6
/
+6
*
Don't try to truncate multixact SLRU files in checkpoints done during xlog
Tom Lane
2006-07-20
1
-3
/
+8
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
1
-7
/
+7
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
1
-5
/
+7
*
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
1
-3
/
+3
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-41
/
+42
*
Clean up representation of SLRU page state. This is the cleaner fix
Tom Lane
2005-11-05
1
-9
/
+9
*
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
1
-24
/
+28
*
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-28
1
-35
/
+110
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-190
/
+190
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
1
-4
/
+11
*
Make GetMultiXactIdMembers() a public function.
Tatsuo Ishii
2005-08-20
1
-3
/
+2
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-2
/
+39
*
Change WAL-logging scheme for multixacts to be more like regular
Tom Lane
2005-06-08
1
-195
/
+426
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
1
-4
/
+4
*
Fix case in which a debug printout would print already-pfreed data.
Tom Lane
2005-05-07
1
-5
/
+7
*
Clean up MultiXactIdExpand's API by separating out the case where we
Tom Lane
2005-05-03
1
-35
/
+40
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-0
/
+1557