| Age | Commit message (Expand) | Author |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-13 | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-26 | Use a bitmapset instead of a list for duplicate-column checking in | Tom Lane |
| 2005-03-14 | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway |
| 2005-03-11 | Add fprintf() custom version to libpgport. | Bruce Momjian |
| 2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-02-19 | Ensure that the resolved datatype of any unknown Param is propagated | Tom Lane |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-19 | Refactor transformExpr() by creating separate functions for most of the | Neil Conway |
| 2005-01-13 | get_names_for_var didn't do recursion for unnamed JOIN vars quite right; | Tom Lane |
| 2005-01-12 | Re-allow an untyped literal as the test expression of a CASE, ie | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-15 | Disallow SETOF in the input of parseTypeString(). Formerly it was | Tom Lane |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 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 |