| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 | 1 | -8/+21 |
| * | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 | 1 | -4/+6 |
| * | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 | 1 | -47/+17 |
| * | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 | 1 | -19/+23 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix for this problem: | Tom Lane | 2003-11-05 | 1 | -9/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -78/+87 |
| * | A visit from the message-style police ... | Tom Lane | 2003-07-28 | 1 | -2/+2 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 1 | -15/+24 |
| * | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 1 | -12/+33 |
| * | Be smart about outer-join qualifications that mention only one side of | Tom Lane | 2003-03-02 | 1 | -62/+89 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -132/+151 |
| * | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 1 | -134/+94 |
| * | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 | 1 | -4/+9 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -201/+92 |
| * | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane | 2003-01-12 | 1 | -2/+2 |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -4/+7 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -15/+14 |
| * | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 1 | -9/+6 |
| * | Add an at-least-marginally-plausible method of estimating the number | Tom Lane | 2002-11-19 | 1 | -1/+66 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -12/+16 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Change set_plan_references and join_references to take an rtable List | Tom Lane | 2002-05-18 | 1 | -2/+2 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -4/+4 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -3/+4 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 1 | -11/+9 |
| * | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane | 2002-04-16 | 1 | -2/+3 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -77/+137 |
| * | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane | 2002-03-01 | 1 | -1/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -33/+36 |
| * | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 | 1 | -17/+134 |
| * | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 | 1 | -2/+3 |
| * | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane | 2001-05-20 | 1 | -12/+14 |
| * | Current implementation of FOR UPDATE has no hope of working correctly | Tom Lane | 2001-05-14 | 1 | -2/+18 |
| * | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 | 1 | -4/+5 |
| * | Avoid reversing user-given order of WHERE clauses while attaching clauses | Tom Lane | 2001-04-16 | 1 | -5/+5 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -60/+74 |
| * | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -1/+5 |
| * | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane | 2000-12-12 | 1 | -1/+2 |
| * | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane | 2000-11-23 | 1 | -3/+7 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -1/+4 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -117/+149 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -47/+270 |
| * | Clean up handling of variable-free qual clauses. System now does the | Tom Lane | 2000-08-13 | 1 | -6/+13 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -4/+2 |