| Age | Commit message (Expand) | Author |
| 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 |
| 2006-08-12 | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane |
| 2006-08-12 | Remove ancient, obsolete comment. | 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 | Wups, got the test for contain_vars_of_level-not-needed wrong in | Tom Lane |
| 2006-08-02 | Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-31 | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane |
| 2006-07-27 | Aggregate functions now support multiple input arguments. I also took | Tom Lane |
| 2006-07-26 | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane |
| 2006-07-26 | Change LIMIT/OFFSET to use int8 | Bruce Momjian |
| 2006-07-15 | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 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-06-27 | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian |
| 2006-06-26 | Change the row constructor syntax (ROW(...)) so that list elements foo.* | Tom Lane |
| 2006-06-21 | Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT). | Tom Lane |
| 2006-06-16 | Fix a couple of obvious problems in DROP IF EXISTS patch. | Tom Lane |
| 2006-06-16 | DROP ... IF EXISTS for the following cases: | Andrew Dunstan |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-05-27 | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-11 | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane |
| 2006-05-01 | Provide a namespace.c function for lookup of an operator with exact | Tom Lane |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2006-04-27 | Use schema search path to find the first matching contraint name for SET | Bruce Momjian |
| 2006-04-25 | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian |
| 2006-04-25 | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian |
| 2006-04-24 | Back out patch, unintended. | Bruce Momjian |
| 2006-04-24 | Done: | Bruce Momjian |
| 2006-04-22 | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane |
| 2006-04-15 | Support the syntax | Tom Lane |
| 2006-04-05 | Fix a bunch of problems with domains by making them use special input functions | 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 |
| 2006-03-16 | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane |