| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the division of labor between grouping_planner and query_planner | Tom Lane | 2005-08-27 | 1 | -67/+1 |
| * | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 | 1 | -8/+5 |
| * | Improve outer-join-deduction logic to be able to propagate equalities | Tom Lane | 2005-07-03 | 1 | -157/+202 |
| * | Teach planner about some cases where a restriction clause can be | Tom Lane | 2005-07-02 | 1 | -3/+288 |
| * | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 | 1 | -25/+16 |
| * | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 | 1 | -26/+30 |
| * | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 | 1 | -5/+5 |
| * | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane | 2005-03-27 | 1 | -3/+3 |
| * | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane | 2005-01-23 | 1 | -1/+10 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -5/+6 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 | 1 | -2/+3 |
| * | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane | 2004-06-01 | 1 | -4/+3 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -31/+30 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -68/+64 |
| * | build_subquery_pathkeys() was examining wrong copy of subquery target list, | Tom Lane | 2004-04-07 | 1 | -2/+3 |
| * | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 | 1 | -10/+33 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -28/+29 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 1 | -2/+2 |
| * | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 | 1 | -9/+7 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -52/+29 |
| * | Repair sloppiness about where cached mergeclause pathkeys are allocated. | Tom Lane | 2003-05-02 | 1 | -1/+11 |
| * | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 | 1 | -3/+138 |
| * | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane | 2003-02-08 | 1 | -10/+14 |
| * | Modify planner's implied-equality-deduction code so that when a set | Tom Lane | 2003-01-24 | 1 | -10/+111 |
| * | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 | 1 | -27/+15 |
| * | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane | 2002-12-17 | 1 | -5/+8 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -16/+15 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -1/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -18/+18 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 1 | -2/+3 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -3/+5 |
| * | In find_mergeclauses_for_pathkeys, it's okay to return multiple merge | Tom Lane | 2001-11-11 | 1 | -14/+32 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+7 |
| * | Extend code that deduces implied equality clauses to detect whether a | Tom Lane | 2001-10-18 | 1 | -2/+2 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -8/+8 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -34/+46 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -5/+5 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -89/+322 |
| * | Restructure handling of inheritance queries so that they work with outer | Tom Lane | 2000-11-12 | 1 | -3/+3 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -2/+2 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -17/+24 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -6/+1 |
| * | Deduce equality constraints that are implied by transitivity of | Tom Lane | 2000-07-24 | 1 | -148/+84 |