| Age | Commit message (Expand) | Author |
| 1999-08-22 | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane |
| 1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
| 1999-08-18 | Remove extraneous SeqScan node that make_noname was inserting | Tom Lane |
| 1999-08-16 | Assign sort keys properly when there are duplicate entries in | Tom Lane |
| 1999-08-16 | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane |
| 1999-08-13 | Update comments about pathkeys. | Tom Lane |
| 1999-08-12 | Clean up optimizer's handling of indexscan quals that need to be | Tom Lane |
| 1999-08-10 | Minor cleanups and code beautification; eliminate some | Tom Lane |
| 1999-08-10 | Revise create_nestloop_node's handling of inner indexscan to | Tom Lane |
| 1999-08-09 | > > Prevent sorting if result is already sorted | Bruce Momjian |
| 1999-08-09 | Clean up tlist.c tree-walking routines with | Tom Lane |
| 1999-08-09 | Store -1 in attdisbursion to signal 'no duplicates in column'. | Tom Lane |
| 1999-08-09 | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane |
| 1999-08-09 | Rewrite fix_indxqual_references, which was entirely bogus for | Tom Lane |
| 1999-08-09 | Clean up routines in setrefs.c by replacing individual tree | Tom Lane |
| 1999-08-09 | Create a standardized expression_tree_mutator support routine | Tom Lane |
| 1999-08-06 | Revise generation of hashjoin paths: generate one path per | Tom Lane |
| 1999-07-30 | Update comments about clause selectivity estimation. | Tom Lane |
| 1999-07-30 | Further cleanups of indexqual processing: simplify control | Tom Lane |
| 1999-07-30 | Fix coredump seen when doing mergejoin between indexed tables, | Tom Lane |
| 1999-07-30 | Update comments for create_indexscan_node(). | Tom Lane |
| 1999-07-29 | Add support for Case exprs to fix_indxqual_references, | Tom Lane |
| 1999-07-27 | Correct bug in best_innerjoin(): it should check all the | Tom Lane |
| 1999-07-27 | First cut at doing LIKE/regex indexing optimization in | Tom Lane |
| 1999-07-25 | Further work on planning of indexscans. Cleaned up interfaces | Tom Lane |
| 1999-07-25 | Remove 'restrictinfojoinid' field from RestrictInfo nodes. | Tom Lane |
| 1999-07-24 | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane |
| 1999-07-23 | Minor code beautification, extensive improvement of | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
| 1999-07-15 | 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 | Several routines failed to cope with CASE expressions, and | Tom Lane |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-07-07 | Fix for \do and ceil()/float. | Bruce Momjian |
| 1999-07-07 | Fix spelling of variable name. | Bruce Momjian |
| 1999-07-07 | Cleanup of min tuple size. | Bruce Momjian |
| 1999-07-07 | Fix misspelling. | Bruce Momjian |
| 1999-07-03 | Fix to prevent too large tuple from being created. | Bruce Momjian |
| 1999-06-21 | Clean up problems with sublinks + grouping in planner. Not | Tom Lane |
| 1999-06-21 | On second thought, expression_tree_walker should handle bare | Tom Lane |
| 1999-06-19 | Change form() to varargform() to prevent portability problems. | Bruce Momjian |
| 1999-06-19 | Create a generic expression-tree-walker subroutine, which | Tom Lane |
| 1999-06-12 | Remove query_planner's overhasty rejection of cases where | Tom Lane |
| 1999-06-12 | Plug hole in dike: planner would coredump if query_planner | Tom Lane |
| 1999-06-10 | Fix errors in SELECT ... GROUP BY ... UNION SELECT ... | Tom Lane |
| 1999-06-06 | Fix problems with grouping/aggregation in queries that use | Tom Lane |
| 1999-05-29 | new_relation_targetlist used to cause about 8 separate (and | Tom Lane |