aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
Commit message (Expand)AuthorAge
* Avoid creation of the free space map for small heap relations, take 2.Amit Kapila2019-02-04
* Revert "Avoid creation of the free space map for small heap relations."Amit Kapila2019-01-28
* Avoid creation of the free space map for small heap relations.Amit Kapila2019-01-28
* Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier2019-01-26
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Update copyright for 2019Bruce Momjian2019-01-02
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro2018-10-09
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix off-by-one bug in XactLogCommitRecordAlvaro Herrera2018-06-15
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas2018-04-17
* Further cleanup of client dependencies on src/include/catalog headers.Tom Lane2018-04-09
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Change transaction state debug strings to match enum symbolsPeter Eisentraut2018-03-16
* Improve savepoint error messagesPeter Eisentraut2018-03-16
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Rename TransactionChain functionsPeter Eisentraut2018-03-16
* Update function commentsPeter Eisentraut2018-03-16
* Minor comment fixPeter Eisentraut2018-02-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Adjust assertion in GetCurrentCommandId.Robert Haas2017-12-21
* Cancel CV sleep during subtransaction abort.Robert Haas2017-12-21
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Fix typo.Robert Haas2017-11-28
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-11
* Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.Tom Lane2017-09-27
* Use a blacklist to distinguish original from add-on enum values.Tom Lane2017-09-26
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Fix handling of savepoint commands within multi-statement Query strings.Tom Lane2017-09-07
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17