]> granicus.if.org Git - postgresql/history - src/backend/nodes/outfuncs.c
Change representation of statement lists, and add statement location info.
[postgresql] / src / backend / nodes / outfuncs.c
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.
2015-09-23 Robert HaasAdd readfuncs.c support for plan nodes.
2015-09-23 Robert HaasPrint a MergeJoin's mergeNullsFirst array as bool,...
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-06-03 Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-18 Tom LaneFix failure to copy IndexScan.indexorderbyops in copyfu...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-12 Tom LaneSupport flattening of empty-FROM subqueries and one...
2015-03-12 Tom LaneImprove planner's cost estimation in the presence of...
2015-03-11 Tom LaneMake operator precedence follow the SQL standard more...
2015-02-26 Stephen FrostAdd hasRowSecurity to copyfuncs/outfuncs
2015-02-23 Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-22 Tom LaneRepresent BETWEEN as a special node type in raw parse...
2015-02-17 Tom LaneFix EXPLAIN output for cases where parent table is...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-11 Heikki LinnakangasUse correct macro for reltablespace.
2014-11-28 Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-21 Tom LaneRearrange CustomScan API.
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-10-18 Tom LaneAvoid core dump in _outPathInfo() for Path without...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-07-19 Tom LanePartial fix for dropped columns in functions returning...
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
next