summaryrefslogtreecommitdiff
path: root/src/include/pgxc
AgeCommit message (Expand)Author
2016-10-18Adjust log_line_prefix to log much more information about connections.Pavan Deolasee
2016-10-18Some improvements to debug/error logging.Pavan Deolasee
2016-10-18Track PID of the remote backend processes serving a particular connection.Pavan Deolasee
2016-10-18Do not throw a FATAL error when SharedQ producer times out while waiting forPavan Deolasee
2016-10-18Fix a bug where we will pick up random nodes for individual replicated tables,Pavan Deolasee
2016-10-18Recheck health of a node before changing its status.Pavan Deolasee
2016-10-18We don't yet support persistent connections between datanodesPavan Deolasee
2016-10-18Introduce a healthmap for tracking health status of all other nodes in thePavan Deolasee
2016-10-18Fix misc issues with two-phase commit protocol and cleaning up of outstandingPavan Deolasee
2015-12-09Allow on-demand assignment of XID, even on a datanodePavan Deolasee
2015-12-07Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance ofPavan Deolasee
2015-11-26Add a cluster monitor postmaster processPavan Deolasee
2015-11-17Cancel queries on remote connections upon transaction abortPavan Deolasee
2015-11-16Use poll() instead of select() at a few placesPavan Deolasee
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-26Send a few session config parameters to the remote nodes at connectionPavan Deolasee
2015-07-20Add a facility to track waited-for XIDs for a transactionPavan Deolasee
2015-07-02Add support to receive error HINTs from remote nodes and send it back to thePavan Deolasee
2015-06-23Find and remember node id of the remote node as set via SET global_sessionPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-15Fix "pgxc_ctl init".Mason Sharp
2015-04-15Restore some GUCs which are useful in maintenance or special handlingPavan Deolasee
2014-09-01Many compiler warnings are fixed.Andrei Martsinchyk
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2013-03-12Param handling re-work (Fix for bug ID: 3522907)Amit Khandekar
2013-02-21Refactor GetRelationNodes with following changesAshutosh Bapat
2013-02-07Add convenience macros to get the distribution type from ExecNodes andAshutosh Bapat
2013-01-23Add support for RETURNING clause in DMLsAbbas
2013-01-22Add comments on the need and usage of the flag non_fqs_dml in RemoteQueryStateAbbas
2012-12-12Delegate sorting/ordering operation to Datanode/s by pushing down the ORDER BYAshutosh Bapat
2012-11-21This patch fixes some problems with DMLs on replicated tables.Abbas
2012-10-12Refactor and clean-up of relation locator codeMichael Paquier
2012-10-11Move Postgres-XC specific planner code to appropriate PostgreSQL directories.Ashutosh Bapat
2012-09-13Correct ifdef flags of header files for GTM and XC-specific thingsMichael Paquier
2012-09-11Bug: 3561969 - Support statements that cannot be run in a transaction blockAmit Khandekar
2012-08-29Reorganize XC planner APIs for shippability evaluationMichael Paquier
2012-08-28Fix for parameter handling in SPI callsMichael Paquier
2012-08-27In grouping_planner(), the target list of the top plan node of the join treeAshutosh Bapat
2012-08-23Remove function deparseSql from postgresql_fdw.cMichael Paquier
2012-08-20While creating paths for various relations, identify the base relations andAshutosh Bapat
2012-07-24Support for online data redistribution with ALTER TABLEMichael Paquier
2012-07-23Command Id communication protocol between Postgres-XC nodesMichael 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-11Refactor functions for management and interpretation of distribution clausesMichael Paquier
2012-07-06Remove duplicated define IsLocatorReplicated in locator.hMichael 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