summaryrefslogtreecommitdiff
path: root/src/backend/parser/scan.l
Commit message (Expand)AuthorAgeFilesLines
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-1/+6
* Have % operator have precedence like /.Bruce Momjian1999-03-171-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Simplify lexer's rules for string constants, eliminate potential buffer overrun.Tom Lane1999-02-071-17/+5
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-22/+23
* Fix scanner name length trimming.Bruce Momjian1998-08-291-5/+5
* Truncate identifiers at NAMEDATALEN length.Bruce Momjian1998-08-291-1/+5
* Hi, here are the patches to enhance existing MB handling. This timeBruce Momjian1998-06-161-3/+5
* Allow more variations on valid floating point numbers (e.g. ".1", "1e6").Thomas G. Lockhart1998-05-091-6/+11
* Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart1998-04-081-8/+6
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-181-6/+8
* Fix parsing for <identifier>-<number> which was mis-identified as a unaryThomas G. Lockhart1998-02-181-1/+20
* Automatically promote out of range integers to floats.Thomas G. Lockhart1998-02-111-4/+20
* 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