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
*
Add subtransaction handling for table synchronization workers.
Robert Haas
2018-07-16
*
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-07-05
*
Cancel CV sleep during subtransaction abort.
Robert Haas
2017-12-21
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
*
Remove AtEOXact_CatCache().
Tom Lane
2017-08-13
*
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-08-04
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
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
*
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-05-01
*
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-27
*
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-06
*
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-04-04
*
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
*
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
*
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-22
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
Support condition variables.
Robert Haas
2016-11-22
*
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-17
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
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
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
*
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
[next]