| Commit message (Expand) | Author | Age |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Change set_plan_references and join_references to take an rtable List | Tom Lane | 2002-05-18 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 |
* | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 |
* | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 |
* | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 |
* | Current implementation of FOR UPDATE has no hope of working correctly | Tom Lane | 2001-05-14 |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Avoid reversing user-given order of WHERE clauses while attaching clauses | Tom Lane | 2001-04-16 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 |
* | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane | 2000-11-23 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 |
* | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | 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 |
* | 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 |
* | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane | 1999-10-07 |
* | Clean up some mistakes in handling of uplevel Vars in planner. | Tom Lane | 1999-08-26 |
* | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 |
* | Minor cleanups and code beautification; eliminate some | Tom Lane | 1999-08-10 |
* | Clean up messy clause-selectivity code in clausesel.c; repair bug | Tom Lane | 1999-07-24 |
* | 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 |
* | Final optimizer cleanups. | 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 |
* | Fix a number of places that made faulty assumptions about | Tom Lane | 1999-02-15 |