]> granicus.if.org Git - postgresql/history - src/test/regress/expected/subselect.out
Fix whole-row Var evaluation to cope with resjunk columns (again).
[postgresql] / src / test / regress / expected / subselect.out
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-07-05 Robert HaasReduce messages about implicit indexes and sequences...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-20 Tom LaneFix thinko in previous patch for optimizing EXISTS...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-07-28 Tom LaneFix potential failure when hashing the output of a...
2010-07-08 Tom LaneFix "cannot handle unplanned sub-select" error that...
2010-06-21 Tom LaneFix mishandling of whole-row Vars referencing a view...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Peter EisentrautAutomatic view update rules
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-04-21 Tom LaneFix convert_IN_to_join to properly handle the case...
2007-07-18 Tom LaneFix an old thinko in SS_make_initplan_from_plan, which...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-07-15 Tom LaneFix overenthusiastic optimization of 'x IN (SELECT...
2005-02-01 Tom LaneAdjust estimate_num_groups() to not clamp per-relation...
2005-01-28 Tom LaneWhen dealing with multiple grouping columns coming...
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-05-11 Tom LaneRepair recalculation failure for nested sub-SELECTs...
2003-10-18 Tom LaneRepair interaction between IN-join processing and subse...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2000-03-23 Tom Lanesubselect regress test was kind of silly; it claimed...
2000-01-06 Thomas G. LockhartUpdate for new psql formatting.
1998-02-18 Thomas G. LockhartAdd new subselect test.