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
*
Reject trailing junk after numeric literals
Peter Eisentraut
2022-02-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Improve some comments in scanner files
Peter Eisentraut
2021-12-01
*
Improve various places that double the size of a buffer
David Rowley
2021-07-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-09-18
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
*
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-06
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix realfailN lexer rules to not make assumptions about input format.
Tom Lane
2018-11-13
*
Align ECPG lexer more closely with the core and psql lexers.
Tom Lane
2018-11-13
*
Fix lexing of standard multi-character operators in edge cases.
Andrew Gierth
2018-08-23
*
Reduce an unnecessary O(N^3) loop in lexer.
Andrew Gierth
2018-08-23
*
Move strtoint() to common
Peter Eisentraut
2018-03-13
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
*
Update comment about allowing GUCs to change scanning.
Bruce Momjian
2016-06-21
*
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
*
Sync backend/parser/scan.l with bin/psql/psqlscan.l.
Tom Lane
2016-03-19
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-13
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Change the way UESCAPE is lexed, to reduce the size of the flex tables.
Heikki Linnakangas
2013-03-14
*
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Change the default value of standard_conforming_strings to on.
Robert Haas
2010-07-20
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
*
Fix unportable use of isxdigit() with char (rather than unsigned char)
Tom Lane
2010-01-16
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Remove plpgsql's separate lexer (finally!), in favor of using the core lexer
Tom Lane
2009-11-12
*
Re-refactor the core scanner's API, in order to get out from under the problem
Tom Lane
2009-11-09
*
Sync psql's scanner with recent changes in backend scanner's flex rules.
Tom Lane
2009-09-27
[next]