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
/
xact.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
1
-10
/
+4
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
1
-2
/
+2
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
1
-0
/
+10
*
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
1
-7
/
+1
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Partially revoke attempt to improve performance with many savepoints.
Simon Riggs
2011-09-07
1
-15
/
+12
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+3
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-7
/
+0
*
Remove O(N^2) performance issue with multiple SAVEPOINTs.
Simon Riggs
2011-07-19
1
-32
/
+70
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
1
-76
/
+169
*
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
1
-0
/
+7
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-30
/
+31
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
1
-1
/
+1
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
1
-2
/
+3
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
1
-1
/
+10
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
1
-28
/
+32
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
1
-0
/
+21
*
Update comments in RecordTransactionCommit() to mention unlogged tables.
Robert Haas
2011-01-03
1
-8
/
+9
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
1
-10
/
+23
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
1
-1
/
+1
*
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
1
-11
/
+0
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
1
-1
/
+9
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
1
-11
/
+10
*
Make RecordTransactionCommit() respect wal_level.
Robert Haas
2010-08-13
1
-5
/
+6
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
1
-3
/
+3
*
Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.
Simon Riggs
2010-07-29
1
-3
/
+3
*
Avoid deep recursion when assigning XIDs to multiple levels of subxacts.
Robert Haas
2010-07-23
1
-3
/
+25
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-10
/
+10
*
Add C comment about why synchronous_commit=off behavior can lose
Bruce Momjian
2010-06-29
1
-3
/
+8
*
Ensure that top level aborts call XLogSetAsyncCommit(). Not doing
Simon Riggs
2010-05-13
1
-1
/
+13
*
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-13
1
-13
/
+15
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-58
/
+65
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
1
-4
/
+1
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
1
-2
/
+2
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
1
-3
/
+8
*
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
1
-7
/
+15
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
1
-21
/
+12
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-10
/
+31
*
Fix assorted core dumps and Assert failures that could occur during
Tom Lane
2010-01-24
1
-30
/
+33
*
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-16
1
-3
/
+2
*
During Hot Standby, set DatabasePath correctly during relcache init file
Simon Riggs
2010-01-09
1
-15
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-34
/
+344
*
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
1
-10
/
+10
*
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-23
1
-2
/
+3
*
Remove flatfiles.c, which is now obsolete.
Alvaro Herrera
2009-09-01
1
-16
/
+3
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-53
/
+54
[next]