| Commit message (Expand) | Author | Age |
* | In locate_grouping_columns(), don't expect an exact match of Var typmods. | Tom Lane | 2013-08-23 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane | 2007-11-08 |
* | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane | 2007-11-08 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 |
* | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane | 2003-01-20 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | 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 |
* | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane | 2001-01-09 |
* | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | 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 |
* | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | 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 revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 |
* | Minor cleanups and code beautification; eliminate some | Tom Lane | 1999-08-10 |