| Commit message (Expand) | Author | Age |
* | Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. | Tom Lane | 2007-07-12 |
* | Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. | Tom Lane | 2007-06-11 |
* | Tweak make_inh_translation_lists() to check the common case wherein parent and | Tom Lane | 2007-04-21 |
* | Fix up the remaining places where the expression node structure would lose | Tom Lane | 2007-03-17 |
* | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane | 2007-02-22 |
* | Get rid of some old and crufty global variables in the planner. When | Tom Lane | 2007-02-19 |
* | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane | 2007-01-22 |
* | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | 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 |
* | 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 |
* | 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 |
* | Prevent planner from including temp tables of other backends when expanding | Tom Lane | 2005-08-02 |
* | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 |
* | If a LIMIT is applied to a UNION ALL query, plan each UNION arm as | Tom Lane | 2005-06-10 |
* | Simplify the planner's join clause management by storing join clauses | Tom Lane | 2005-06-09 |
* | Remove planner's private fields from Query struct, and put them into | Tom Lane | 2005-06-05 |
* | Teach the planner to remove SubqueryScan nodes from the plan if they | Tom Lane | 2005-05-22 |
* | 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 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 |
* | 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 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | 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 |
* | Yawn ... still another place not quite ready for zero-column tables. | Tom Lane | 2004-05-11 |
* | Extend set-operation planning to keep track of the sort ordering induced | Tom Lane | 2004-04-07 |
* | When testing whether a sub-plan can do projection, use a general-purpose | Tom Lane | 2004-01-18 |
* | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane | 2004-01-04 |
* | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane | 2004-01-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Rewriter and planner should use only resno, not resname, to identify | Tom Lane | 2003-08-11 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | Add defenses against trying to attach qual conditions to a setOperation | Tom Lane | 2003-07-16 |
* | Restructure building of join relation targetlists so that a join plan | Tom Lane | 2003-06-29 |
* | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane | 2003-06-16 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Infrastructure for deducing Param types from context, in the same way | Tom Lane | 2003-04-29 |