summaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAgeFilesLines
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-13/+13
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-13/+13
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-051-2/+2
* Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart1997-11-301-34/+48
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-10/+2
* Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart1997-11-171-2/+64
* Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart1997-11-141-1/+2
* Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart1997-10-301-10/+31
* Fix for international identifiers, from Tatsuo IshiiBruce Momjian1997-10-301-3/+3
* Generate error on large integer.Bruce Momjian1997-10-301-4/+9
* Include SQL/92 string continuation across newlines.Thomas G. Lockhart1997-10-151-1/+4
* One more change to recover v6.1.1 escaped-text input behavior.Thomas G. Lockhart1997-09-251-3/+3
* Restore proper behavior for escaped quotes and for escaped literalsThomas G. Lockhart1997-09-241-3/+20
* Use exclusive state to help fix unary minus parsing.Thomas G. Lockhart1997-09-131-69/+62
* Quick hack to get CHECK working for incoming betta.Vadim B. Mikheev1997-09-121-3/+15
* Lex/yacc source cleanup like indent.Bruce Momjian1997-09-081-186/+186
* Restore CurScanPosition() for flex.Vadim B. Mikheev1997-09-051-5/+2
* Add // comments.Bruce Momjian1997-09-051-1/+3
* Remove comment line in rules section. Keith reports trouble on SolarisThomas G. Lockhart1997-09-021-2/+1
* Use exclusive states for parsing quoted strings.Thomas G. Lockhart1997-09-011-56/+106
* CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev1997-08-201-9/+18
* Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian1997-06-291-2/+2
* Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.Bruce Momjian1997-03-021-1/+7
* Allow update x =-3, not just x = -3.Bruce Momjian1997-02-281-2/+3
* Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian1997-02-191-3/+10
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-3/+1
* Remove duplicate patch for COUNT fix.Bruce Momjian1996-12-041-17/+2
* Change tests to lowercase for esthetics.Bruce Momjian1996-12-031-11/+11
* Make COUNT,SUM case insensitive.Bruce Momjian1996-12-031-2/+17
* Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian1996-11-301-2/+5
* Warning removal cleanupBruce Momjian1996-11-111-1/+4
* More compile cleanupsBruce Momjian1996-11-081-3/+2
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-231-1/+9
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+255