| Age | Commit message (Expand) | Author |
| 2001-07-04 | Prohibit a column from appearing twice in a PRIMARY KEY or UNIQUE | Tom Lane |
| 2001-06-30 | Allow default transaction isolation level (a.k.a. set session | Peter Eisentraut |
| 2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
| 2001-06-24 | Back out BYTEA binary compatibility changes. | Bruce Momjian |
| 2001-06-23 | > Marko Kreen <marko@l-t.ee> writes: | Bruce Momjian |
| 2001-06-23 | Add TEMPORARY sequences and have SERIAL on a temp table have a temporary | Bruce Momjian |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
| 2001-06-09 | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut |
| 2001-06-07 | reset all: command line and .conf options change defaults | Bruce Momjian |
| 2001-06-04 | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian |
| 2001-06-04 | Give error message, rather than coredump, for utility statements in | Tom Lane |
| 2001-05-27 | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut |
| 2001-05-22 | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut |
| 2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
| 2001-05-19 | Comment additions in parser. | Bruce Momjian |
| 2001-05-19 | Move ParserFuncOrColumn function higher in the file. | Bruce Momjian |
| 2001-05-19 | New comment. This func/column things has always confused me. | Bruce Momjian |
| 2001-05-18 | Undo \dT change. Not worth it. | Bruce Momjian |
| 2001-05-18 | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian |
| 2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
| 2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
| 2001-05-09 | This patch should catch cases where the types | Bruce Momjian |
| 2001-05-09 | Use ColId instead of Ident for SET SESSION AUTHORIZATION. | Peter Eisentraut |
| 2001-05-08 | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-05-04 | Makefile should have automatic dependency for parser.o too, if it's | Tom Lane |
| 2001-05-01 | Allow a string argument to the EXTRACT() function. | Thomas G. Lockhart |
| 2001-04-23 | compatible_oper needs to do ReleaseSysCache in one path to avoid | Tom Lane |
| 2001-04-18 | Further tweaking of error messages for cases involving attributes & | Tom Lane |
| 2001-04-18 | Make rule lister do the right thing with Vars representing whole tuples. | Tom Lane |
| 2001-03-22 | Fix Joubert's complaint that int8-sized numeric literals are mishandled | Tom Lane |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-14 | Give a more reasonable error message for a bad attribute name applied | Tom Lane |
| 2001-02-27 | Fix vacuum analyze error. | Tatsuo Ishii |
| 2001-02-21 | Change case-folding of keywords to conform to SQL99 and fix misbehavior | Tom Lane |
| 2001-02-18 | Allow extract() to accept the same field selectors as date_part(), not just | Peter Eisentraut |
| 2001-02-16 | Clean up two rather nasty bugs in operator selection code. | Tom Lane |
| 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 |