]> granicus.if.org Git - postgresql/history - src/backend/nodes/readfuncs.c
Improve parse representation for MERGE
[postgresql] / src / backend / nodes / readfuncs.c
2018-04-06 Simon RiggsImprove parse representation for MERGE
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-03-22 Andres FreundBasic planner and executor integration for JIT.
2018-02-07 Tom LaneSupport all SQL:2011 options for window frame clauses.
2018-01-19 Robert HaasAllow UPDATE to move rows between partitions.
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-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-21 Tom LanePhase 2 of pgindent updates.
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-14 Tom LaneRemove no-longer-needed fields of Hash plan nodes.
2017-05-01 Robert HaasFire per-statement triggers on partitioned tables.
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-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
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-03-01 Peter EisentrautMove atooid() definition to a central place
2017-02-14 Robert HaasAllow parallel workers to execute subplans.
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
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-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-17 Tom LaneImprove parsetree representation of special functions...
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-07 Robert HaasFix typo in comment.
2016-06-26 Tom LaneRethink node-level representation of partial-aggregatio...
2016-06-18 Tom LaneFix handling of argument and result datatypes for parti...
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-08 Andres FreundExpose more out/readfuncs support functions.
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-19 Tom LaneFix missed update in _readForeignScan().
2016-03-18 Robert HaasDirectly modify foreign tables.
2016-03-07 Tom LaneMake the upper part of the planner work by generating...
2016-02-12 Robert HaasIntroduce extensible node types.
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-01-28 Robert HaasOnly try to push down foreign joins if the user mapping...
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-12 Robert HaasProvide readfuncs support for custom scans.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
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-29 Robert HaasParallel executor support.
2015-09-24 Robert HaasDon't zero opfuncid when reading nodes.
2015-09-23 Robert HaasAdd readfuncs.c support for plan nodes.
2015-09-15 Stephen FrostRLS refactoring
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
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-04-25 Stephen FrostPerform RLS WITH CHECK before constraints, etc
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-16 Heikki LinnakangasSuppress Coverity complaints in readfuncs.c.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-04-27 Tom LaneIncidental cleanup of matviews code.
next