aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAge
* Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart1997-11-07
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Indexes for LIKE and ~, !~ operations.Bruce Momjian1997-10-31
* Add support for SQL92 delimited identifiers.Thomas G. Lockhart1997-10-30
* Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart1997-10-30
* Fix up elog messages for consistant usage of quotes around arguments.Thomas G. Lockhart1997-10-30
* Fix for international identifiers, from Tatsuo IshiiBruce Momjian1997-10-30
* Generate error on large integer.Bruce Momjian1997-10-30
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP,Thomas G. Lockhart1997-10-25
* Add SQL92 reserved words for primary and foreign keys.Thomas G. Lockhart1997-10-25
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Ignore copies of columns specified in ORDER/GROUP BYVadim B. Mikheev1997-10-16
* Include SQL/92 string continuation across newlines.Thomas G. Lockhart1997-10-15
* DEFAULT is handled by analyze.c now.Vadim B. Mikheev1997-10-12
* Use P_TYPE rather than TYPE_P (which will be the name in the next release).Thomas G. Lockhart1997-10-09
* Allow both TIME and TYPE as column and table names.Thomas G. Lockhart1997-10-09
* Allow TIME in column and table names (SQL/92 non-reserved word).Thomas G. Lockhart1997-10-09
* MOVE implementation.Vadim B. Mikheev1997-09-29
* Fix SUBSTRING(str FROM int TO int) parsing.Thomas G. Lockhart1997-09-26
* Tatsuo's patch to fix alignment problems in structure for RISC machines.Thomas G. Lockhart1997-09-25
* One more change to recover v6.1.1 escaped-text input behavior.Thomas G. Lockhart1997-09-25
* Add SQL/92 "constants" current_date, current_time, and current_timestamp.Thomas G. Lockhart1997-09-24
* Add SQL/92 types decimal and numeric.Thomas G. Lockhart1997-09-24
* Restore proper behavior for escaped quotes and for escaped literalsThomas G. Lockhart1997-09-24
* Allow use functions with no arguments in DEFAULTVadim B. Mikheev1997-09-24
* Add support for FLOAT(p) SQL/92 data type.Thomas G. Lockhart1997-09-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Convert sequence names tolower.Vadim B. Mikheev1997-09-18
* Add syntax and warnings for unsupported ALTER TABLE commandsThomas G. Lockhart1997-09-18
* Fix string conversions for operators in DEFAULT and CHECK clauses.Thomas G. Lockhart1997-09-16
* Remove backdoor strings from scan.l for DEFAULT and CHECK.Thomas G. Lockhart1997-09-13
* Add a few keywords for SQL-92 support.Thomas G. Lockhart1997-09-13
* Use exclusive state to help fix unary minus parsing.Thomas G. Lockhart1997-09-13
* Fix up error messages.Thomas G. Lockhart1997-09-13
* Allow SELECT NULL as EMPTY_FIELD, Patrick.Bruce Momjian1997-09-12
* Quick hack to get CHECK working for incoming betta.Vadim B. Mikheev1997-09-12
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Lex/yacc source cleanup like indent.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Cleanups needed for indent.Bruce Momjian1997-09-05
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* Restore CurScanPosition() for flex.Vadim B. Mikheev1997-09-05
* Add // comments.Bruce Momjian1997-09-05
* CREATE/DROP TRIGGER syntaxVadim B. Mikheev1997-09-04
* Remove comment line in rules section. Keith reports trouble on SolarisThomas G. Lockhart1997-09-02