| Age | Commit message (Expand) | Author |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-09-28 | Add a SECURITY LABEL command. | Robert Haas |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-02 | check_exclusion_constraint didn't actually work correctly for index | Tom Lane |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2008-12-04 | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera |
| 2008-10-01 | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut |
| 2008-08-05 | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane |
| 2008-05-30 | Copy refint.so and autoinc.so into the src/test/regress directory during | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-03-03 | Make the newly-added regression tests for lo_truncate() consistent | Neil Conway |
| 2007-03-03 | Cosmetic patch to large object regression test. | Bruce Momjian |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-01-20 | Regression tests for large objects. Patch from Jeremy Drake. | Neil Conway |
| 2007-01-02 | Add a regression test for ALTER SET TABLESPACE; this is a whole separate | Tom Lane |
| 2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-19 | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway |
| 2006-01-11 | Create a standard function pg_sleep() to sleep for a specified amount of time. | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-07-23 | In the stats test, delay for the stats collector to catch up using a | Tom Lane |
| 2005-06-26 | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian |
| 2005-05-10 | Regression tests for the COPY CSV header feature. From Andrew Dunstan. | Neil Conway |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-03-16 | Add CVS \r\n regression tests. | Bruce Momjian |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2002-12-14 | Initial version of the SQL information schema | Peter Eisentraut |
| 2002-11-21 | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2001-07-15 | Add ORDER BY to a couple of test queries whose output ordering is not | Tom Lane |
| 2001-06-04 | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-10-27 | Make regression tests work with VPATH builds. | Peter Eisentraut |
| 2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-10 | Update regression tests for ONLY and other recent changes. | Tom Lane |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 2000-01-19 | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane |
| 2000-01-16 | Add check that inherited constraints and defaults work. | Tom Lane |