summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-13Clean up remaining GIT conflicts due to merge a871778 in Makefile.shlibMichael Paquier
2012-07-13Change control file of GTM into a text fileMichael Paquier
2012-07-12Clean up whitespaces in XC header files and remove gtm_report_failureMichael Paquier
2012-07-12Refactor COPY command code exclusive to Postgres-XCMichael Paquier
2012-07-12Simplify reconnection protocol of GTM-Proxy to GTMMichael Paquier
2012-07-12Remove all the trailing whitespaces in XC backend filesMichael Paquier
2012-07-12Remove all the trailing whitespaces in GTM codeMichael Paquier
2012-07-11Refactor functions for management and interpretation of distribution clausesMichael Paquier
2012-07-11Block GXID generation on standbysMichael Paquier
2012-07-11Release GTM thread lock before exitMichael Paquier
2012-07-11Introduce new GTM thread status managing thread backupMichael Paquier
2012-07-11Solve SEGENV for GTM-StandbyMichael Paquier
2012-07-11Remove duplicate block of code looking in gtm_serialize.cMichael Paquier
2012-07-11Correct whitespaces, format and message format in gtm_client.cMichael Paquier
2012-07-11Refactoring of gram.y for distribution clausesMichael Paquier
2012-07-10Remove duplication of functions get_xc_node_name and is_prepared_on_nodeMichael Paquier
2012-07-09Fix for bug 3540784: Incorrect COPY for partially distributed tablesMichael Paquier
2012-07-06Remove duplicated define IsLocatorReplicated in locator.hMichael Paquier
2012-07-06Refactor regression tests xc_misc, xc_FQS and xc_FQS_joinMichael Paquier
2012-07-04Activate gtm_ctl statusMichael Paquier
2012-07-03Correct headers and copyrights in some XC-related .h and .c filesMichael Paquier
2012-06-29The function is_foreign_expr() and pgxc_is_query_shippable() were usingAshutosh Bapat
2012-06-29Remove not used variable DATA_NODE_FETCH_SIZE in execRemote.cMichael Paquier
2012-06-28Fix for test alter_tableMichael Paquier
2012-06-28Fix for test rowtypesMichael Paquier
2012-06-28Fix for test domainMichael Paquier
2012-06-28Fix for test foreign_dataMichael Paquier
2012-06-28Merge commit 'c1d9579dd8bf3c921ca6bc2b62c40da6d25372e5'Michael Paquier
2012-06-26Remove useless argument in function DataNodeCopyBegin of execRemote.cMichael Paquier
2012-06-21Fix for crash at gtm_proxy startup in 32b-linux machinesMichael Paquier
2012-06-21Push -l option of gtm_ctl to gtmMichael Paquier
2012-06-21Provide projection capability to the RemoteQuery node.Ashutosh Bapat
2012-06-18Fix for bug 3535915: INSERT SELECT for partially replicated tablesMichael Paquier
2012-06-15Correct ORDER BY query plan in output join.outMichael Paquier
2012-06-15Fix for sequence removal on GTM when related database is droppedMichael Paquier
2012-06-14The code to reduce to the number of data-nodes based on the quals in the queryAshutosh Bapat
2012-06-12Correct grammar of CREATE TABLE and CLEAN CONNECTION in docsMichael Paquier
2012-06-12Make data ordering consistent in query for test join.sqlMichael Paquier
2012-06-05Update pg_ctl with correct bug ML and reorganize helpMichael Paquier
2012-06-05Change mode choice option from -S to -ZMichael Paquier
2012-06-02Block node registration for slave nodes and perform register at a stable stateMichael Paquier
2012-05-31Move pgxc_clean and pgxc_ddl to contrib modulesMichael Paquier
2012-05-30Update code comments: use "Coordinator" and "Datanode" as conventional termsMichael Paquier
2012-05-30Change INSERT tag for remote INSERT queriesMichael Paquier
2012-05-29Reinforce ALTER SEQUENCE handling on GTM for START/RESTARTMichael Paquier
2012-05-29Fix CREATE EXTENSION in clusterMichael Paquier
2012-05-28Fix pgxc_clean crash when no options are specifiedMichael Paquier
2012-05-28Fix a problem with transactions staying open on remote nodesMichael Paquier
2012-05-28Remove useless query in test xc_miscMichael Paquier
2012-05-28Simplify remote node communication at PREPARE phaseMichael Paquier