summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/subselect.sql
Commit message (Expand)AuthorAgeFilesLines
* 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