aboutsummaryrefslogtreecommitdiff
path: root/src/include/optimizer/planmain.h
Commit message (Expand)AuthorAge
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* 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
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-12
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* 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
* Deduce equality constraints that are implied by transitivity ofTom Lane2000-07-24
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane2000-01-27
* Add:Bruce Momjian2000-01-26
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-07
* Further sort-order twiddling in optimizer: be smart aboutTom Lane1999-08-22
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-21
* Clean up routines in setrefs.c by replacing individual treeTom Lane1999-08-09
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-06
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Revise union_planner and associated routines to clean up breakageTom Lane1999-05-03
* Repair some problems in planner's handling of HAVING clauses.Tom Lane1999-04-19
* Optimizer rename.Bruce Momjian1999-02-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* Fix create_rule is->as.Bruce Momjian1999-02-02
* Agg/Aggreg cleanup and datetime.sql patch.Bruce Momjian1999-01-25
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* [Part #1: Type: text/plain, Encoding: 7bit, Size: 59]Bruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01