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
*
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
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-25
*
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-03-03
*
Need to decorate XactIsoLevel as PGDLLIMPORT for postgres_fdw.
Tom Lane
2013-02-21
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-11
*
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
[next]