| Commit message (Expand) | Author | Age |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | 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 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 |
* | 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 |
* | 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 |
* | Store -1 in attdisbursion to signal 'no duplicates in column'. | Tom Lane | 1999-08-09 |
* | Revise generation of hashjoin paths: generate one path per | Tom Lane | 1999-08-06 |
* | Correct bug in best_innerjoin(): it should check all the | Tom Lane | 1999-07-27 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Now that hashjoin is reliable for large joins (knock on wood), | Tom Lane | 1999-05-18 |
* | Minor code cleanup in optimizer. | Tom Lane | 1999-05-16 |
* | Clean up cost_sort some more: most callers were double-counting | Tom Lane | 1999-05-01 |
* | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane | 1999-04-03 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 |
* | optimizer cleanup | Bruce Momjian | 1999-02-19 |
* | rename optimizer file name | Bruce Momjian | 1999-02-18 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Replace non-idiomatic nconc(x, lcons(y, NIL)) with lappend(x, y). | Tom Lane | 1999-02-15 |
* | optimizer cleanup. | Bruce Momjian | 1999-02-14 |
* | Optimizer rename. | Bruce Momjian | 1999-02-14 |
* | 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 |
* | More optimizer speedups. | Bruce Momjian | 1999-02-11 |
* | Optmizer cleanup | Bruce Momjian | 1999-02-10 |
* | Update find_typedefs for bsdi 4.0. | Bruce Momjian | 1999-02-10 |
* | 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 |
* | More optimizer cleanups. | Bruce Momjian | 1999-02-04 |
* | More optimizer renaming HInfo -> HashInfo. | Bruce Momjian | 1999-02-04 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | 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 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |