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
/
twophase.c
Commit message (
Expand
)
Author
Age
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
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
*
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Workaround for RecoverPreparedTransactions()
Simon Riggs
2017-04-23
*
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
*
Exit correctly from PrepareRedoRemove() when not found
Simon Riggs
2017-04-18
*
Don’t push nextid too far forwards in recovery
Simon Riggs
2017-04-18
*
Fix uninitialized variables in twophase.c
Simon Riggs
2017-04-04
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Fsync directory after creating or unlinking file.
Teodor Sigaev
2017-03-27
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Change xlog to WAL in some error messages
Peter Eisentraut
2017-03-13
*
Revert "Use group updates when setting transaction status in clog."
Robert Haas
2017-03-10
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-03-09
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Improve grammar of message about two-phase state files.
Robert Haas
2017-02-03
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-09
*
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-08
*
Message style improvements
Peter Eisentraut
2016-07-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Fix typos.
Robert Haas
2016-03-15
*
Reduce size of two phase file header
Simon Riggs
2016-03-10
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-23
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
[next]