| Commit message (Expand) | Author | Age |
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Repair sloppiness about where cached mergeclause pathkeys are allocated. | Tom Lane | 2003-05-02 |
* | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 |
* | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 |
* | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 |
* | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 |
* | In find_mergeclauses_for_pathkeys, it's okay to return multiple merge | Tom Lane | 2001-11-11 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | 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 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 |
* | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 |
* | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 |
* | 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 |
* | 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 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane | 2000-02-18 |
* | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Another round of planner/optimizer work. This is just restructuring and | Tom Lane | 2000-01-09 |
* | 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 |
* | Update comments about pathkeys. | Tom Lane | 1999-08-13 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Tighten coding in new_join_pathkey, which seems to be a hotspot | Tom Lane | 1999-05-17 |
* | Fix nasty little typo that prevented get_cheapest_path_for_joinkeys | Tom Lane | 1999-04-30 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 |
* | pathkeys.c cleanup. | Bruce Momjian | 1999-02-21 |
* | pathkeys fixes | Bruce Momjian | 1999-02-20 |