Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
scan.l
Age
Commit message (
Expand
)
Author
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-07-02
Fix overflow in parsing of positional parameter
Peter Eisentraut
2024-06-04
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-15
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-05
Handle \v as a whitespace character in parsers
Michael Paquier
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-14
Non-decimal integer literals
Peter Eisentraut
2022-09-14
Move gramparse.h to src/backend/parser
John Naylor
2022-02-16
Reject trailing junk after numeric literals
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-01
Improve some comments in scanner files
Peter Eisentraut
2021-07-01
Improve various places that double the size of a buffer
David Rowley
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-03-25
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-24
Improve the internal implementation of ereport().
Tom Lane
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-01-13
Reduce size of backend scanner's tables.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-13
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-08-23
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-03-13
Move strtoint() to common
Peter Eisentraut
2018-03-13
Change internal integer representation of Value node
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-06-22
Update comment about allowing GUCs to change scanning.
Bruce Momjian
2016-03-25
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-19
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-01-02
Update copyright for 2016
Bruce Momjian
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-04
Fix lexing of U& sequences just before EOF.
Tom Lane
[next]