| Age | Commit message (Expand) | Author |
| 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-11 | Add support for optionally escaping periods when converting SQL identifiers | Peter Eisentraut |
| 2007-02-03 | Implement XMLSERIALIZE for real. Analogously, make the xml to text cast | Peter Eisentraut |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-31 | Revert error message change for may/can/might --- needs discussion. | Bruce Momjian |
| 2007-01-31 | Update documentation on may/can/might: | Bruce Momjian |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-14 | Add support for xmlval IS DOCUMENT expression. | Peter Eisentraut |
| 2007-01-12 | Fix compiler warning | Peter Eisentraut |
| 2007-01-12 | Update error messsage wording. | Bruce Momjian |
| 2007-01-12 | Update ORDER BY UNION function/exprssion wording (again). | Bruce Momjian |
| 2007-01-12 | Allow for arbitrary data types as content in XMLELEMENT. The original | Peter Eisentraut |
| 2007-01-11 | Update UNION/INTERSECT/EXCEPT ORDER BY error wording for | Bruce Momjian |
| 2007-01-11 | Improve error wording of ORDER BY in UNION that uses new expressions in | Bruce Momjian |
| 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-08 | Prevent duplicate attribute names in XMLELEMENT. | Peter Eisentraut |
| 2007-01-06 | Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc | 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-28 | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut |
| 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-11 | Repair incorrect check for coercion of unknown literal to ANYARRAY, a bug | Tom Lane |
| 2006-10-11 | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane |
| 2006-10-07 | Added missing entry (CASCADED) in keywords table. | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-28 | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane |
| 2006-09-25 | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-18 | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane |
| 2006-09-18 | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane |
| 2006-09-03 | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane |
| 2006-09-03 | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian |
| 2006-09-03 | Remove unnecessary copyObject() call in update (values) code. | Bruce Momjian |
| 2006-09-02 | Small code cleanup for recent UPDATE SET (values) patch. | Bruce Momjian |
| 2006-09-02 | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian |
| 2006-09-02 | Change FETCH/MOVE to use int8. | Bruce Momjian |
| 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-14 | Cause '*' and 'foo.*' notations to mark the referenced RTE(s) as | Tom Lane |