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
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-02
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Remove COMMIT_TS_SETTS record.
Fujii Masao
2021-04-12
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Track replication origin progress for rollbacks.
Amit Kapila
2021-03-08
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-17
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
*
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
*
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
[next]