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
/
pgxc
/
squeue
/
squeue.c
Age
Commit message (
Expand
)
Author
2018-10-12
Use sufficiently large buffer in SharedQueueWrite
Tomas Vondra
2017-09-20
Improve shared queue synchronization further
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-01-09
fix SharedQueuesInit to register the tranche properly
Tomas Vondra
2016-11-09
allocate SQueue LWLocks using a named tranche (dynamically)
Tomas Vondra
2016-10-18
Honour shared queue refcount while deciding to remove it from hash table when
Pavan Deolasee
2016-10-18
Add a ref count mechanism to deal with situations where a Shared Queue is
Pavan Deolasee
2016-10-18
Correct shared memory size calculation for Shared Queue hashtable.
Pavan Deolasee
2016-10-18
Fix a few compiler warnings.
Pavan Deolasee
2016-10-18
Handle a race condition between portal close 'C' message and new request for
Pavan Deolasee
2016-10-18
Sprinkle SQueue and portal management code with DEBUG messages
Pavan Deolasee
2016-10-18
Do not throw a FATAL error when SharedQ producer times out while waiting for
Pavan Deolasee
2015-12-09
Reduce logging level for couple of messages
Pavan Deolasee
2015-08-21
Commit a patch submitted by jasonysli@tencent.com to fix a race condition in
Pavan Deolasee
2015-08-21
Change several messages from LOG to DEBUG1/DEBUG2
Pavan Deolasee
2015-06-23
Find and remember node id of the remote node as set via SET global_session
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-15
Fix a race condition where a queue has already been cleaned up.
Mason Sharp
2015-04-15
Fix a core dump in SharedQueueBind because of hash table overflow
Pavan Deolasee
2014-09-01
Many compiler warnings are fixed.
Andrei Martsinchyk
2014-09-01
The Postgres-XL functionality includes MPP parallelism with
Pavan Deolasee