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
/
twophase.c
Commit message (
Expand
)
Author
Age
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Simplify some ERROR paths clearing wait events and transient files
Michael Paquier
2019-04-17
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
*
Fix incorrect function reference in comment of twophase.c
Michael Paquier
2019-02-23
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Improve handling of corrupted two-phase state files at recovery
Michael Paquier
2018-09-07
*
Make autovacuum more aggressive to remove orphaned temp tables
Michael Paquier
2018-08-13
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Fix casting in error message for two-phase file
Michael Paquier
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Workaround for RecoverPreparedTransactions()
Simon Riggs
2017-04-23
*
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
*
Exit correctly from PrepareRedoRemove() when not found
Simon Riggs
2017-04-18
*
Don’t push nextid too far forwards in recovery
Simon Riggs
2017-04-18
*
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
[next]