summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/subselect.sql
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-081-0/+12
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-211-0/+14
* Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane2009-03-101-0/+11
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-101-0/+26
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-211-0/+21
* Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane2007-07-181-0/+15
* 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/+45
* Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and relatedTom Lane2005-07-151-0/+33
* 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/+64
* Repair interaction between IN-join processing and subselect pullup thatTom Lane2003-10-181-0/+18
* 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-13/+19
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-1/+1
* Add new subselect test.Thomas G. Lockhart1998-02-181-0/+71