aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/subselect.h
Commit message (Expand)AuthorAge
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane2011-11-03
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Get rid of the rather fuzzily defined FlattenedSubLink node type in favor ofTom Lane2009-02-25
* Update copyright for 2009.Bruce Momjian2009-01-01
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane2008-08-17
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Tighten up SS_finalize_plan's computation of valid_params to exclude Params ofTom Lane2008-07-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-09
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Reconsider mechanism for marking sub-selects that are at top level ofTom Lane2003-01-13
* Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane2002-05-18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix extremely nasty little bug observed when a sub-SELECT appears inTom Lane2000-04-04
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Clean up problems with sublinks + grouping in planner. NotTom Lane1999-06-21
* Partial fix for copied-plan bugs reported by Hiroshi Inoue:Tom Lane1999-03-03
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Subselects...Vadim B. Mikheev1998-02-13