aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Move LSN waiting declarations and definitions to better placeAlexander Korotkov2024-10-24
* Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov2024-10-24
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Message style improvementsPeter Eisentraut2024-08-29
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Preserve CurrentMemoryContext across Start/CommitTransactionCommand.Tom Lane2024-07-01
* Make RelationFlushRelation() work without ResourceOwner during abortHeikki Linnakangas2024-06-06
* Refactoring for CommitTransactionCommand()/AbortCurrentTransaction()Alexander Korotkov2024-04-18
* Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-04-11
* Call WaitLSNCleanup() in AbortTransaction()Alexander Korotkov2024-04-07
* Allow "internal" subtransactions in parallel mode.Tom Lane2024-03-28
* Avoid stack overflow in ShowTransactionStateRec()Alexander Korotkov2024-03-08
* Turn tail recursion into iteration in CommitTransactionCommand()Alexander Korotkov2024-03-08
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Followup fixes for transaction_timeoutAlexander Korotkov2024-02-16
* Introduce transaction_timeoutAlexander Korotkov2024-02-15
* Update copyright for 2024Bruce Momjian2024-01-03
* Prevent tuples to be marked as dead in subtransactions on standbysMichael Paquier2023-12-12
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas2023-11-15
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix COMMIT/ROLLBACK AND CHAIN in the presence of subtransactions.Tom Lane2023-09-21
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Remove empty function BufmgrCommit().Tom Lane2023-03-29
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unsetAndres Freund2022-10-14
* Allow callback functions to deregister themselves during a call.Tom Lane2022-09-28
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Fix typos referring to PGPROCJohn Naylor2022-09-19
* Rephrase comments to make them clearerDaniel Gustafsson2022-08-04
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Rename delayChkpt to delayChkptFlags.Robert Haas2022-04-08
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03