summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/util/relnode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #795: two clauses that seem redundant are not really, ifTom Lane2002-10-121-6/+18
* pgindent run.Bruce Momjian2002-09-041-18/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-5/+5
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-31/+119
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-16/+16
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-181-17/+85
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-201-27/+108
* Take OUTER JOIN semantics into account when estimating the size of joinTom Lane2001-02-161-2/+4
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-5/+25
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-7/+24
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-3/+4
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-181-22/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-35/+46
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-181-5/+2
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-3/+7
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-59/+358
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-061-11/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-11/+5
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-24/+15
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+4
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-10/+7
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-3/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-5/+5
* Fix optimizer and make faster.Bruce Momjian1999-02-121-2/+1
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-3/+3
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Cleanup optimizer function names and clarify code.Bruce Momjian1998-08-101-6/+4
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-8/+8
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-86/+96
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+123