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
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Rework WAL-reading supporting structs
Alvaro Herrera
2019-09-24
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
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
[next]