| Age | Commit message (Expand) | Author |
| 2004-11-16 | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway |
| 2004-11-08 | Kris Jurka pointed out that the qualified_name production wasn't | Tom Lane |
| 2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-25 | Make error message more verbose, in hopes of avoiding misunderstandings | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-09-30 | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane |
| 2004-09-29 | Split out everything that looks like a function call from c_expr into | Tom Lane |
| 2004-09-27 | A few minor list-related cleanups: | Neil Conway |
| 2004-09-09 | Added a call to gettext() to fix broken translated error messages. | Dennis Bjorklund |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-24 | Allow second and subsequent names in a qualified (dotted) name to be | Tom Lane |
| 2004-08-22 | Code review for ALTER INDEX patch. | Tom Lane |
| 2004-08-20 | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian |
| 2004-08-19 | Repair some issues with column aliases and RowExpr construction in the | Tom Lane |
| 2004-08-17 | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane |
| 2004-08-12 | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom Lane |
| 2004-08-12 | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane |
| 2004-08-02 | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-12 | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane |
| 2004-07-11 | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane |
| 2004-06-28 | Remove some no-longer-needed #includes. | Tom Lane |
| 2004-06-28 | Fix some bogus code in ConstBit production --- it managed to work, but | Tom Lane |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-19 | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-04 | Remove some long-obsolete code that was causing a strange error message | Tom Lane |
| 2004-06-03 | Remove typeTypeFlag(), which was not only unused but entirely redundant | Tom Lane |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-01 | Some more de-FastList-ification. | Tom Lane |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | The patch adresses the TODO list item "Allow external interfaces to | Bruce Momjian |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-23 | Still another place to make the world safe for zero-column tables: | Tom Lane |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-04-21 | Change COPY CSV keyword to be: | Bruce Momjian |
| 2004-04-19 | Complete TODO item: | Bruce Momjian |
| 2004-04-18 | Tweak findTargetlistEntry so that bare names occurring in GROUP BY clauses | Tom Lane |
| 2004-04-05 | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian |
| 2004-04-02 | Fix poor choice of error message in corner cases. | Tom Lane |
| 2004-04-02 | Clean up some code that had gotten a bit ugly through repeated revisions. | Tom Lane |