aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep
Commit message (Expand)AuthorAge
* Fix inherited UPDATE for cases where child column numbering doesn'tTom Lane2003-01-05
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* Tweak querytree-dependency-extraction code so that columns of tablesTom Lane2002-09-11
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* Push down outer qualification clauses into UNION and INTERSECT subqueries.Tom Lane2002-08-29
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* If we're cleaning out _deadcode, might as well zap this one too.Tom Lane2002-07-30
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-26
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-25
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-25
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Undo not-so-hot decision to postpone insertion of default values intoTom Lane2002-04-05
* Removed obsolete DROP_COLUMN_HACK stuff.Hiroshi Inoue2002-04-02
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Previous patch to mark UNION outputs with common typmod (if any) breaksTom Lane2002-03-05
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on theTom Lane2001-11-12
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Add default expressions to INSERTs during planning, not during parseTom Lane2001-11-02
* 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
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was beingTom Lane2001-08-14
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Quick hack to fix Oliver Elphick's problem with subselects in anTom Lane2001-03-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Repair some bugs in new union/intersect/except code.Tom Lane2000-11-09
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12