| Commit message (Expand) | Author | Age |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 |
* | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane | 2000-02-18 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 |
* | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane | 1999-07-25 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |
* | comments cleanup. | Bruce Momjian | 1999-02-22 |
* | pathkeys fixes | Bruce Momjian | 1999-02-20 |
* | add pathkeys description. | Bruce Momjian | 1999-02-20 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-12 |
* | JoinPath -> NestPath for nested loop. | Bruce Momjian | 1999-02-12 |
* | Fix optimizer and make faster. | Bruce Momjian | 1999-02-12 |
* | More optimizer speedups. | Bruce Momjian | 1999-02-11 |
* | Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things. | Bruce Momjian | 1999-02-10 |
* | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-08 |
* | Optimizer cleanup. | Bruce Momjian | 1999-02-05 |
* | More optimizer cleanups. | Bruce Momjian | 1999-02-04 |
* | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 |
* | Optimizer rename ClauseInfo -> RestrictInfo. Update optimizer README. | Bruce Momjian | 1999-02-03 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 |
* | Rename Rel to RelOptInfo. | Bruce Momjian | 1998-07-18 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Patches for Vadim's multikey indexing... | Marc G. Fournier | 1997-03-18 |
* | Further include file cleanups | Marc G. Fournier | 1996-11-06 |
* | remove: | Marc G. Fournier | 1996-10-31 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 |