| Commit message (Expand) | Author | Age |
* | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane | 2000-03-21 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane | 2000-03-14 |
* | Further tweaking of logic that decides when to materialize an uncorrelated | Tom Lane | 2000-03-11 |
* | Apply a MATERIAL node to the result of an uncorrelated subplan, if it | Tom Lane | 2000-03-02 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 |
* | Implement subselects in target lists. Also, relax requirement that | Tom Lane | 1999-11-15 |
* | Revise implementation of SubLinks so that there is a consistent, | Tom Lane | 1999-08-25 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Several routines failed to cope with CASE expressions, and | Tom Lane | 1999-07-15 |
* | Clean up problems with sublinks + grouping in planner. Not | Tom Lane | 1999-06-21 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Partial fix for copied-plan bugs reported by Hiroshi Inoue: | Tom Lane | 1999-03-03 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Rename Aggreg to Aggref. | Bruce Momjian | 1999-01-24 |
* | Hi! | Bruce Momjian | 1999-01-18 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | I have found a minor problem with current configure.in. | Bruce Momjian | 1998-08-24 |
* | Fix HAVING patch missing cast. | Bruce Momjian | 1998-07-24 |
* | I'm sorry, but I think I introduced a little bug with my last patch. | Bruce Momjian | 1998-07-24 |
* | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 |
* | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Old planner() becomes union_planner(); new planner() makes initialization | Vadim B. Mikheev | 1998-02-13 |