| Age | Commit message (Expand) | Author |
| 2001-02-15 | Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result, | Tom Lane |
| 2001-02-14 | Repair problems with duplicate index names generated when CREATE TABLE | Tom Lane |
| 2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-02-09 | plpgsql's private copy of xlateSqlType was out of sync. Again. This | Tom Lane |
| 2001-02-03 | Use elog() instead of exit() for fatal scanner errors. | Peter Eisentraut |
| 2001-01-27 | Fix failure to create sequences for more than one SERIAL column in a | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Give 'a_expr ::= a_expr Op' production a slightly lower precedence than | Tom Lane |
| 2001-01-23 | Remove no-longer-needed restriction against referencing system | Tom Lane |
| 2001-01-20 | Give a good error message for what's likely to be a common syntax error, | Tom Lane |
| 2001-01-19 | Suppress unused-variable warning in non-Assert compilations. | Tom Lane |
| 2001-01-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
| 2001-01-15 | Fix problems with parentheses around sub-SELECT --- for the last time, | Tom Lane |
| 2001-01-08 | Remove compiler warning about uninitialized warnings. | Bruce Momjian |
| 2001-01-06 | Simplify the rules that explicitly allowed TYPE as a type name (which is | Peter Eisentraut |
| 2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane |
| 2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
| 2000-12-22 | Clean up CREATE TYPE/OPERATOR/AGGREGATE productions, so that parser | Tom Lane |
| 2000-12-18 | Repair mishandling of PRIMARY KEY declaration that references an | Tom Lane |
| 2000-12-17 | Tweak select_common_type() to deal with possibility of multiple preferred | Tom Lane |
| 2000-12-15 | Remove current->old mapping. | Bruce Momjian |
| 2000-12-15 | Make algorithm for resolving UNKNOWN function/operator inputs be | Tom Lane |
| 2000-12-15 | Remove obsolete comment. | Tom Lane |
| 2000-12-07 | transformForUpdate() mustn't assume rowMarks list is initially empty. | Tom Lane |
| 2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
| 2000-12-05 | From Stephan Szabo: | Tom Lane |
| 2000-12-05 | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-11-24 | Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, | Peter Eisentraut |
| 2000-11-18 | Treat plain 'BIT' as 'BIT(1)'. | Peter Eisentraut |
| 2000-11-17 | Add separate type category for bit string types, allowing mixed bit/varbit | Peter Eisentraut |
| 2000-11-16 | Make a pstrdup copy of the literalbuf when scanning a bit string. Other- | Peter Eisentraut |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-16 | Add support for casting bit string constants. | Peter Eisentraut |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-11 | Fix bug in recent improvement to type resolution code. Forgot to retain | Thomas G. Lockhart |
| 2000-11-09 | Arrange for CASE or UNION with only untyped literal constants as input | Tom Lane |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-08 | Add ANALYSE spelling of ANALYZE for vacuum. | Bruce Momjian |
| 2000-11-07 | Enable fallback to string type when argument(s) are of UNKNOWN type. | Thomas G. Lockhart |
| 2000-11-06 | Implement AT TIME ZONE SQL9x syntax. | Thomas G. Lockhart |
| 2000-11-06 | Allow type resolution for UNKNOWN arguments to functions to fall back to | Thomas G. Lockhart |
| 2000-11-05 | New CHECKPOINT command. | Vadim B. Mikheev |
| 2000-11-05 | UNION select in a CREATE RULE caused a weird error, because transformRuleStmt | Tom Lane |
| 2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
| 2000-11-04 | Make PROCEDURAL optional in CREATE/DROP LANGUAGE. | Bruce Momjian |
| 2000-11-04 | This patch should allow primary/foreign key | Bruce Momjian |