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
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-08
*
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
*
Remove AtSubStart_Notify.
Robert Haas
2019-10-04
*
Fix behavior of AND CHAIN outside of explicit transaction blocks
Peter Eisentraut
2019-09-08
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Fix GetNewTransactionId()'s interaction with xidVacLimit.
Thomas Munro
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Fix typo.
Thomas Munro
2019-03-29
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
More unconstify use
Peter Eisentraut
2019-02-13
*
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
[next]