]> granicus.if.org Git - postgresql/history - src/backend/nodes
Introduce convenience macros to hide JsonbContainer header accesses better.
[postgresql] / src / backend / nodes /
2017-01-20 Peter EisentrautLogical replication
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-23 Robert HaasRemove sql_inheritance GUC.
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-07 Robert HaasImplement table partitioning.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-10-14 Andres FreundUse more efficient hashtable for tidbitmap.c to speed...
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-07 Tom LaneSupport renaming an existing value of an enum type.
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-27 Robert HaasFix thinko in copyParamList.
2016-07-15 Tom LaneAvoid invalidating all foreign-join cached plans when...
2016-07-07 Robert HaasFix typo in comment.
2016-07-01 Robert HaasSet consider_parallel correctly for upper planner rels.
2016-06-27 Tom LaneFix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA...
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-10 Tom LaneRefactor to reduce code duplication for function proper...
2016-06-09 Robert Haaspgindent run for 9.6
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-06-03 Greg StarkFix various common mispellings.
2016-05-31 Noah MischMirror struct Aggref field order in _copyAggref().
2016-05-23 Tom LaneSupport IndexElem in raw_expression_tree_walker().
2016-05-23 Tom LaneAdd support for more extensive testing of raw_expressio...
2016-04-27 Robert HaasRemove inadvertently commited vim swapfile.
2016-04-27 Robert HaasClean up a few parallelism-related things that pgindent...
2016-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-11 Peter EisentrautFix whitespace
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-04-05 Alvaro HerreraSupport ALTER THING .. DEPENDS ON EXTENSION
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-24 Alvaro HerreraSupport CREATE ACCESS METHOD
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-14 Tom LaneRethink representation of PathTargets.
2016-03-14 Robert HaasImprove check for overly-long extensible node name.
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-03-01 Robert HaasFix mistake in extensible node code.
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-21 Tom LaneAdd defenses against putting expanded objects into...
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-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
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-24 Robert HaasDon't zero opfuncid when reading nodes.
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-23 Robert HaasTeach planstate_tree_walker about custom scans.
2015-09-17 Robert HaasAdd new function planstate_tree_walker.
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-15 Stephen FrostRLS refactoring
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-08-12 Tom LanePostpone extParam/allParam calculations until the very...
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
next