Can you please attach server logs from coordinator and datanode? The way extensions are created in XL is by sending "CREATE EXTENSION" command to all nodes. The coordinator makes sure that none of the DDLs are sent down to the remote nodes, but if there are DMLs (such as a SELECT query or an anonymous block) that are dependent on the objects created by the extension, that can cause problems since those objects may not exist yet on the datanodes. I wonder if something changed in that area between...
Can you check if the following variables are set correctly in pgxc_ctl.conf file?...
On Wed, Aug 3, 2016 at 11:08 AM, srinivasa reddy ksreddy543@users.sf.net wrote: Hi...
FreeBSD is not a supported platform at this stage. But you're welcome to test and...
Home
Home
On Tue, Oct 6, 2015 at 4:05 PM, Raul Palma rapw3k@users.sf.net wrote: After some...
Can you please share output of "SELECT * FROM pgxc_node" from each node? Is it possible...
Hi Pradyumna, Can you please post the hardware/configuration of each machine in the...
Hi, Can you please attach a self-contained test case? How do you set up the cluster?...
Would you mind trying from the sources cloned from the master branch of the git repo?...
Acquire timestamp before sending a backup messa...
Fix unaccounted message bytes for coordinator n...
Refactor code to send MSG_TXN_START_PREPARED me...
Make documentation improvements
Avoid throwing an error during connection estab...
Add "force" option to pgxc_ctl init command to ...
Allow direct datanode sessions to grab an XID f...
Don't walk down the subquery subplan to find a ...
Add support for recursive CTE for replicated ta...
Do not report error if some patterns are missin...
Do not force remove data directories if they ar...
Merge branch 'master' of ssh://git.code.sf.net/...
Push down LIMIT clause to the remote side if it...
Add a #ifdef XCP directive the minimal config f...
Cleanup old bash scripts in pgxc_ctl contrib mo...
Use proper MACROs to send ancillary data over s...
Fix a bug where a failed PREPARE TRANSACTION wo...
Add a new "minimal" option to "prepare" command...
Reset local_params post transaction prepare.
Allow "make check" to work with XL
Consume command ID once its used for remote uti...
Allow compilation on FreeBSD and also check for...
Fix a core dump in SharedQueueBind because of h...
Do not read prototype config file when dealing ...
Revert "Do not read prototype config file when ...
Also check for IsConnFromDatanode() while decid...
This commit showing problems in regression. Rev...
Ignore SIGPIPE in GTM and GTM Proxy
Improve GTM connecting establishment handling
Set the size of pending connections on a pooler...
Send down comamnd ID even before an utility sta...
Refactor the XID assignment code.
A related failure seems to be this: regression=# create temp table compos (f1 int,...
CREATE TABLE.. LIKE fails for temp table
Wrong result with SQL function
regclassout fails to find pg_class on coordinator
Problem with parsing inet value
Incorrect output for reltime column type
FWIW this query returns correct result if nested loop join is turned off: testdb=#...
Incorrect results of a join query
Ensure that updated command ID is sent to the d...
Send down command ID to datanodes before sendin...
Add missing gtm backup files to the repo
Add support for GTM to backup data at BARRIER c...
Fix planner bug with nested PlaceHolderVars in ...
Disable hot_standby for components setup by pgx...
Disable internal subtransactions.
Allow DMLs inside a plpgsql procedure on the co...
Do not read prototype config file when dealing ...
WITH Insert yields "unrecognized node type: 118"
Opened again since the patch showed regression. Patch reverted for now.
Use ResourceOwner to track internally prepared ...
On Thursday, November 6, 2014, yazun yazuna@users.sf.net wrote: Was the patch commited...
Remove a duplicate call to post_parse_analyze_h...
Allow pg_stat_statements to work with XL
Merge branch 'master' of ssh://git.code.sf.net/...
Restore some GUCs which are useful in maintenan...
Let CLUSTER get XID directly from GTM.
Handle TEMP relations appropriately.
Revert "Handle CteScan node type while determin...
Send down a snasphot before sending bind parame...
Refactor snapshot management at datanode.
Change elog level back to DEBUG1 for a log mess...
Skip an assertion which is known to give false ...
Refactor GTM connection management.
Patch committed
WITH Insert yields "unrecognized node type: 118"
Patch committed
GTM log shows error such as "no data left in message"
Memory overlap in memcpy causes segfault on OSX
Patch cherry-picked.
Handle CteScan node type while determining para...
Add support for gtmSlaveName in pgxc_ctl.conf
Fix assorted bugs in GTM standby and failover.
Remove an unused, duplicate file.
Fix a bug which was causing datanode slave to s...
Fix a bug in deciding local GTM proxy while add...
Reset all necessary vars before adding first gt...
Fix help message for pgxc_ctl "add datanode mas...
Correct many misspellings and typos.
Improve help messages and comments in pgxc_ctl ...
Don't add empty lines to pgxc_ctl history
Fix a bug in pgxc_ctl configure command.
Ensure pooler information is reloaded in active...
Fix double discounting of \n in COPY results re...
Handle array size extension better
Merge branch 'master' of ssh://git.code.sf.net/...
Documentation fixes for pgxc_ctl utility
Do not try to unregister a node from GTM.