index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
scan.l
Commit message (
Expand
)
Author
Age
*
Have % operator have precedence like /.
Bruce Momjian
1999-03-17
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Simplify lexer's rules for string constants, eliminate potential buffer overrun.
Tom Lane
1999-02-07
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Fix scanner name length trimming.
Bruce Momjian
1998-08-29
*
Truncate identifiers at NAMEDATALEN length.
Bruce Momjian
1998-08-29
*
Hi, here are the patches to enhance existing MB handling. This time
Bruce Momjian
1998-06-16
*
Allow more variations on valid floating point numbers (e.g. ".1", "1e6").
Thomas G. Lockhart
1998-05-09
*
Temporarily back out fixes for unary minus parsing.
Thomas G. Lockhart
1998-04-08
*
Allow parsing expressions with ") -" (scan.l, scan.c only).
Thomas G. Lockhart
1998-03-18
*
Fix parsing for <identifier>-<number> which was mis-identified as a unary
Thomas G. Lockhart
1998-02-18
*
Automatically promote out of range integers to floats.
Thomas G. Lockhart
1998-02-11
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Fix tolower loops to go in proper direction for cache.
Bruce Momjian
1997-12-05
*
Add comments and move a few declaration blocks to help readability.
Thomas G. Lockhart
1997-11-30
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
*
Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').
Thomas G. Lockhart
1997-11-17
*
Add flag to supress one compiler warning regarding unused "unput" function
Thomas G. Lockhart
1997-11-14
*
Add support for delimited identifiers. Include new exclusive state "xd".
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
*
Include SQL/92 string continuation across newlines.
Thomas G. Lockhart
1997-10-15
*
One more change to recover v6.1.1 escaped-text input behavior.
Thomas G. Lockhart
1997-09-25
*
Restore proper behavior for escaped quotes and for escaped literals
Thomas G. Lockhart
1997-09-24
*
Use exclusive state to help fix unary minus parsing.
Thomas G. Lockhart
1997-09-13
*
Quick hack to get CHECK working for incoming betta.
Vadim B. Mikheev
1997-09-12
*
Lex/yacc source cleanup like indent.
Bruce Momjian
1997-09-08
*
Restore CurScanPosition() for flex.
Vadim B. Mikheev
1997-09-05
*
Add // comments.
Bruce Momjian
1997-09-05
*
Remove comment line in rules section. Keith reports trouble on Solaris
Thomas G. Lockhart
1997-09-02
*
Use exclusive states for parsing quoted strings.
Thomas G. Lockhart
1997-09-01
*
CHECK/DEFAULT syntax (some tricks to get current scan position).
Vadim B. Mikheev
1997-08-20
*
Fox case-sensitivity for \d and allow trailing ; on backslash commands.
Bruce Momjian
1997-06-29
*
Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.
Bruce Momjian
1997-03-02
*
Allow update x =-3, not just x = -3.
Bruce Momjian
1997-02-28
*
Prevent under/over flow of float8 constants in parser. Small regression fix.
Bruce Momjian
1997-02-19
*
Remove WIN32 defines. They never worked.
Bruce Momjian
1997-02-14
*
Remove duplicate patch for COUNT fix.
Bruce Momjian
1996-12-04
*
Change tests to lowercase for esthetics.
Bruce Momjian
1996-12-03
*
Make COUNT,SUM case insensitive.
Bruce Momjian
1996-12-03
*
Added BETWEEN and IN to grammar. Map != to <>.
Bruce Momjian
1996-11-30
*
Warning removal cleanup
Bruce Momjian
1996-11-11
*
More compile cleanups
Bruce Momjian
1996-11-08
*
Finished merging in src/backend from Dr. George's source tree
Marc G. Fournier
1996-07-23
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09