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
*
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
*
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-10-24
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-08-02
*
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-07-01
*
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-06
*
Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()
Alexander Korotkov
2024-04-18
*
Revert: Implement pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-04-11
*
Call WaitLSNCleanup() in AbortTransaction()
Alexander Korotkov
2024-04-07
*
Allow "internal" subtransactions in parallel mode.
Tom Lane
2024-03-28
*
Avoid stack overflow in ShowTransactionStateRec()
Alexander Korotkov
2024-03-08
*
Turn tail recursion into iteration in CommitTransactionCommand()
Alexander Korotkov
2024-03-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
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-03-03
*
Followup fixes for transaction_timeout
Alexander Korotkov
2024-02-16
*
Introduce transaction_timeout
Alexander Korotkov
2024-02-15
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Prevent tuples to be marked as dead in subtransactions on standbys
Michael Paquier
2023-12-12
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Clear CurrentResourceOwner earlier in CommitTransaction.
Heikki Linnakangas
2023-11-15
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.
Tom Lane
2023-09-21
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
bufmgr: Support multiple in-progress IOs by using resowner
Andres Freund
2023-04-05
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
*
Retire PG_SETMASK() macro.
Thomas Munro
2023-02-03
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Wake up a subscription's replication worker processes after DDL.
Tom Lane
2023-01-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
Andres Freund
2022-10-14
*
Allow callback functions to deregister themselves during a call.
Tom Lane
2022-09-28
*
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-19
*
Fix typos referring to PGPROC
John Naylor
2022-09-19
*
Rephrase comments to make them clearer
Daniel Gustafsson
2022-08-04
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
pgindent run prior to branching v15.
Tom Lane
2022-06-30
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
*
Rename delayChkpt to delayChkptFlags.
Robert Haas
2022-04-08
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
[next]