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