| Age | Commit message (Expand) | Author |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-03-27 | Fix array coercion expressions to ensure that the correct volatility is | Tom Lane |
| 2007-03-17 | Fix up the remaining places where the expression node structure would lose | Tom Lane |
| 2007-03-13 | First phase of plan-invalidation project: create a plan cache management | Tom Lane |
| 2007-02-27 | Get rid of the separate EState for subplans, and just let them share the | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |
| 2007-02-19 | Put function expressions and values lists into FunctionScan and ValuesScan | Tom Lane |
| 2007-02-12 | Avoid infinite recursion when dumping new planner EquivalenceClass trees. | Tom Lane |
| 2007-02-10 | StrNCpy -> strlcpy (not complete) | Peter Eisentraut |
| 2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-22 | Put back planner's ability to cache the results of mergejoinscansel(), | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-20 | Remove remains of old depend target. | Peter Eisentraut |
| 2007-01-10 | Change the planner-to-executor API so that the planner tells the executor | Tom Lane |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
| 2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut |
| 2006-12-10 | Add a paramtypmod field to Param nodes. This is dead weight for Params | Tom Lane |
| 2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
| 2006-10-13 | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-27 | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane |
| 2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
| 2006-08-30 | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane |
| 2006-08-25 | Add the ability to create indexes 'concurrently', that is, without | Tom Lane |
| 2006-08-21 | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane |
| 2006-08-12 | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane |
| 2006-08-10 | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | More include file adjustments. | Bruce Momjian |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-07-02 | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian |
| 2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
| 2006-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
| 2006-04-15 | Support the syntax | Tom Lane |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-23 | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane |