| 2017-01-20 |
Tomas Vondra | fix 'ERROR: unrecognized token' failures in _readWindow... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | enforce sorting when RemoteSubplan feeds data to GroupA... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | display sort keys for 'Remote Subquery Scan' nodes... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | fix the segfault crashes in 6de274a02 |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | WIP: mark Sort push-down (through RemoteSubplan) work... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | fix parsing of grpColIdx in _readGroup() |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | comment about a place adding unnecessary top-level... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | make sure explicit Sorts in Merge Append are pushed... |
commit | commitdiff | tree |
| 2017-01-20 |
Tomas Vondra | add _readSimpleSort() back to readfuncs.c (probably... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | make output of 'select' test suite stable by adding... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | remove 'missing redistribute_path' error from recurse_s... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | obvious plan changes in inherit, aggregates, select... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | resolve most differences in insert_conflict regression... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | resolve most differences in create_index test suite |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | resolve failures in box regression tests (missing SP... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | resolve failures in timestamp/timestamptz regression... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | use text argument instead of cstring in pg_msgmodule_set() |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | mark pg_msgmodule_disable_all() as PROVOLATILE_IMMUTABLE |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | skip RenameSequenceGTM() for SET SCHEMA with the same... |
commit | commitdiff | tree |
| 2017-01-19 |
Tomas Vondra | add name of the originating node to application_name |
commit | commitdiff | tree |
| 2017-01-18 |
Tomas Vondra | fix reading of :mergeCollations in _readMergeJoin() |
commit | commitdiff | tree |
| 2017-01-18 |
Tomas Vondra | properly decide when Grouping Sets do not require redis... |
commit | commitdiff | tree |
| 2017-01-18 |
Tomas Vondra | do not use Append with redistributed childrels as a... |
commit | commitdiff | tree |
| 2017-01-18 |
Tomas Vondra | remove an extra lappend(subroots, subroot) from inherit... |
commit | commitdiff | tree |
| 2017-01-17 |
Tomas Vondra | resolve crashes in queries involving merge-sort in... |
commit | commitdiff | tree |
| 2017-01-16 |
Tomas Vondra | temporarily merge all tuplesort changes from REL9_6_STABLE |
commit | commitdiff | tree |
| 2017-01-16 |
Tomas Vondra | add T_GroupingFunc to pgxc_shippability_walker |
commit | commitdiff | tree |
| 2017-01-15 |
Tomas Vondra | fix grouping sets planning by removing XL changes from... |
commit | commitdiff | tree |
| 2017-01-15 |
Tomas Vondra | set pathtarget and parallel_aware/safe flags in redistr... |
commit | commitdiff | tree |
| 2017-01-15 |
Tomas Vondra | if the whole grouping can be pushed down, don't constru... |
commit | commitdiff | tree |
| 2017-01-15 |
Tomas Vondra | specify correct transtype for json_agg_transfn/json_agg... |
commit | commitdiff | tree |
| 2017-01-15 |
Tomas Vondra | fix 'cache lookup failed for function 0' errors during... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | mark RemoteSubplan paths with parallel_safe=false and... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | generate distributed grouping paths with a combine... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | comment about generating grouping paths with extra... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | comment about cardinality estimates for 2-phase distrib... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | WIP: allow GROUPING SETS, ROLLUP and CUBE (without... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | generate distributed 2-phase grouping paths |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | fix output/read plans in _outAggref(), _readAggref... |
commit | commitdiff | tree |
| 2017-01-14 |
Tomas Vondra | make sure the distribution is propagated through groupi... |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | make grouping paths work again, without XL optimizations |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | fix tuplesort_begin_merge() broken by rework of tupleso... |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | introduce adjust_path_distribution(), adding RemoteSubp... |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | rework grouping_distribution_match() to accept list... |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | initialize state->getlen field in tuplesort_begin_cluster() |
commit | commitdiff | tree |
| 2017-01-13 |
Tomas Vondra | reintroduce XL logic into _readSort() to make Sort... |
commit | commitdiff | tree |
| 2017-01-12 |
Tomas Vondra | grouping_distribution_match() and equal_distributions... |
commit | commitdiff | tree |
| 2017-01-12 |
Tomas Vondra | remove grouping_distribution(), obsoleted by the pathif... |
commit | commitdiff | tree |
| 2017-01-12 |
Tomas Vondra | remove the extra & from start_postmaster() command... |
commit | commitdiff | tree |
| 2017-01-12 |
Tomas Vondra | make pgxc_ctl connect to 'postgres' database when pingi... |
commit | commitdiff | tree |
| 2017-01-12 |
Pavan Deolasee | Initialise a CachedPlan member correctly to avoid incor... |
commit | commitdiff | tree |
| 2017-01-11 |
Tomas Vondra | generate correct plan for INSERT .. SELECT .. FROM... |
commit | commitdiff | tree |
| 2017-01-11 |
Tomas Vondra | READ_PLAN_FIELDS has to read parallel_aware and plan_no... |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | move LIMIT push-down to planner.c (when constructing... |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | make DISTINCT ON plans work again (WIP) |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | make LIMIT/OFFSET plans work again |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | make pg_dump work on 9.6 by adding columns to getTables() |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | remove unnecessary 'distribution' variable from groupin... |
commit | commitdiff | tree |
| 2017-01-10 |
Tomas Vondra | add missing REMOTESUBPLAN and REMOTESTMT to readfuncs.c |
commit | commitdiff | tree |
| 2017-01-09 |
Tomas Vondra | fix various minor bugs in initdb, to make it work |
commit | commitdiff | tree |
| 2017-01-09 |
Tomas Vondra | fix segfault in subquery_planner() when accessing paren... |
commit | commitdiff | tree |
| 2017-01-09 |
Tomas Vondra | fix SharedQueuesInit to register the tranche properly |
commit | commitdiff | tree |
| 2017-01-09 |
Tomas Vondra | fix order of LWLock tranches (LWTRANCHE_FIRST_USER_DEFI... |
commit | commitdiff | tree |
| 2017-01-09 |
Tomas Vondra | remove XL-specific aggregate states (numeric, numeric_p... |
commit | commitdiff | tree |
| 2017-01-08 |
Tomas Vondra | make find_push_down_plan/find_delete_push_down_plan... |
commit | commitdiff | tree |
| 2017-01-06 |
Tomas Vondra | add comment about recursiveOk handling in subquery_plan... |
commit | commitdiff | tree |
| 2017-01-06 |
Tomas Vondra | fix detection of DML (INSERT/UPDATE/DELETE) in subquery... |
commit | commitdiff | tree |
| 2017-01-05 |
Tomas Vondra | remove pgxc_make_modifytable() prototype, not implement... |
commit | commitdiff | tree |
| 2016-11-11 |
Tomas Vondra | fix producerReceiveSlot() to return bool, as expected... |
commit | commitdiff | tree |
| 2016-11-10 |
Tomas Vondra | remove AggDistribution and Agg->aggdistribution |
commit | commitdiff | tree |
| 2016-11-10 |
Tomas Vondra | sync nodeAgg.c to upstream as of b5bce6c1ec |
commit | commitdiff | tree |
| 2016-11-10 |
Tomas Vondra | remove the collect function/type from pg_aggregate |
commit | commitdiff | tree |
| 2016-11-10 |
Tomas Vondra | remove forgotten reference to planUserId (hidden in... |
commit | commitdiff | tree |
| 2016-11-10 |
Tomas Vondra | add missing return value in printtup() |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix pg_regresss (temp_config was replaced with temp_con... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | get rid of the ifdefs in tab-completion.c entirely |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix definition of sql_commands[] in tab-complete.c |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | remove unnecessary include of storage/proc.h from rel.h |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix pg_proc - set proparallel in XL functions where... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | allocate SQueue LWLocks using a named tranche (dynamically) |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix LWLock management in storm_stats extension |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix calls to build_aggregate_fnexprs in nodeWindowAgg |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix beginmerge() call by passing finalMergeBatch=true |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | switch handling of prepared statements in resowner... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix declarations in mctx.c |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix AtEOXact_GUC - add missing_ok=true to GetConfigOpti... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix plancache.c (remaining bits of 45639a0525) |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix compile errors in ruleutils.c |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix broken call to SetUserIdAndSecContext() in ri_trigg... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | remove redefinition numericvar_to_int128 in numeric.c |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix calls to ProcessUtilitySlow in utility.c |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | fix minor issues in pquery.c (posOverflow was removed... |
commit | commitdiff | tree |
| 2016-11-09 |
Tomas Vondra | missing variable in LockCheckConflicts() |
commit | commitdiff | tree |
| 2016-11-08 |
Tomas Vondra | resolve (remove) a lot of conflicts in planner to make... |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | fix some of the compilation errors in planner (pathific... |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | fix set_subquery_pathlist() |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | fix trivial merge error in pathnode.h (missing comma) |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | fix merge conflicts in readfuncs.c and outfuncs.c |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | get rid of HAVE_SIGPROCMASK |
commit | commitdiff | tree |
| 2016-11-07 |
Tomas Vondra | fix includes in poolmgr.c because of s_lock.h failures |
commit | commitdiff | tree |
| next |