aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* 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
* Support writable foreign tables.Tom Lane2013-03-10
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Basic binary heap implementation.Robert Haas2012-11-29
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-22
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-21
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12