| Age | Commit message (Expand) | Author |
| 1997-12-16 | Allow multiple-argument functions in constraint clauses. | Thomas G. Lockhart |
| 1997-12-16 | Improve (well, ok, fix) generated constraint name for column CHECK clause. | Thomas G. Lockhart |
| 1997-12-16 | Fix order of keywords, must be alphabetical. | Bruce Momjian |
| 1997-12-09 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 1997-12-09 | Add information message about implicitly created indices. | Thomas G. Lockhart |
| 1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian |
| 1997-12-05 | Fix tolower loops to go in proper direction for cache. | Bruce Momjian |
| 1997-12-04 | Add SQL92-compliant syntax for constraints. | Thomas G. Lockhart |
| 1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier |
| 1997-12-02 | Fix vacuum analyze syntax problem. | Bruce Momjian |
| 1997-12-02 | Remove premature code in constraint parsing. | Thomas G. Lockhart |
| 1997-11-30 | Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEY | Thomas G. Lockhart |
| 1997-11-30 | Add comments and move a few declaration blocks to help readability. | Thomas G. Lockhart |
| 1997-11-27 | Cleaups of comments. | Bruce Momjian |
| 1997-11-26 | Add README for parser directory | Bruce Momjian |
| 1997-11-26 | Make parser functions static where possible. | Bruce Momjian |
| 1997-11-26 | Cleanup up include files. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-24 | Remove gram problems with archive. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Remove tqual.h includes not needed. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian |
| 1997-11-17 | Update UNION and subselect syntax. | Thomas G. Lockhart |
| 1997-11-17 | Update generated source for scan.l. | Thomas G. Lockhart |
| 1997-11-17 | Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). | Thomas G. Lockhart |
| 1997-11-15 | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian |
| 1997-11-14 | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart |
| 1997-11-14 | Supress cleaning scan.c since we will try to include it in the distribution. | Thomas G. Lockhart |
| 1997-11-14 | Add flag to supress one compiler warning regarding unused "unput" function | Thomas G. Lockhart |
| 1997-11-14 | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian |
| 1997-11-14 | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian |
| 1997-11-10 | Change messages regarding "TimeRange" to say that time travel is no longer | Thomas G. Lockhart |
| 1997-11-10 | Clean up path handling esp. when interpreting environment variables. | Thomas G. Lockhart |
| 1997-11-07 | Implement CREATE DATABASE/WITH LOCATION=. | Thomas G. Lockhart |
| 1997-11-07 | Support alternate database locations. | Thomas G. Lockhart |
| 1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
| 1997-10-31 | Indexes for LIKE and ~, !~ operations. | Bruce Momjian |
| 1997-10-30 | Add support for SQL92 delimited identifiers. | Thomas G. Lockhart |
| 1997-10-30 | Add support for delimited identifiers. Include new exclusive state "xd". | Thomas G. Lockhart |
| 1997-10-30 | Fix up elog messages for consistant usage of quotes around arguments. | Thomas G. Lockhart |
| 1997-10-30 | Fix for international identifiers, from Tatsuo Ishii | Bruce Momjian |
| 1997-10-30 | Generate error on large integer. | Bruce Momjian |
| 1997-10-28 | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev |
| 1997-10-25 | Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, | Thomas G. Lockhart |
| 1997-10-25 | Add SQL92 reserved words for primary and foreign keys. | Thomas G. Lockhart |
| 1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
| 1997-10-16 | Ignore copies of columns specified in ORDER/GROUP BY | Vadim B. Mikheev |