| Age | Commit message (Expand) | Author |
| 1999-10-08 | Fix for "--" comment and no trailing newline, as seen in Perl. | Bruce Momjian |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-10-05 | Allow comment-only lines, and ;;; lines too. | Bruce Momjian |
| 1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
| 1999-10-02 | Teach parse_coerce about non-cachable functions (actually, | Tom Lane |
| 1999-10-02 | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane |
| 1999-09-29 | Disable new FROM-clause warning. | Bruce Momjian |
| 1999-09-29 | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck |
| 1999-09-28 | Add subquery mention in auto-create table entry. | Bruce Momjian |
| 1999-09-28 | More cleanup for | and ^. | Bruce Momjian |
| 1999-09-28 | More cleanup for | and ^. | Bruce Momjian |
| 1999-09-28 | Fix for creation of operator |. | Bruce Momjian |
| 1999-09-28 | I have been working with user defined types and user defined c | Bruce Momjian |
| 1999-09-28 | Reverse out last scan.l patch for minus handling.\ | Bruce Momjian |
| 1999-09-27 | Sorry, guys. Here is the ultimate patch which keeps the entire | Bruce Momjian |
| 1999-09-27 | Following advice from Michael Ansley, I broke up the patch in | Bruce Momjian |
| 1999-09-27 | Emit warning on SELECT pg_language.* | Bruce Momjian |
| 1999-09-23 | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-09-14 | Allow ISOLATION and LEVEL as column names. These are SQL92 reserved words | Thomas G. Lockhart |
| 1999-09-13 | Allow CASE statement to contain *only* untyped result clauses or nulls. | Thomas G. Lockhart |
| 1999-09-11 | Eliminate token length assumption in scanstr(). | Tom Lane |
| 1999-09-07 | Mike Ansley's fixes for long queries. This change just | Tom Lane |
| 1999-08-26 | Clean up some bugs in oper_select_candidate(), notably the | Tom Lane |
| 1999-08-25 | Revise implementation of SubLinks so that there is a consistent, | Tom Lane |
| 1999-08-24 | coerce_type() failed to guard against trying to convert a NULL | Tom Lane |
| 1999-08-23 | Remove bogus code in oper_exact --- if it didn't find an exact | Tom Lane |
| 1999-08-22 | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane |
| 1999-08-21 | Major revision of sort-node handling: push knowledge of query | Tom Lane |
| 1999-08-18 | Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTE | Tatsuo Ishii |
| 1999-08-16 | Small updates to #include lists for pending optimizer checkin. | Tom Lane |
| 1999-08-16 | Move funcid_get_rettype() to lsyscache. | Tom Lane |
| 1999-08-15 | Repair the check for redundant UNIQUE and PRIMARY KEY indices. | Thomas G. Lockhart |
| 1999-08-05 | Revise parse_coerce() to handle coercion of int and float | Tom Lane |
| 1999-07-28 | Allow a_expr not just AexprConst in the right-hand list of | Tom Lane |
| 1999-07-27 | First cut at doing LIKE/regex indexing optimization in | Tom Lane |
| 1999-07-20 | Complain about INSERT ... SELECT ... ORDER BY, which we do not | Tom Lane |
| 1999-07-19 | Rewrite parser's handling of INSERT ... SELECT so that processing | Tom Lane |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-17 | Add config.h as needed. | Bruce Momjian |
| 1999-07-16 | Support subscripts on bare column names. | Tom Lane |
| 1999-07-16 | Allow bare column names to be subscripted as arrays. This | Tom Lane |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
| 1999-07-11 | Ignore resjunk targetlist entries when matching arguments to | Tom Lane |
| 1999-07-09 | Make ^ precidence greater than *. | Bruce Momjian |
| 1999-07-08 | Add ^ precidence. | Bruce Momjian |
| 1999-07-04 | Clarify maximum tuple and max attribute lengths. | Bruce Momjian |