aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAge
* Update comments to reflect code rearrangement.Robert Haas2016-08-31
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* pgindent run for 9.6Robert Haas2016-06-09
* 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
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Fix incorrect comment in plannodes.hRobert Haas2015-10-20
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* 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
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* 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
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-15
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-17
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Rearrange CustomScan API.Tom Lane2014-11-21
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* 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
* Support writable foreign tables.Tom Lane2013-03-10
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01