aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Directly modify foreign tables.Robert Haas2016-03-18
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Make Gather node projection-capable.Robert Haas2015-10-28
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Add a Gather executor node.Robert Haas2015-09-30
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* Update copyright for 2015Bruce Momjian2015-01-06
* Rearrange CustomScan API.Tom Lane2014-11-21
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.Robert Haas2014-01-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16