| Age | Commit message (Expand) | Author |
| 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 |
| 2000-11-02 | Peter forgot to fix {operator} rule to match modified definition of | Tom Lane |
| 2000-10-31 | Change internal string representation of BitString node to include a | Peter Eisentraut |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-30 | Disallow zero-length delimited identifier (per SQL). | Peter Eisentraut |
| 2000-10-29 | Remove special treatment of '|' operator, in the spirit of "sane" binary | Peter Eisentraut |
| 2000-10-28 | Back out change to gram.y for parens. | Bruce Momjian |
| 2000-10-28 | Okay, here's my attempt at fixing the problems with parentheses in | Bruce Momjian |
| 2000-10-25 | Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTE | Tom Lane |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-18 | The following patch was sent to the patches list: | Bruce Momjian |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-25 | Correct error in grammar for subselect-in-FROM: SQL spec does not allow | Tom Lane |
| 2000-09-25 | Use variable aliases, if supplied, rather than real column names in | Tom Lane |
| 2000-09-25 | the patch include: | Bruce Momjian |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-17 | Parse JOIN/ON conditions with the proper visibility of input columns, | Tom Lane |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | This patch implements the following command: | Bruce Momjian |
| 2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |
| 2000-08-28 | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut |
| 2000-08-26 | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane |
| 2000-08-24 | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane |
| 2000-08-22 | Make scanner multibyte aware. Currently it may produce an incorrect | Tatsuo Ishii |
| 2000-08-22 | Make makeObjectName multibyte aware. Currently, it may produce | Tatsuo Ishii |
| 2000-08-20 | Make functional indexes accept binary-compatible functions, for example | Tom Lane |
| 2000-08-12 | Mop-up for removal of ':' and ';' operators ... like, say, actually | Tom Lane |
| 2000-08-11 | copyObject() and equal() now know about all parse-time node types, | Tom Lane |
| 2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-08-07 | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane |
| 2000-08-07 | Allow LIKE and ILIKE as TokenId (and hence ColId) to make sure that they | Thomas G. Lockhart |
| 2000-08-06 | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart |
| 2000-08-06 | Support SQL99 embedded double-quote syntax for quoted identifiers. | Thomas G. Lockhart |
| 2000-08-03 | Modify heap_open()/heap_openr() API per pghackers discussion of 11 July. | Tom Lane |