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
*
Avoid creation of the free space map for small heap relations, take 2.
Amit Kapila
2019-02-04
*
Revert "Avoid creation of the free space map for small heap relations."
Amit Kapila
2019-01-28
*
Avoid creation of the free space map for small heap relations.
Amit Kapila
2019-01-28
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-08-10
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
*
Fix off-by-one bug in XactLogCommitRecord
Alvaro Herrera
2018-06-15
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Change transaction state debug strings to match enum symbols
Peter Eisentraut
2018-03-16
*
Improve savepoint error messages
Peter Eisentraut
2018-03-16
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Update function comments
Peter Eisentraut
2018-03-16
*
Minor comment fix
Peter Eisentraut
2018-02-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Adjust assertion in GetCurrentCommandId.
Robert Haas
2017-12-21
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Fix typo.
Robert Haas
2017-11-28
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
[next]