index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
twophase.c
Age
Commit message (
Expand
)
Author
2025-01-25
Merge copies of converting an XID to a FullTransactionId.
Noah Misch
2025-01-17
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-30
Fix failures with incorrect epoch handling for 2PC files at recovery
Michael Paquier
2024-12-29
Fix handling of orphaned 2PC files in the future at recovery
Michael Paquier
2024-12-28
Replace PGPROC.isBackgroundWorker with isRegularBackend.
Tom Lane
2024-12-28
Exclude parallel workers from connection privilege/limit checks.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
Redefine backend ID to be an index into the proc array
Heikki Linnakangas
2024-02-21
Remove superfluous 'pgprocno' field from PGPROC
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-08
Rename ShmemVariableCache to TransamVariables
Heikki Linnakangas
2023-11-30
Fix typo in 5a1dfde8334b
Alexander Korotkov
2023-11-28
Make use FullTransactionId in 2PC filenames
Alexander Korotkov
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-01-18
Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-20
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-02-14
Make origin data initialization consistent other fields in 2PC header
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-14
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-11-12
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-05
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-08-12
Avoid unnecessary shared invalidations in ROLLBACK PREPARED
Michael Paquier
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-11
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-08
Remove read_page callback from XLogReader.
Thomas Munro
2021-03-21
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-08
Track replication origin progress for rollbacks.
Amit Kapila
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-22
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
Fujii Masao
2021-02-15
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
[next]