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
2017-05-05
Handle multi-command queries correctly inside SQL as well as plpgsql functions.
Pavan Deolasee
2017-05-05
Ensure variable values are quoted when necessary while sending down SET
Pavan Deolasee
2017-05-05
Send shared invalidation messages to other backends upon completion of a
Pavan Deolasee
2017-05-05
Handle multi-command SQL strings correctly even when there are 'null' sql
Pavan Deolasee
2017-05-05
Do not silently skip FK constraints if loose_constraints are ON.
Pavan Deolasee
2017-05-05
Do not emit a WARNING about missing relation while reading target entry since
Pavan Deolasee
2017-04-22
Resolve failures in create_am and amutils regression suites.
Tomas Vondra
2017-04-20
Propagate the distribution up when (root->distribution==NULL).
Tomas Vondra
2017-03-19
Resolve failures in rules tests by adding T_CteScan to execRemote.c
Tomas Vondra
2017-03-18
Push recursive paths to remote nodes when construction the paths
Tomas Vondra
2017-03-18
Iterate over the whole simple_rel_array in WITH RECURSIVE check
Tomas Vondra
2017-03-18
produce the same plans on replicated tables as XL 9.5
Tomas Vondra
2017-02-24
Look into the initPlans attached to lefttree of RemoteSubplan while deciding
Pavan Deolasee
2017-02-09
Handle locking correctly in a global session.
Pavan Deolasee
2017-01-29
fix handling of inner/outer sortkeys in set_joinpath_distribution()
Tomas Vondra
2017-01-28
redistribute Limit nodes nested in MinMaxAggPath
Tomas Vondra
2017-01-22
propagate distribution through UpperUniquePath and SetOpPath
Tomas Vondra
2017-01-22
fix _readSetOp(), _readMergeAppend(), _readUnique() and _outSetOp()
Tomas Vondra
2017-01-22
properly redistribute WindowAgg input, fix plan change in window.out
Tomas Vondra
2017-01-22
make sure LockRows paths preserve distribution, update plans in xc_for_update
Tomas Vondra
2017-01-22
remove the 'distribution' field from SubqueryScanPath
Tomas Vondra
2017-01-22
add a redistribution missing in create_distinct_paths
Tomas Vondra
2017-01-22
remove the comment about need for Sort in create_distinct_paths
Tomas Vondra
2017-01-20
fix output of json_agg(), remove unused json_agg_* prototypes etc.
Tomas Vondra
2017-01-20
fix 'ERROR: unrecognized token' failures in _readWindowAgg()
Tomas Vondra
2017-01-20
enforce sorting when RemoteSubplan feeds data to GroupAggregate
Tomas Vondra
2017-01-20
display sort keys for 'Remote Subquery Scan' nodes in EXPLAIN VERBOSE
Tomas Vondra
2017-01-20
fix the segfault crashes in 6de274a02
Tomas Vondra
2017-01-20
WIP: mark Sort push-down (through RemoteSubplan) work again correctly
Tomas Vondra
2017-01-20
fix parsing of grpColIdx in _readGroup()
Tomas Vondra
2017-01-20
comment about a place adding unnecessary top-level RemoteSubpans
Tomas Vondra
2017-01-20
make sure explicit Sorts in Merge Append are pushed to remote nodes
Tomas Vondra
2017-01-20
add _readSimpleSort() back to readfuncs.c (probably removed during merge)
Tomas Vondra
2017-01-19
remove 'missing redistribute_path' error from recurse_set_operations
Tomas Vondra
2017-01-19
use text argument instead of cstring in pg_msgmodule_set()
Tomas Vondra
2017-01-19
skip RenameSequenceGTM() for SET SCHEMA with the same schema
Tomas Vondra
2017-01-19
add name of the originating node to application_name
Tomas Vondra
2017-01-18
fix reading of :mergeCollations in _readMergeJoin()
Tomas Vondra
2017-01-18
properly decide when Grouping Sets do not require redistribution
Tomas Vondra
2017-01-18
do not use Append with redistributed childrels as a partial path
Tomas Vondra
2017-01-18
remove an extra lappend(subroots, subroot) from inheritance_planner
Tomas Vondra
2017-01-17
resolve crashes in queries involving merge-sort in a RemoteSubplan
Tomas Vondra
2017-01-16
temporarily merge all tuplesort changes from REL9_6_STABLE
Tomas Vondra
2017-01-16
add T_GroupingFunc to pgxc_shippability_walker
Tomas Vondra
2017-01-15
fix grouping sets planning by removing XL changes from make_sort()
Tomas Vondra
2017-01-15
set pathtarget and parallel_aware/safe flags in redistribute_path
Tomas Vondra
2017-01-15
if the whole grouping can be pushed down, don't construct XL paths
Tomas Vondra
2017-01-15
fix 'cache lookup failed for function 0' errors during initdb
Tomas Vondra
2017-01-14
mark RemoteSubplan paths with parallel_safe=false and parallel_aware=false
Tomas Vondra
2017-01-14
generate distributed grouping paths with a combine phase
Tomas Vondra
[next]