Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-15Drop warning-free support for Flex 2.5.35Peter Eisentraut
2025-01-06flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-25Partial pgindent of .l and .y filesPeter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-09-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-15Re-forbid underscore in positional parametersPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-02-16Reject trailing junk after numeric literalsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-01Improve some comments in scanner filesPeter Eisentraut
2021-07-01Improve various places that double the size of a bufferDavid Rowley
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-18Allow most keywords to be used as column labels without requiring AS.Tom Lane
2020-03-25Go back to returning int from ereport auxiliary functions.Tom Lane
2020-03-24Improve the internal implementation of ereport().Tom Lane
2020-03-06Allow Unicode escapes in any server encoding, not only UTF-8.Tom Lane
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-06Replace the data structure used for keyword lookup.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-13Fix realfailN lexer rules to not make assumptions about input format.Tom Lane
2018-11-13Align ECPG lexer more closely with the core and psql lexers.Tom Lane
2018-08-23Fix lexing of standard multi-character operators in edge cases.Andrew Gierth
2018-08-23Reduce an unnecessary O(N^3) loop in lexer.Andrew Gierth
2018-03-13Move strtoint() to commonPeter Eisentraut
2018-03-13Change internal integer representation of Value nodePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Fix detection of unfinished Unicode surrogate pair at end of string.Tom Lane
2016-06-22Update comment about allowing GUCs to change scanning.Bruce Momjian
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane
2016-03-19Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-02-13Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane
2014-02-04Fix lexing of U& sequences just before EOF.Tom Lane