]> granicus.if.org Git - postgresql/history - src/include/nodes
Reindent table partitioning code.
[postgresql] / src / include / nodes /
2017-01-24 Robert HaasReindent table partitioning code.
2017-01-20 Peter EisentrautLogical replication
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
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-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Robert HaasMove partition_tuple_slot out of EState.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-29 Tom LaneRemove manual breaks in NodeTag assignments to fix...
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-12-23 Tom LaneReplace enum InhOption with simple boolean.
2016-12-23 Robert HaasRemove sql_inheritance GUC.
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-12-16 Robert HaasUnbreak Finalize HashAggregate over Partial HashAggregate.
2016-12-12 Peter EisentrautAdd support for temporary replication slots
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-12-01 Andres FreundUser narrower representative tuples in the hash-agg...
2016-12-01 Andres FreundPerform one only projection to compute agg arguments.
2016-11-10 Tom LaneCleanup of rewriter and planner handling of Query.hasRo...
2016-11-04 Kevin GrittnerImplement syntax for transition tables in AFTER triggers.
2016-10-15 Andres FreundUse more efficient hashtable for execGrouping.c to...
2016-09-16 Tom LaneAdd debugging aid "bmsToString(Bitmapset *bms)".
2016-09-14 Robert HaasImprove code comment for GatherPath's single_copy flag.
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-09-13 Robert HaasHave heapam.h include lockdefs.h rather than lock.h.
2016-09-07 Tom LaneSupport renaming an existing value of an enum type.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-09-05 Bruce MomjianC comment: align dashes in GroupState node header
2016-08-31 Robert HaasUpdate comments to reflect code rearrangement.
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-28 Tom LaneFix assorted fallout from IS [NOT] NULL patch.
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-27 Tom LaneFix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA...
2016-06-26 Tom LaneAvoid making a separate pass over the query to check...
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-17 Robert HaasAdd VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
2016-06-13 Tom LaneIn planner.c, avoid assuming that all PathTargets have...
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-04-27 Robert HaasFix EXPLAIN VERBOSE output for parallel aggregate.
2016-04-21 Robert HaasComment improvements for ForeignPath.
2016-04-15 Robert HaasTweak EXPLAIN for parallel query to show workers launched.
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-08 Robert HaasAdd a 'parallel_degree' reloption.
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-18 Robert HaasDirectly modify foreign tables.
2016-03-14 Tom LaneProvide a planner hook at a suitable place for creating...
2016-03-14 Tom LaneRethink representation of PathTargets.
2016-03-14 Robert HaasUpdate more comments for 96198d94cb7adc664bda341842dc8d...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
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 HaasAllow parallel custom and foreign scans.
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 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-11 Tom LaneStill more fixes for planner's handling of LATERAL...
2015-12-09 Robert HaasAllow EXPLAIN (ANALYZE, VERBOSE) to display per-worker...
2015-12-08 Kevin GrittnerImprove performance in freeing memory contexts
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-27 Teodor SigaevCOPY (INSERT/UPDATE/DELETE .. RETURNING ..)
2015-11-12 Robert HaasProvide readfuncs support for custom scans.
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
next