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
/
utils
/
time
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-24
Fix typo in comment in SerializeSnapshot
Simon Riggs
2017-06-24
Revert 1f30295eab65eddaa88528876ab66e7095f4bb65
Simon Riggs
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-15
Merge 'remotes/PGSQL/master' into xl10devel
Pavan Deolasee
2017-06-14
Don't force-assign transaction id when exporting a snapshot.
Andres Freund
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Remove poorly worded and duplicated comment
Simon Riggs
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-06
Always SnapshotResetXmin() during ClearTransaction()
Simon Riggs
2017-04-06
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-24
Reverting 42b4b0b2413b9b472aaf2112a3bbfd80a6ab4dc5
Simon Riggs
2017-03-24
Avoid SnapshotResetXmin() during AtEOXact_Snapshot()
Simon Riggs
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-02
Handle unaligned SerializeSnapshot() buffer.
Noah Misch
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-10-18
Ensure commit ordering at the GTM when a transaction's update/delete operation
Pavan Deolasee
2016-10-18
Add a flag to the latest snapshot from GTM when situation demands.
Pavan Deolasee
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-07
Avoid crashing in GetOldestSnapshot() if there are no known snapshots.
Tom Lane
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-07-15
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-01
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-10
Fix interaction between CREATE INDEX and "snapshot too old".
Kevin Grittner
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Minor typos / copy-editing for snapmgr.c
Stephen Frost
2016-06-03
Add new snapshot fields to serialize/deserialize functions.
Kevin Grittner
2016-05-07
Mitigate "snapshot too old" performance regression on NUMA
Kevin Grittner
2016-05-06
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-04-29
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-25
Fix C comment typo and redundant test
Kevin Grittner
2016-04-12
Fix whitespace
Peter Eisentraut
2016-04-11
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-03-04
Fix SerializeSnapshot not to overrun the allocated space.
Robert Haas
2016-02-15
Allow SetHintBits() to succeed if the buffer's LSN is new enough.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-08-26
Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.
Tom Lane
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
[next]