summaryrefslogtreecommitdiff
path: root/src/include/nodes/relation.h
Commit message (Expand)AuthorAgeFilesLines
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-1/+9
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-121-4/+6
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-121-1/+23
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-21/+57
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-10/+38
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-38/+51
* Repair logic flaw in cost estimator: cost_nestloop() was estimating CPUTom Lane2000-03-221-2/+9
* Plug some more memory leaks in the planner. It still leaks like a sieve,Tom Lane2000-02-181-12/+21
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-13/+43
* Repair planning bugs caused by my misguided removal of restrictinfo linkTom Lane2000-02-071-13/+41
* Add:Bruce Momjian2000-01-261-2/+3
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-1/+4
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-091-43/+63
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-231-1/+8
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-129/+177
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-271-3/+2
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-251-2/+1
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-241-6/+27
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-7/+7
* pgindent run over code.Bruce Momjian1999-05-251-17/+18
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-121-1/+2
* comments cleanup.Bruce Momjian1999-02-221-23/+23
* pathkeys fixesBruce Momjian1999-02-201-3/+2
* add pathkeys description.Bruce Momjian1999-02-201-4/+5
* Fix bushy plans. Cleanup.Bruce Momjian1999-02-181-10/+8
* otherrels is now unjoined_relsBruce Momjian1999-02-151-2/+2
* Remove duplicate geqo functions, and more optimizer cleanupBruce Momjian1999-02-151-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Optimizer cleanup.Bruce Momjian1999-02-121-4/+6
* JoinPath -> NestPath for nested loop.Bruce Momjian1999-02-121-6/+6
* Fix optimizer and make faster.Bruce Momjian1999-02-121-6/+1
* More optimizer speedups.Bruce Momjian1999-02-111-2/+2
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-2/+5
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-3/+5
* Optimizer cleanup.Bruce Momjian1999-02-081-2/+2
* Optimizer cleanup.Bruce Momjian1999-02-051-2/+2
* More optimizer cleanups.Bruce Momjian1999-02-041-6/+5
* More optimizer renaming HInfo -> HashInfo.Bruce Momjian1999-02-041-9/+9
* Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README.Bruce Momjian1999-02-031-10/+10
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-6/+6
* MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian1998-08-041-4/+4
* Rename Rel to RelOptInfo.Bruce Momjian1998-07-181-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-20/+20
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-117/+117
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-223/+243
* Patches for Vadim's multikey indexing...Marc G. Fournier1997-03-181-1/+2