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 order of arguments to SubTransSetParent().
Tom Lane
2017-04-23
*
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
*
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
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.
Andres Freund
2014-12-25
*
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
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-16
*
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-15
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-27
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Fix TwoPhaseGetDummyBackendId().
Tom Lane
2012-08-08
*
Make walsender more responsive.
Robert Haas
2012-07-02
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-07
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
*
Make group commit more effective.
Heikki Linnakangas
2012-01-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
[next]