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
/
backend
Age
Commit message (
Expand
)
Author
2011-05-19
Fix for replicated tables using multi-INSERT queries.
Michael P
2011-05-19
Fix for bug 3147497 INSERT.. DEFAULT VALUES
Michael P
2011-05-19
The patch implements multiple insert syntax in PGXC.
Michael P
2011-05-19
Support for correlated DELETE for replicated tables
Michael P
2011-05-19
Base code to support correlated DELETE and UPDATE
Michael P
2011-05-19
Fix and Clean up in Executor
Michael P
2011-05-19
Clean up in Materialize code
Michael P
2011-05-19
Fix for partially committed transactions in Implicit 2PC
Michael P
2011-05-19
Allow only Remote Coordinator to use functionnalities introduced with SQL/MED
Michael P
2011-05-19
Node Registering feature
Michael P
2011-05-19
Added missing #ifdef PGXC
Mason Sharp
2011-05-19
Sequence Renaming
Michael P
2011-05-19
Fix for bug 3136262: Improvement of Explicit 2PC error handling
Michael P
2011-05-19
Fix for bug 3142311:renaming sequences error
Michael P
2011-05-19
Improvement of performance with tuple scan
Michael P
2011-05-19
Clean up of execRemote.c
Michael P
2011-05-19
Add support for single-step prepared statements.
Mason Sharp
2011-05-19
Correction for implicit 2PC
Michael P
2011-05-19
Fixed recently introduced bug with node determination
Mason Sharp
2011-05-19
Change Protocol connection between PGXC nodes and GTM/GTM-Proxy.
Michael P
2011-05-19
Fixed bug in INSERT when omitting a value for the partitioning column.
Mason Sharp
2011-05-19
Fixed a bug with INSERT SELECT when an input value is NULL.
Mason Sharp
2011-05-19
Fix a problem when more values are selected than total columns in
Mason Sharp
2011-05-19
Add support for INSERT SELECT.
Mason Sharp
2011-05-19
This fixes a couple of issues noticed after the last commit,
Mason Sharp
2011-05-19
Fixed bug where if there are subqueries in the SELECT clause
Mason Sharp
2011-05-19
Fix for sourceforge.net bug#3013984: Sequence scope
Mason Sharp
2011-05-19
Minor cursor changes:
Mason Sharp
2011-05-19
Block Node Commit on a Datanode.
Michael P
2011-05-19
Support for CLEAN CONNECTION
Michael P
2011-05-19
Fix PGXC macro usage
Mason Sharp
2011-05-19
Fix some compiler warnings
Mason Sharp
2011-05-19
Do not allow the partition column to be updated on hash partitioned
Mason Sharp
2011-05-19
Support for COPY SELECT
Mason Sharp
2011-05-19
1. Support for UPDATE and DELETE WHERE CURRENT OF for
Mason Sharp
2011-05-19
Add a message that the RETURNING clause is not yet supported.
Mason Sharp
2011-05-19
Fix bug with primary key in CREATE TABLE statement.
Mason Sharp
2011-05-19
Improve performance of "multi-step" queries (an on-going process).
Mason Sharp
2011-05-19
Special hanlding for ANALYZE on the data nodes.
Mason Sharp
2011-05-19
Deletion of a DEBUG message in postmaster.c
Michael P
2011-05-19
When there is a data node crash, sometimes we were trying to read
Mason Sharp
2011-05-19
SourceForge Bug ID: 3076224 checkpoint command causes seg fault
Mason Sharp
2011-05-19
Fix bug with pooler.
Mason Sharp
2011-05-19
Added support for two new pieces of functionality.
Michael P
2011-05-19
Fixed bug where extra materialization nodes were being created.
Mason Sharp
2011-05-19
Fix a bug with EXPLAIN and EXPLAIN VERBOSE.
Mason Sharp
2011-05-19
Handle stored functions in queries.
Mason Sharp
2011-05-19
Initial support for cursors (DECLARE, FETCH).
Mason Sharp
2011-05-19
Address performance issues that were introduced in the last
Mason Sharp
2011-05-19
Implementation of 2PC from applications
Michael P
[next]