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
/
include
/
pgxc
Age
Commit message (
Expand
)
Author
2016-10-18
Adjust log_line_prefix to log much more information about connections.
Pavan Deolasee
2016-10-18
Some improvements to debug/error logging.
Pavan Deolasee
2016-10-18
Track PID of the remote backend processes serving a particular connection.
Pavan Deolasee
2016-10-18
Do not throw a FATAL error when SharedQ producer times out while waiting for
Pavan Deolasee
2016-10-18
Fix a bug where we will pick up random nodes for individual replicated tables,
Pavan Deolasee
2016-10-18
Recheck health of a node before changing its status.
Pavan Deolasee
2016-10-18
We don't yet support persistent connections between datanodes
Pavan Deolasee
2016-10-18
Introduce a healthmap for tracking health status of all other nodes in the
Pavan Deolasee
2016-10-18
Fix misc issues with two-phase commit protocol and cleaning up of outstanding
Pavan Deolasee
2015-12-09
Allow on-demand assignment of XID, even on a datanode
Pavan Deolasee
2015-12-07
Reintroduce XC's Fast Query Shipping (FQS) mechanism to improve performance of
Pavan Deolasee
2015-11-26
Add a cluster monitor postmaster process
Pavan Deolasee
2015-11-17
Cancel queries on remote connections upon transaction abort
Pavan Deolasee
2015-11-16
Use poll() instead of select() at a few places
Pavan Deolasee
2015-11-13
Remove a lot of XC-specific code from the repo.
Pavan Deolasee
2015-08-26
Send a few session config parameters to the remote nodes at connection
Pavan Deolasee
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-07-02
Add support to receive error HINTs from remote nodes and send it back to the
Pavan Deolasee
2015-06-23
Find and remember node id of the remote node as set via SET global_session
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-22
Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATOR
Pavan Deolasee
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-15
Fix "pgxc_ctl init".
Mason Sharp
2015-04-15
Restore some GUCs which are useful in maintenance or special handling
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
2013-03-12
Param handling re-work (Fix for bug ID: 3522907)
Amit Khandekar
2013-02-21
Refactor GetRelationNodes with following changes
Ashutosh Bapat
2013-02-07
Add convenience macros to get the distribution type from ExecNodes and
Ashutosh Bapat
2013-01-23
Add support for RETURNING clause in DMLs
Abbas
2013-01-22
Add comments on the need and usage of the flag non_fqs_dml in RemoteQueryState
Abbas
2012-12-12
Delegate sorting/ordering operation to Datanode/s by pushing down the ORDER BY
Ashutosh Bapat
2012-11-21
This patch fixes some problems with DMLs on replicated tables.
Abbas
2012-10-12
Refactor and clean-up of relation locator code
Michael Paquier
2012-10-11
Move Postgres-XC specific planner code to appropriate PostgreSQL directories.
Ashutosh Bapat
2012-09-13
Correct ifdef flags of header files for GTM and XC-specific things
Michael Paquier
2012-09-11
Bug: 3561969 - Support statements that cannot be run in a transaction block
Amit Khandekar
2012-08-29
Reorganize XC planner APIs for shippability evaluation
Michael Paquier
2012-08-28
Fix for parameter handling in SPI calls
Michael Paquier
2012-08-27
In grouping_planner(), the target list of the top plan node of the join tree
Ashutosh Bapat
2012-08-23
Remove function deparseSql from postgresql_fdw.c
Michael Paquier
2012-08-20
While creating paths for various relations, identify the base relations and
Ashutosh Bapat
2012-07-24
Support for online data redistribution with ALTER TABLE
Michael Paquier
2012-07-23
Command Id communication protocol between Postgres-XC nodes
Michael Paquier
2012-07-12
Clean up whitespaces in XC header files and remove gtm_report_failure
Michael Paquier
2012-07-12
Refactor COPY command code exclusive to Postgres-XC
Michael Paquier
2012-07-11
Refactor functions for management and interpretation of distribution clauses
Michael Paquier
2012-07-06
Remove duplicated define IsLocatorReplicated in locator.h
Michael Paquier
2012-07-03
Correct headers and copyrights in some XC-related .h and .c files
Michael Paquier
2012-06-29
The function is_foreign_expr() and pgxc_is_query_shippable() were using
Ashutosh Bapat
[next]