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
/
execRemote.h
Age
Commit message (
Expand
)
Author
2017-08-22
Handle rescan of RemoteQuery node correctly
Pavan Deolasee
2017-08-18
Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'
Pavan Deolasee
2017-06-08
Switch connections after processing PGXLRemoteFetchSize rows
Pavan Deolasee
2017-05-05
Add a user configurable parameter to control the number of rows fetched from
Pavan Deolasee
2017-05-05
Do not add a newline ('\n') between rows while running a BINARY COPY protocol.
Pavan Deolasee
2016-10-18
Handle remote parameters correctly by sending then down to the remote nodes in
Pavan Deolasee
2016-10-18
remove unused GUC options - strict_statement_checking and enforce_two_phase_c...
Tomas Vondra
2016-10-18
Fix bugs around handling of params passed to the datanodes.
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
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-11-13
Remove a lot of XC-specific code from the repo.
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
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-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-11
Move Postgres-XC specific planner code to appropriate PostgreSQL directories.
Ashutosh Bapat
2012-09-11
Bug: 3561969 - Support statements that cannot be run in a transaction block
Amit Khandekar
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-03
Correct headers and copyrights in some XC-related .h and .c files
Michael Paquier
2012-06-26
Remove useless argument in function DataNodeCopyBegin of execRemote.c
Michael Paquier
2012-06-21
Provide projection capability to the RemoteQuery node.
Ashutosh Bapat
2012-05-30
Update code comments: use "Coordinator" and "Datanode" as conventional terms
Michael Paquier
2012-05-25
Change Copyright to "Postgres-XC Development Group"
Michael Paquier
2012-04-27
Fix for bug ID : 3515461: DELETE query with non-pushable clauses does not work.
Amit Khandekar
2012-04-05
New GUC parameter to control 2PC usage for temporary objects
Michael P
2012-03-06
Add support for explicit 2PC
Pavan Deolasee
2012-03-06
Refactor transaction managemente code:
Pavan Deolasee
2012-01-12
Change file headers to 2012
Michael P
2012-01-06
Support for remote UPDATE planning in standard planning
Michael P
2011-12-14
Implement support for CREATE TABLE AS, SELECT INTO and INSERT INTO
Pavan Deolasee
2011-12-13
Fix for bug 3458413: view creation on a temporary table
Michael P
2011-11-22
Support correlated subqueries. Correlated subqueries were not working because
Amit Khandekar
2011-10-27
Support for Node and Node Group DDL
Michael P
2011-08-19
Support for parameterised queries in XC. It has following changes.
Ashutosh Bapat
2011-08-05
Support for temporary TABLE/VIEW
Michael P
2011-06-24
This patch adds a system in XC to cancel a running query, and flush network b...
Abbas
2011-06-24
Merge branch 'pgxc-barrier-rebase' into PGXC-master
Pavan Deolasee
2011-06-21
The patch has following changes:
Ashutosh Bapat
2011-06-17
Rearrange the 2PC commit code so that we can commit the local
Pavan Deolasee
2011-06-17
Add synchrnization at the commit time
Pavan Deolasee
2011-06-17
First cut implementation of BARRIER for PITR and global consistent recovery
Pavan Deolasee
2011-06-16
Support for START TRANSACTION
Michael P
2011-05-24
This patch makes the group by on XC work. The changes are as follows
Abbas
[next]