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
Age
Commit message (
Expand
)
Author
2018-05-21
Fix broken implementation of recovery to barrier.
Pavan Deolasee
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
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-11
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
Remove incorrect assertion in clog.c
Robert Haas
2017-08-05
Make pg_stop_backup's wait_for_archive flag work on standbys.
Robert Haas
2017-08-05
Only kill sync workers at commit time in subscription DDL
Peter Eisentraut
2017-07-21
Fix double shared memory allocation.
Teodor Sigaev
2017-07-19
Add static assertions about pg_control fitting into one disk sector.
Tom Lane
2017-07-13
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
Pavan Deolasee
2017-06-30
Fix typo in comment
Peter Eisentraut
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-22
Fix typo in comment
Alvaro Herrera
2017-06-21
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-21
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-17
Fix typos in comments
Magnus Hagander
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-06-09
Formatting improvements in config file samples
Peter Eisentraut
2017-06-09
Update code comments
Peter Eisentraut
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-06
Revert "Prevent panic during shutdown checkpoint"
Andres Freund
2017-06-05
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-01
Add missing include (pgxcnode.h) into parallel.c
Tomas Vondra
2017-05-31
Restore accidentally-removed line.
Robert Haas
2017-05-18
Ensure that multi-node executor is initialised correctly.
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-12
Standardize "WAL location" terminology
Peter Eisentraut
2017-05-12
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-05
Prevent panic during shutdown checkpoint
Peter Eisentraut
2017-05-05
Extend CommitTS properly, filling in any holes, just like ExtendCLOG.
Pavan Deolasee
2017-05-05
Handle sequence's transactional behaviour on GTM
Pavan Deolasee
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-23
Workaround for RecoverPreparedTransactions()
Simon Riggs
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-18
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-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
Ensure BackgroundWorker struct contents are well-defined.
Tom Lane
2017-04-16
Fix typo in comment
Peter Eisentraut
[next]