summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/subselect.out
Commit message (Expand)AuthorAgeFilesLines
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-161-1/+1
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-201-0/+69
* Teach hash_ok_operator() that record_eq is only sometimes hashable.Tom Lane2022-01-161-0/+23
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-1/+2
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-141-0/+40
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-141-1/+1
* Add Result Cache executor node (take 2)David Rowley2021-04-021-9/+11
* Revert b6002a796David Rowley2021-04-011-11/+9
* Add Result Cache executor nodeDavid Rowley2021-04-011-9/+11
* Clean up ancient test stylePeter Eisentraut2020-12-151-81/+81
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-0/+47
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-141-0/+77
* Cope with lateral references in the quals of a subquery RTE.Tom Lane2020-07-131-0/+53
* Correctly re-use hash tables in buildSubPlanHash().Tom Lane2020-02-291-0/+123
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-171-0/+27
* Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane2019-12-161-2/+0
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-051-0/+24
* Prevent inlining of multiply-referenced CTEs with outer recursive refs.Tom Lane2019-04-091-0/+100
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+19
* Check we don't misoptimize a NOT IN where the subquery returns no rows.Tom Lane2019-03-011-0/+13
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-161-0/+156
* Build out the planner support function infrastructure.Tom Lane2019-02-091-4/+4
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-281-2/+2
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-171-0/+17
* Add COSTS off to two EXPLAIN using tests.Andres Freund2018-03-131-12/+12
* Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.Robert Haas2018-02-211-2/+2
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-251-0/+30
* In the planner, delete joinaliasvars lists after we're done with them.Tom Lane2017-10-241-0/+14
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-291-1/+4
* Make new regression test case parallel-safe, and improve its output.Tom Lane2017-08-241-40/+37
* Push limit through subqueries to underlying sort, where possible.Robert Haas2017-08-211-0/+52
* Fix placement of initPlans when forcibly materializing a subplan.Tom Lane2017-02-021-23/+46
* Fix mishandling of tSRFs at different nesting levels.Tom Lane2017-02-021-1/+1
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-0/+31
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-18/+25
* Disallow pushing volatile quals past set-returning functions.Tom Lane2016-09-271-0/+100
* Improve estimate of distinct values in estimate_num_groups().Dean Rasheed2016-04-041-14/+11
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+22
* Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane2014-11-221-0/+40
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-111-0/+18
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-081-0/+35
* Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane2014-06-271-0/+29
* Fix possible crash with nested SubLinks.Tom Lane2013-12-101-0/+29
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-021-0/+10
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-081-0/+64
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-301-0/+55
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-111-0/+17
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-201-0/+25
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-3/+0
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-011-6/+6