postgres-xl.git
2017-01-16 Tomas Vondratemporarily merge all tuplesort changes from REL9_6_STABLE
2017-01-16 Tomas Vondraadd T_GroupingFunc to pgxc_shippability_walker
2017-01-15 Tomas Vondrafix grouping sets planning by removing XL changes from...
2017-01-15 Tomas Vondraset pathtarget and parallel_aware/safe flags in redistr...
2017-01-15 Tomas Vondraif the whole grouping can be pushed down, don't constru...
2017-01-15 Tomas Vondraspecify correct transtype for json_agg_transfn/json_agg...
2017-01-15 Tomas Vondrafix 'cache lookup failed for function 0' errors during...
2017-01-14 Tomas Vondramark RemoteSubplan paths with parallel_safe=false and...
2017-01-14 Tomas Vondragenerate distributed grouping paths with a combine...
2017-01-14 Tomas Vondracomment about generating grouping paths with extra...
2017-01-14 Tomas Vondracomment about cardinality estimates for 2-phase distrib...
2017-01-14 Tomas VondraWIP: allow GROUPING SETS, ROLLUP and CUBE (without...
2017-01-14 Tomas Vondragenerate distributed 2-phase grouping paths
2017-01-14 Tomas Vondrafix output/read plans in _outAggref(), _readAggref...
2017-01-14 Tomas Vondramake sure the distribution is propagated through groupi...
2017-01-13 Tomas Vondramake grouping paths work again, without XL optimizations
2017-01-13 Tomas Vondrafix tuplesort_begin_merge() broken by rework of tupleso...
2017-01-13 Tomas Vondraintroduce adjust_path_distribution(), adding RemoteSubp...
2017-01-13 Tomas Vondrarework grouping_distribution_match() to accept list...
2017-01-13 Tomas Vondrainitialize state->getlen field in tuplesort_begin_cluster()
2017-01-13 Tomas Vondrareintroduce XL logic into _readSort() to make Sort...
2017-01-12 Tomas Vondragrouping_distribution_match() and equal_distributions...
2017-01-12 Tomas Vondraremove grouping_distribution(), obsoleted by the pathif...
2017-01-12 Tomas Vondraremove the extra & from start_postmaster() command...
2017-01-12 Tomas Vondramake pgxc_ctl connect to 'postgres' database when pingi...
2017-01-12 Pavan DeolaseeInitialise a CachedPlan member correctly to avoid incor...
2017-01-11 Tomas Vondragenerate correct plan for INSERT .. SELECT .. FROM...
2017-01-11 Tomas VondraREAD_PLAN_FIELDS has to read parallel_aware and plan_no...
2017-01-10 Tomas Vondramove LIMIT push-down to planner.c (when constructing...
2017-01-10 Tomas Vondramake DISTINCT ON plans work again (WIP)
2017-01-10 Tomas Vondramake LIMIT/OFFSET plans work again
2017-01-10 Tomas Vondramake pg_dump work on 9.6 by adding columns to getTables()
2017-01-10 Tomas Vondraremove unnecessary 'distribution' variable from groupin...
2017-01-10 Tomas Vondraadd missing REMOTESUBPLAN and REMOTESTMT to readfuncs.c
2017-01-09 Tomas Vondrafix various minor bugs in initdb, to make it work
2017-01-09 Tomas Vondrafix segfault in subquery_planner() when accessing paren...
2017-01-09 Tomas Vondrafix SharedQueuesInit to register the tranche properly
2017-01-09 Tomas Vondrafix order of LWLock tranches (LWTRANCHE_FIRST_USER_DEFI...
2017-01-09 Tomas Vondraremove XL-specific aggregate states (numeric, numeric_p...
2017-01-08 Tomas Vondramake find_push_down_plan/find_delete_push_down_plan...
2017-01-06 Tomas Vondraadd comment about recursiveOk handling in subquery_plan...
2017-01-06 Tomas Vondrafix detection of DML (INSERT/UPDATE/DELETE) in subquery...
2017-01-05 Tomas Vondraremove pgxc_make_modifytable() prototype, not implement...
2016-11-11 Tomas Vondrafix producerReceiveSlot() to return bool, as expected...
2016-11-10 Tomas Vondraremove AggDistribution and Agg->aggdistribution
2016-11-10 Tomas Vondrasync nodeAgg.c to upstream as of b5bce6c1ec
2016-11-10 Tomas Vondraremove the collect function/type from pg_aggregate
2016-11-10 Tomas Vondraremove forgotten reference to planUserId (hidden in...
2016-11-10 Tomas Vondraadd missing return value in printtup()
2016-11-09 Tomas Vondrafix pg_regresss (temp_config was replaced with temp_con...
2016-11-09 Tomas Vondraget rid of the ifdefs in tab-completion.c entirely
2016-11-09 Tomas Vondrafix definition of sql_commands[] in tab-complete.c
2016-11-09 Tomas Vondraremove unnecessary include of storage/proc.h from rel.h
2016-11-09 Tomas Vondrafix pg_proc - set proparallel in XL functions where...
2016-11-09 Tomas Vondraallocate SQueue LWLocks using a named tranche (dynamically)
2016-11-09 Tomas Vondrafix LWLock management in storm_stats extension
2016-11-09 Tomas Vondrafix calls to build_aggregate_fnexprs in nodeWindowAgg
2016-11-09 Tomas Vondrafix beginmerge() call by passing finalMergeBatch=true
2016-11-09 Tomas Vondraswitch handling of prepared statements in resowner...
2016-11-09 Tomas Vondrafix declarations in mctx.c
2016-11-09 Tomas Vondrafix AtEOXact_GUC - add missing_ok=true to GetConfigOpti...
2016-11-09 Tomas Vondrafix plancache.c (remaining bits of 45639a0525)
2016-11-09 Tomas Vondrafix compile errors in ruleutils.c
2016-11-09 Tomas Vondrafix broken call to SetUserIdAndSecContext() in ri_trigg...
2016-11-09 Tomas Vondraremove redefinition numericvar_to_int128 in numeric.c
2016-11-09 Tomas Vondrafix calls to ProcessUtilitySlow in utility.c
2016-11-09 Tomas Vondrafix minor issues in pquery.c (posOverflow was removed...
2016-11-09 Tomas Vondramissing variable in LockCheckConflicts()
2016-11-08 Tomas Vondraresolve (remove) a lot of conflicts in planner to make...
2016-11-07 Tomas Vondrafix some of the compilation errors in planner (pathific...
2016-11-07 Tomas Vondrafix set_subquery_pathlist()
2016-11-07 Tomas Vondrafix trivial merge error in pathnode.h (missing comma)
2016-11-07 Tomas Vondrafix merge conflicts in readfuncs.c and outfuncs.c
2016-11-07 Tomas Vondraget rid of HAVE_SIGPROCMASK
2016-11-07 Tomas Vondrafix includes in poolmgr.c because of s_lock.h failures
2016-11-07 Tomas Vondrafix calls to tuplesort_gettupleslot() from execRemote.c
2016-11-07 Tomas Vondrafix list of LWLocks (add XL-specific locks)
2016-11-07 Tomas Vondrafix compilation errors in secure_read/secure_write
2016-11-07 Tomas Vondrafix compilation errors in parse_agg.c and nodeAgg.c
2016-11-07 Tomas Vondraresolve merge conflict in RelationCreateStorage()
2016-11-07 Tomas Vondraadd missing object_classes and includes to dependency.c
2016-11-07 Tomas Vondraadd missing include of storage/s_lock.h into clustermon.h
2016-11-07 Tomas Vondraremove redefinition of heap_rescan_set_params() in...
2016-11-07 Tomas Vondraremove unnecessary include of lwlock.h from pgxc.h
2016-10-27 Pavan DeolaseeMerge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
2016-10-26 Pavan DeolaseeSome more regression fixes.
2016-10-26 Pavan DeolaseeFix a left-over reference from RLS related cherry picks
2016-10-26 Noah MischRemove the row_security=force GUC value.
2016-10-26 Noah MischRemove the SECURITY_ROW_LEVEL_DISABLED security context...
2016-10-26 Stephen FrostInclude policies based on ACLs needed
2016-10-26 Stephen FrostEnsure a few policies remain for pg_upgrade
2016-10-26 Stephen FrostEnforce ALL/SELECT policies in RETURNING for RLS
2016-10-26 Stephen FrostRLS refactoring
2016-10-26 Stephen FrostLock all relations referred to in updatable views
2016-10-26 Stephen FrostEnsure locks are acquired on RLS-added relations
2016-10-26 Stephen FrostIn AlterRole, make bypassrls an int
2016-10-26 Stephen FrostRLS: Keep deny policy when only restrictive exist
2016-10-26 Stephen FrostImprove RLS handling in copy.c
2016-10-26 Stephen FrostReset plan->row_security_env and planUserId
2016-10-26 Stephen FrostHandle append_rel_list in expand_security_qual
next