| Commit message (Expand) | Author | Age |
* | Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. | Tom Lane | 2011-07-12 |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Improve cost estimation for aggregates and window functions. | Tom Lane | 2011-04-24 |
* | Revise collation derivation method and expression-tree representation. | Tom Lane | 2011-03-19 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 |
* | Improve the recently-added code for inlining set-returning functions so that | Tom Lane | 2008-10-09 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane | 2008-04-01 |
* | Arrange to "inline" SQL functions that appear in a query's FROM clause, | Tom Lane | 2008-03-18 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane | 2006-07-01 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Allow row comparisons to be used as indexscan qualifications. | Tom Lane | 2006-01-25 |
* | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 |
* | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane | 2005-01-28 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane | 2004-10-22 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 |
* | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 |
* | Improve UniquePath logic to detect the case where the input is already | Tom Lane | 2004-01-05 |
* | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 |
* | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane | 2003-12-30 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Back out array mega-patch. | Bruce Momjian | 2003-06-25 |
* | Array mega-patch. | Bruce Momjian | 2003-06-24 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Minor code cleanup: remove no-longer-useful pull_subplans() function, | Tom Lane | 2003-02-04 |
* | Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove code | Tom Lane | 2003-01-17 |
* | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane | 2003-01-17 |
* | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane | 2003-01-15 |
* | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane | 2002-12-14 |