index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
xact.h
Commit message (
Expand
)
Author
Age
*
Make xact.h usable in frontend.
Heikki Linnakangas
2020-08-17
*
Mark a few logical decoding related variables with PGDLLIMPORT.
Amit Kapila
2020-08-15
*
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
*
Remove dead forceSync parameter of XactLogCommitRecord().
Noah Misch
2020-06-20
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix comment in xact.h
Michael Paquier
2019-11-20
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-26
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
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
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove duplicate macro definition.
Tom Lane
2016-11-05
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-05-01
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-29
[next]