aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Add ^ precidence.Bruce Momjian1999-07-08
* Keep long non-quoted numeric strings *as* untyped strings if they failThomas G. Lockhart1999-05-12
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Have % operator have precedence like /.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Simplify lexer's rules for string constants, eliminate potential buffer overrun.Tom Lane1999-02-07
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Fix scanner name length trimming.Bruce Momjian1998-08-29
* Truncate identifiers at NAMEDATALEN length.Bruce Momjian1998-08-29
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-16
* Allow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart1998-05-09
* Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart1998-04-08
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-18
* Fix parsing for <identifier>-<number> which was mis-identified as a unaryThomas G. Lockhart1998-02-18
* Automatically promote out of range integers to floats.Thomas G. Lockhart1998-02-11
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-05
* Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart1997-11-30
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart1997-11-17
* Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart1997-11-14
* Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart1997-10-30
* Fix for international identifiers, from Tatsuo IshiiBruce Momjian1997-10-30
* Generate error on large integer.Bruce Momjian1997-10-30
* Include SQL/92 string continuation across newlines.Thomas G. Lockhart1997-10-15
* One more change to recover v6.1.1 escaped-text input behavior.Thomas G. Lockhart1997-09-25
* Restore proper behavior for escaped quotes and for escaped literalsThomas G. Lockhart1997-09-24
* Use exclusive state to help fix unary minus parsing.Thomas G. Lockhart1997-09-13
* Quick hack to get CHECK working for incoming betta.Vadim B. Mikheev1997-09-12
* Lex/yacc source cleanup like indent.Bruce Momjian1997-09-08
* Restore CurScanPosition() for flex.Vadim B. Mikheev1997-09-05
* Add // comments.Bruce Momjian1997-09-05
* Remove comment line in rules section. Keith reports trouble on SolarisThomas G. Lockhart1997-09-02
* Use exclusive states for parsing quoted strings.Thomas G. Lockhart1997-09-01
* CHECK/DEFAULT syntax (some tricks to get current scan position).Vadim B. Mikheev1997-08-20
* Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian1997-06-29
* Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.Bruce Momjian1997-03-02
* Allow update x =-3, not just x = -3.Bruce Momjian1997-02-28
* Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian1997-02-19
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Remove duplicate patch for COUNT fix.Bruce Momjian1996-12-04
* Change tests to lowercase for esthetics.Bruce Momjian1996-12-03
* Make COUNT,SUM case insensitive.Bruce Momjian1996-12-03
* Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian1996-11-30
* Warning removal cleanupBruce Momjian1996-11-11
* More compile cleanupsBruce Momjian1996-11-08