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
REL_18_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
/
xact.c
Age
Commit message (
Expand
)
Author
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-06-08
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-01
postgres_fdw: Inherit the local transaction's access/deferrable modes.
Etsuro Fujita
2025-03-17
aio: Basic subsystem initialization
Andres Freund
2025-02-13
Remove unnecessary (char *) casts [xlog]
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-06
Comment fix: "buffer context lock" to "buffer content lock".
Jeff Davis
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-09-03
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-08-29
Message style improvements
Peter Eisentraut
2024-08-02
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-04-17
Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()
Alexander Korotkov
2024-04-11
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-06
Call WaitLSNCleanup() in AbortTransaction()
Alexander Korotkov
2024-03-28
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-03-08
Avoid stack overflow in ShowTransactionStateRec()
Alexander Korotkov
2024-03-08
Turn tail recursion into iteration in CommitTransactionCommand()
Alexander Korotkov
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-16
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-15
Introduce transaction_timeout
Alexander Korotkov
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-12
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
Clear CurrentResourceOwner earlier in CommitTransaction.
Heikki Linnakangas
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-22
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-05
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-03-29
Remove empty function BufmgrCommit().
Tom Lane
2023-02-02
Retire PG_SETMASK() macro.
Thomas Munro
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-06
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-11-09
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-14
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-09-28
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-20
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
Fix typos referring to PGPROC
John Naylor
[next]