]> granicus.if.org Git - postgresql/history - src/backend/nodes/outfuncs.c
Update copyright for 2018
[postgresql] / src / backend / nodes / outfuncs.c
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Andres FreundAdd parallel-aware hash joins.
2017-12-05 Robert HaasSupport Parallel Append plan nodes.
2017-11-16 Robert HaasPass InitPlan values to workers via Gather (Merge).
2017-11-13 Robert HaasTrack in the plan the types associated with PARAM_EXEC...
2017-11-09 Robert HaasAdd hash partitioning.
2017-10-11 Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-09-30 Tom LaneSupport arrays over domains.
2017-09-08 Robert HaasAllow a partitioned table to have a default partition.
2017-08-30 Tom LaneForce rescanning of parallel-aware scan nodes below...
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-07-21 Dean RasheedUse MINVALUE/MAXVALUE instead of UNBOUNDED for range...
2017-07-14 Tom LaneCode review for NextValueExpr expression node type.
2017-07-05 Peter EisentrautFix output of char node fields
2017-06-16 Noah MischReconcile nodes/*funcs.c with PostgreSQL 10 work.
2017-06-14 Robert HaasFix problems related to RangeTblEntry members enrname...
2017-05-30 Tom LaneFix omission of locations in outfuncs/readfuncs partiti...
2017-05-29 Tom LaneCode review focused on new node types added by partitio...
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-14 Tom LaneRemove no-longer-needed fields of Hash plan nodes.
2017-05-12 Alvaro HerreraChange CREATE STATISTICS syntax
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
2017-04-28 Robert HaasFix crash when partitioned column specified twice.
2017-04-12 Tom LaneMark finished Plan nodes with parallel_safe flags.
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-06 Peter EisentrautIdentity columns
2017-04-04 Robert HaasPrint new RelOptInfo field top_parent_relids in outfuncs.c
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-04-01 Robert HaasFix parallel query so it doesn't spoil row estimates...
2017-03-27 Andrew GierthSupport hashed aggregation with grouping sets.
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-21 Robert HaasDon't scan partitioned tables.
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-08 Robert HaasSupport parallel bitmap heap scans.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression
2017-02-14 Robert HaasAllow parallel workers to execute subplans.
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-23 Tom LaneReplace enum InhOption with simple boolean.
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-07 Robert HaasImplement table partitioning.
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-09-16 Tom LaneAdd debugging aid "bmsToString(Bitmapset *bms)".
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-08-24 Tom LaneFix improper repetition of previous results from a...
2016-08-19 Tom LaneSpeed up planner's scanning for parallel-query hazards.
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-07-28 Tom LaneTeach parser to transform "x IS [NOT] DISTINCT FROM...
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-01 Robert HaasSet consider_parallel correctly for upper planner rels.
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-21 Tom LaneRefactor planning of projection steps that don't need...
2016-06-18 Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-18 Tom LaneFix handling of argument and result datatypes for parti...
2016-06-10 Tom LaneRemove reltarget_has_non_vars flag.
2016-06-09 Robert HaasDon't generate parallel paths for rels with parallel...
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-08 Andres FreundExpose more out/readfuncs support functions.
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-07 Simon RiggsLoad FK defs into relcache for use by planner
2016-04-06 Tom LaneRun pgindent on a batch of (mostly-planner-related...
2016-03-31 Tom LaneSupport using index-only scans with partial indexes...
2016-03-29 Robert HaasAllow aggregate transition states to be serialized...
2016-03-29 Robert HaasRework custom scans to work more like the new extensibl...
2016-03-21 Robert HaasSupport parallel aggregation.
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-09 Tom LaneImprove handling of group-column indexes in GroupingSet...
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-02-19 Tom LaneAdd an explicit representation of the output targetlist...
2016-02-12 Robert HaasIntroduce extensible node types.
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-03 Robert HaasRemove CustomPath's TextOutCustomPath method.
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-20 Robert HaasSupport parallel joins, and make related improvements.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Peter EisentrautRemove unnecessary escaping in C character literals
2015-12-23 Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-18 Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18 Teodor SigaevAllow to omit boundaries in array subscript
2015-12-11 Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07 Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-11-12 Robert HaasProvide readfuncs support for custom scans.
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-11-11 Robert HaasAdd outfuncs.c support for GatherPath.
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-01 Robert HaasFix readfuncs/outfuncs problems in last night's Gather...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-29 Robert HaasParallel executor support.
next