| Age | Commit message (Expand) | Author |
| 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 |
| 2006-03-14 | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-07 | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane |
| 2006-03-06 | Enable standard_conforming_strings to be turned on. | Bruce Momjian |
| 2006-03-05 | Per recent discussion on -hackers, we should sometimes reorder the | Neil Conway |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-03 | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane |
| 2006-02-28 | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane |
| 2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
| 2006-02-18 | Mark unescape_single_char() "static": as far as I can see this function | Neil Conway |
| 2006-02-12 | Revert patch becaues of locking concerns: | Bruce Momjian |
| 2006-02-12 | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian |
| 2006-02-11 | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian |
| 2006-02-04 | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan |
| 2006-01-31 | Allow %TYPE to be used with SETOF, per gripe from Murat Tasan. | Tom Lane |
| 2006-01-22 | Fix alias-for-target-table-of-UPDATE-or-DELETE patch so that alias can | Tom Lane |
| 2006-01-22 | Allow an optional alias for the target table to be specified for UPDATE | Neil Conway |
| 2006-01-21 | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian |
| 2006-01-15 | Allow the types of parameters to PREPARE to be inferred. If a parameter's | Neil Conway |
| 2006-01-12 | We neglected to apply domain constraints on UNKNOWN parameters to | Neil Conway |
| 2006-01-10 | Improve error messages for missing-FROM-entry cases, as per recent discussion. | Tom Lane |
| 2005-12-29 | Revert some careless search-and-replace: "ADD" in comment text should | Neil Conway |
| 2005-12-28 | Implement SQL-compliant treatment of row comparisons for < <= > >= cases | Tom Lane |
| 2005-12-27 | Protect ADD and HEADER symbols from conflicting with MIPS includes. | Bruce Momjian |
| 2005-12-25 | I have added these macros to c.h: | Bruce Momjian |
| 2005-12-23 | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state | Peter Eisentraut |
| 2005-12-11 | Implement IS NOT DISTINCT FROM, update the regression tests and docs. | Neil Conway |
| 2005-11-28 | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-19 | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan |
| 2005-11-18 | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane |
| 2005-11-13 | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane |
| 2005-10-26 | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-10-06 | When a function not returning RECORD has a single OUT parameter, use | Tom Lane |
| 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 |