| Commit message (Expand) | Author | Age |
* | Implement CREATE DATABASE/WITH LOCATION=. | Thomas G. Lockhart | 1997-11-07 |
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Indexes for LIKE and ~, !~ operations. | Bruce Momjian | 1997-10-31 |
* | 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-30 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 |
* | 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-25 |
* | Ignore copies of columns specified in ORDER/GROUP BY | Vadim B. Mikheev | 1997-10-16 |
* | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart | 1997-10-15 |
* | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev | 1997-10-12 |
* | 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-10-09 |
* | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 |
* | Fix SUBSTRING(str FROM int TO int) parsing. | Thomas G. Lockhart | 1997-09-26 |
* | 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-25 |
* | 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-24 |
* | Add support for FLOAT(p) SQL/92 data type. | Thomas G. Lockhart | 1997-09-20 |
* | 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-18 |
* | Fix string conversions for operators in DEFAULT and CHECK clauses. | Thomas G. Lockhart | 1997-09-16 |
* | 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-13 |
* | 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-12 |
* | 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-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | 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-05 |
* | CREATE/DROP TRIGGER syntax | Vadim B. Mikheev | 1997-09-04 |
* | Remove comment line in rules section. Keith reports trouble on Solaris | Thomas G. Lockhart | 1997-09-02 |