summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/subselect.out
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-291-18/+18
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-201-0/+12
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-281-0/+9
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-081-0/+14
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-211-0/+30
* Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane2009-03-101-0/+12
* Revert updatable viewsPeter Eisentraut2009-01-271-1/+0
* Automatic view update rulesPeter Eisentraut2009-01-221-0/+1
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-101-0/+27
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-1/+0
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-211-0/+31
* Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane2007-07-181-0/+22
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+1
* Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2005-11-231-0/+52
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-151-0/+57
* Adjust estimate_num_groups() to not clamp per-relation group countTom Lane2005-02-011-2/+2
* When dealing with multiple grouping columns coming from the same table,Tom Lane2005-01-281-2/+2
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-1/+2
* Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane2004-05-111-0/+75
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-181-0/+36
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-2/+2
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-271-4/+4
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-6/+6
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-1/+1
* subselect regress test was kind of silly; it claimed to test correlationTom Lane2000-03-231-28/+44
* Update for new psql formatting.Thomas G. Lockhart2000-01-061-97/+106
* Add new subselect test.Thomas G. Lockhart1998-02-181-0/+142