index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xact.c
Age
Commit message (
Expand
)
Author
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2018-04-17
Do not send the new protocol message to non-XL client.
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Avoid bogus TwoPhaseState locking sequences
Alvaro Herrera
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-01
Fix logical replication launcher wake up and reset
Peter Eisentraut
2017-04-27
Rework handling of subtransactions in 2PC recovery
Simon Riggs
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-04-04
Speedup 2PC recovery by skipping two phase state files in normal path
Simon Riggs
2017-03-24
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-22
Improve performance of replay of AccessExclusiveLocks
Simon Riggs
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-11-22
Support condition variables.
Robert Haas
2016-11-17
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Use OS timestamp for computing if the current statement has taken more than
Pavan Deolasee
2016-10-18
Extend CLog, Subtrans log and CommitTsLog appropriately when an XID is received
Pavan Deolasee
2016-10-18
Fix several compiler warnings
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Fix a few compiler warnings.
Pavan Deolasee
2016-10-18
Handle errors while PREPARing a transaction gracefully.
Pavan Deolasee
2016-10-18
Assign coordinator local timestamp when transaction timestamp is requested
Pavan Deolasee
2016-10-18
Use XID passed down by the remote datanode, if its available, when
Pavan Deolasee
2016-10-18
Fix misc issues with two-phase commit protocol and cleaning up of outstanding
Pavan Deolasee
2016-10-18
End global transaction on the GTM before releasing locks.
Pavan Deolasee
2016-10-18
Set XactTopTransactionId also on receiving XID from a datanode
Pavan Deolasee
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-11
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
[next]