| Age | Commit message (Expand) | Author |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-23 | Add comments explaining clauses used by CREATE ROLE but not ALTER. | Bruce Momjian |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-08-24 | Fix SHOW and RESET grammar to accept custom variable names. | Tom Lane |
| 2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
| 2005-08-16 | Reject operator names >= NAMEDATALEN characters. These will not work | Tom Lane |
| 2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
| 2005-08-01 | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane |
| 2005-07-31 | Add per-user and per-database connection limit options. | Tom Lane |
| 2005-07-28 | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane |
| 2005-07-26 | Minor correction: cause ALTER ROLE role ROLE rolenames to behave | Tom Lane |
| 2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
| 2005-07-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-06-29 | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane |
| 2005-06-28 | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-26 | Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule | Tom Lane |
| 2005-06-26 | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-06-24 | Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, | Tom Lane |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-22 | Add a hack requested by the JDBC driver writers: when a function's | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-15 | Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts. | Bruce Momjian |
| 2005-06-15 | Improve comment wording. | Bruce Momjian |
| 2005-06-14 | Add BETWEEN SYMMETRIC. | Bruce Momjian |
| 2005-06-08 | Remove grammar productions for prefix and postfix % and ^ operators, | Tom Lane |
| 2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
| 2005-06-05 | Replace the parser's namespace tree (which formerly had the same | Tom Lane |
| 2005-06-04 | Add comment for multi-byte computation. | Bruce Momjian |
| 2005-06-04 | Change expandRTE() and ResolveNew() back to taking just the single | Tom Lane |
| 2005-06-03 | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane |
| 2005-06-02 | The no-lexer-backup speedup hadn't been there a week before somebody | Tom Lane |
| 2005-06-02 | Add support for \x hex escapes in backend strings. Octal was already | Bruce Momjian |
| 2005-05-31 | ParseComplexProjection should make use of expandRecordVariable so that | Tom Lane |
| 2005-05-30 | Change the UNKNOWN type to have an internal representation matching | Tom Lane |
| 2005-05-29 | Remove typeidIsValid() checks in can_coerce_type(). These checks | Tom Lane |
| 2005-05-29 | expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 | Tom Lane |
| 2005-05-26 | Tweak the backend scanner (and psqlscan.l, which must track the backend | Tom Lane |
| 2005-05-24 | Inserting 5 characters into char(10) does not produce 5 padding spaces | Tatsuo Ishii |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | Update comment to mention "Name classification hierarchy" as place to | Bruce Momjian |
| 2005-05-05 | Allow implicit cast from any named composite type to RECORD. At the | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-25 | On further experimentation, there were still a couple of bugs in | Tom Lane |
| 2005-04-25 | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane |
| 2005-04-23 | Remove useless argtype_inherit() code, and make consequent simplifications. | Tom Lane |
| 2005-04-23 | Allow -2147483648 to be treated as an INT4 rather than INT8 constant. | Tom Lane |
| 2005-04-23 | Define the right-hand input of AT TIME ZONE as a full a_expr instead of | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |