| Age | Commit message (Expand) | Author |
| 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 |
| 1997-10-15 | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart |
| 1997-10-12 | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev |
| 1997-10-09 | Use P_TYPE rather than TYPE_P (which will be the name in the next release). | Thomas G. Lockhart |
| 1997-10-09 | Allow both TIME and TYPE as column and table names. | Thomas G. Lockhart |
| 1997-10-09 | Allow TIME in column and table names (SQL/92 non-reserved word). | Thomas G. Lockhart |
| 1997-09-29 | MOVE implementation. | Vadim B. Mikheev |
| 1997-09-26 | Fix SUBSTRING(str FROM int TO int) parsing. | Thomas G. Lockhart |
| 1997-09-25 | Tatsuo's patch to fix alignment problems in structure for RISC machines. | Thomas G. Lockhart |
| 1997-09-25 | One more change to recover v6.1.1 escaped-text input behavior. | Thomas G. Lockhart |
| 1997-09-24 | Add SQL/92 "constants" current_date, current_time, and current_timestamp. | Thomas G. Lockhart |
| 1997-09-24 | Add SQL/92 types decimal and numeric. | Thomas G. Lockhart |
| 1997-09-24 | Restore proper behavior for escaped quotes and for escaped literals | Thomas G. Lockhart |
| 1997-09-24 | Allow use functions with no arguments in DEFAULT | Vadim B. Mikheev |
| 1997-09-20 | Add support for FLOAT(p) SQL/92 data type. | Thomas G. Lockhart |
| 1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
| 1997-09-18 | Convert sequence names tolower. | Vadim B. Mikheev |
| 1997-09-18 | Add syntax and warnings for unsupported ALTER TABLE commands | Thomas G. Lockhart |
| 1997-09-16 | Fix string conversions for operators in DEFAULT and CHECK clauses. | Thomas G. Lockhart |
| 1997-09-13 | Remove backdoor strings from scan.l for DEFAULT and CHECK. | Thomas G. Lockhart |
| 1997-09-13 | Add a few keywords for SQL-92 support. | Thomas G. Lockhart |
| 1997-09-13 | Use exclusive state to help fix unary minus parsing. | Thomas G. Lockhart |
| 1997-09-13 | Fix up error messages. | Thomas G. Lockhart |
| 1997-09-12 | Allow SELECT NULL as EMPTY_FIELD, Patrick. | Bruce Momjian |
| 1997-09-12 | Quick hack to get CHECK working for incoming betta. | Vadim B. Mikheev |
| 1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
| 1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
| 1997-09-08 | Add typdefs to pgindent run. | Bruce Momjian |
| 1997-09-08 | Lex/yacc source cleanup like indent. | Bruce Momjian |
| 1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
| 1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
| 1997-09-05 | Cleanups needed for indent. | Bruce Momjian |
| 1997-09-05 | Cleanups needed for indent. Remove }; | Bruce Momjian |
| 1997-09-05 | Restore CurScanPosition() for flex. | Vadim B. Mikheev |
| 1997-09-05 | Add // comments. | Bruce Momjian |
| 1997-09-04 | CREATE/DROP TRIGGER syntax | Vadim B. Mikheev |
| 1997-09-02 | Remove comment line in rules section. Keith reports trouble on Solaris | Thomas G. Lockhart |
| 1997-09-01 | Add SQL92 string handling features (SUBSTRING, TRIM, EXTRACT). | Thomas G. Lockhart |
| 1997-09-01 | Add detection and warnings for UNION and HAVING clauses. | Thomas G. Lockhart |
| 1997-09-01 | Add more reserved words, mostly for SQL92 compliance. | Thomas G. Lockhart |
| 1997-09-01 | Use exclusive states for parsing quoted strings. | Thomas G. Lockhart |
| 1997-08-28 | Fix for "default = '...'" in CREATE TYPE | Vadim B. Mikheev |
| 1997-08-22 | Restore CONSTRAINT keyword (was lost ... by unknown way) | Vadim B. Mikheev |
| 1997-08-22 | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian |
| 1997-08-22 | There is no NULL constraint in CREATE TABLE - only NOT NULL one. | Vadim B. Mikheev |
| 1997-08-22 | Allow functions and operators on internally-identical types to succeed. | Bruce Momjian |
| 1997-08-21 | Syntax for [CONSTRAINT name] CHECK ... | Vadim B. Mikheev |