| Commit message (Expand) | Author | Age |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Fix make_clause and make_opclause to record valid type info | Tom Lane | 1999-10-02 |
* | Implement constant-expression simplification per Bernard | Tom Lane | 1999-09-26 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Repair error noticed by Roberto Cornacchia: selectivity code | Tom Lane | 1999-09-09 |
* | Clean up some mistakes in handling of uplevel Vars in planner. | Tom Lane | 1999-08-26 |
* | 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 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Clean up optimizer's handling of indexscan quals that need to be | Tom Lane | 1999-08-12 |
* | Minor cleanups and code beautification; eliminate some | Tom Lane | 1999-08-10 |
* | Clean up tlist.c tree-walking routines with | Tom Lane | 1999-08-09 |
* | Create a standardized expression_tree_mutator support routine | Tom Lane | 1999-08-09 |
* | Revise generation of hashjoin paths: generate one path per | Tom Lane | 1999-08-06 |
* | 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 |
* | First cut at doing LIKE/regex indexing optimization in | Tom Lane | 1999-07-27 |
* | Further work on planning of indexscans. Cleaned up interfaces | 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 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | 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 |
* | Fix for \do and ceil()/float. | Bruce Momjian | 1999-07-07 |
* | On second thought, expression_tree_walker should handle bare | Tom Lane | 1999-06-21 |
* | Create a generic expression-tree-walker subroutine, which | Tom Lane | 1999-06-19 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 |
* | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs | Tom Lane | 1999-05-06 |
* | Revise union_planner and associated routines to clean up breakage | Tom Lane | 1999-05-03 |
* | cleanups | Bruce Momjian | 1999-03-18 |
* | Fix OR index selectivity problem. | Bruce Momjian | 1999-03-08 |
* | Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder, | Tom Lane | 1999-03-01 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | From: Tatsuo Ishii <t-ishii@sra.co.jp> | Marc G. Fournier | 1999-02-21 |
* | pathkeys fixes | Bruce Momjian | 1999-02-20 |
* | Update pathkeys comparison function. | Bruce Momjian | 1999-02-20 |
* | optimizer cleanup | Bruce Momjian | 1999-02-19 |
* | Fix bushy plans. Cleanup. | Bruce Momjian | 1999-02-18 |
* | rename | Bruce Momjian | 1999-02-15 |
* | otherrels is now unjoined_rels | Bruce Momjian | 1999-02-15 |
* | Remove duplicate geqo functions, and more optimizer cleanup | Bruce Momjian | 1999-02-15 |
* | Fix optimizer coredump with unary-operator WHERE clauses. | Tom Lane | 1999-02-14 |