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
/
xact.c
Commit message (
Expand
)
Author
Age
*
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-10
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-28
*
Skip searching for subxact locks at commit.
Simon Riggs
2012-11-13
*
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
*
Split resowner.h
Alvaro Herrera
2012-08-28
*
Update C comment to NOTICE to reflect previous commit changing the error
Bruce Momjian
2012-08-15
*
Make commit_delay much smarter.
Robert Haas
2012-07-02
*
Make walsender more responsive.
Robert Haas
2012-07-02
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
During transaction cleanup, release locks before deleting files.
Robert Haas
2012-06-14
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Improve comment for GetStableLatestTransactionId().
Tom Lane
2012-05-31
*
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-28
*
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-12
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
Don't wait for the commit record to be replicated if we wrote no WAL.
Heikki Linnakangas
2012-04-17
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Allow snapshot references to still work during transaction abort.
Tom Lane
2011-09-26
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Partially revoke attempt to improve performance with many savepoints.
Simon Riggs
2011-09-07
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove O(N^2) performance issue with multiple SAVEPOINTs.
Simon Riggs
2011-07-19
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
*
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Update comments in RecordTransactionCommit() to mention unlogged tables.
Robert Haas
2011-01-03
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
*
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
[next]