Commits

DateSubjectAuthorReleases
2016-03-19 Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone. Tom Lane 9.6.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-01-22 Prevent duplicate escape-string warnings when using pg_stat_statements. Tom Lane 9.5.0
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 8.4.20
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 9.0.16
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 9.1.12
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 9.2.7
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 9.3.3
2014-02-13 Fix length checking for Unicode identifiers containing escapes (U&"..."). Tom Lane 9.4.0
2014-02-04 Fix lexing of U& sequences just before EOF. Tom Lane 9.3.3
2014-02-04 Fix lexing of U& sequences just before EOF. Tom Lane 9.4.0
2013-01-13 Improve handling of ereport(ERROR) and elog(ERROR). Tom Lane 9.3.0
2011-08-25 Add makefile rules to check for backtracking in backend and psql lexers. Tom Lane 9.2.0
2010-05-30 Change the notation for calling functions with named parameters from Tom Lane 9.0.0
2010-01-16 Fix unportable use of isxdigit() with char (rather than unsigned char) Tom Lane 9.0.0
2009-11-12 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer Tom Lane 9.0.0
2009-11-09 Re-refactor the core scanner's API, in order to get out from under the problem Tom Lane 9.0.0
2009-09-27 Sync psql's scanner with recent changes in backend scanner's flex rules. Tom Lane 9.0.0
2009-07-14 Tweak the core scanner so that it can be used by plpgsql too. Tom Lane 9.0.0
2009-07-13 Although the flex documentation avers that yyalloc and yyrealloc take Tom Lane 9.0.0
2009-07-13 Convert the core lexer and parser into fully reentrant code, by making use Tom Lane 9.0.0
2009-07-12 Move some declarations in the raw-parser header files to create a clearer Tom Lane 9.0.0
2009-05-05 Make new complaint about unsafe Unicode literals include an error location. Tom Lane 8.4.0
2009-04-19 Fix de-escaping checks so that we will reject \000 as well as other invalidly Tom Lane 8.4.0
2009-04-14 Fix broken {xufailed} production that made HEAD fail on Tom Lane 8.4.0