| Commit message (Expand) | Author | Age |
* | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane | 2000-03-22 |
* | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 |
* | Create a new expression node type RelabelType, which exists solely to | Tom Lane | 2000-02-20 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart | 2000-02-15 |
* | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane | 2000-02-07 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 |
* | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane | 2000-01-17 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | aggregate(DISTINCT ...) works, per SQL spec. | Tom Lane | 1999-12-13 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Clean up possible memory leakage in nodeSubplan | Tom Lane | 1999-11-15 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | Eliminate some unbelievably cheesy code in _copyConst(). | Tom Lane | 1999-11-01 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | > > Prevent sorting if result is already sorted | Bruce Momjian | 1999-08-09 |
* | 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 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | 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 |
* | Remove no-longer-used fields in Hash and HashJoin nodes. | Tom Lane | 1999-05-18 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |
* | Fix for _copyUnique() suggested by Hiroshi Inoue | Tatsuo Ishii | 1999-04-27 |
* | Repair some problems in planner's handling of HAVING clauses. | Tom Lane | 1999-04-19 |
* | Partial fix for copied-plan bugs reported by Hiroshi Inoue: | Tom Lane | 1999-03-03 |
* | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 |
* | comments cleanup. | Bruce Momjian | 1999-02-22 |
* | 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 |
* | 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 |
* | Rename Temp to Noname for noname tables. | Bruce Momjian | 1999-02-09 |
* | 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 |