| Commit message (Expand) | Author | Age |
* | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row | Tom Lane | 2006-02-13 |
* | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 |
* | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane | 2006-02-03 |
* | Restructure planner's handling of inheritance. Rather than processing | Tom Lane | 2006-01-31 |
* | Teach planner how to rearrange join order for some classes of OUTER JOIN. | Tom Lane | 2005-12-20 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | enable_constraint_exclusion => constraint_exclusion | Bruce Momjian | 2005-08-22 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Quick hack to allow the outer query's tuple_fraction to be passed down | Tom Lane | 2005-06-10 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Nab some low-hanging fruit: replace the planner's base_rel_list and | Tom Lane | 2005-06-06 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane | 2005-06-04 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane | 2005-03-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Clean up handling of inherited-table update queries, per bug report | Tom Lane | 2004-10-02 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 |
* | Make the world very nearly safe for composite-type columns in tables. | Tom Lane | 2004-06-05 |
* | Desultory de-FastList-ification. RelOptInfo.reltargetlist is back to | Tom Lane | 2004-06-01 |
* | 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 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway | 2004-04-25 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane | 2004-01-05 |
* | Repair planner failure when there are multiple IN clauses, each with | Tom Lane | 2003-12-17 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane | 2003-08-11 |
* | 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 |
* | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane | 2003-04-24 |
* | Department of second thoughts: probably shouldn't use nth() to get the | Tom Lane | 2003-03-22 |
* | Adjust subquery qual pushdown rules to be more forgiving: if a qual | Tom Lane | 2003-03-22 |
* | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane | 2003-03-10 |
* | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane | 2003-03-05 |
* | Teach planner how to propagate pathkeys from sub-SELECTs in FROM up to | Tom Lane | 2003-02-15 |