aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch2021-06-06
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Implement GROUP BY DISTINCTTomas Vondra2021-03-18
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Add missing TidRangeScan readfuncDavid Rowley2021-02-27
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas2020-10-14
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* Reconcile nodes/*funcs.c.Noah Misch2020-05-25
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add readfuncs.c support for AppendRelInfo.Tom Lane2019-12-11
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Generated columnsPeter Eisentraut2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-18
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10