Commits

DateSubjectAuthorReleases
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 9.5.24
2016-03-21 Use %option bison-bridge in psql/pgbench lexers. Tom Lane 9.6.0
2016-03-19 Sync backend/parser/scan.l with bin/psql/psqlscan.l. Tom Lane 9.6.0
2016-03-19 Use yylex_init not yylex_init_extra(). Tom Lane 9.6.0
2016-03-19 Split psql's lexer into two separate .l files for SQL and backslash cases. Tom Lane 9.6.0
2016-03-19 Convert psql's flex lexer to be re-entrant, and make it compile standalone. Tom Lane 9.6.0
2016-03-18 Decouple psqlscan.l from surrounding program. Tom Lane 9.6.0
2015-03-29 Remove a couple other vestigial yylex() declarations. Tom Lane 9.5.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-03-10 Clean up the mess from => patch. Tom Lane 9.5.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
2014-02-02 Switch in psql_scan() must cover all lexer states (except backslash cases). Tom Lane 9.3.3
2014-02-02 Switch in psql_scan() must cover all lexer states (except backslash cases). Tom Lane 9.4.0
2012-10-02 Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane 9.3.0
2011-10-19 Suppress remaining -Waddress warnings from recent gcc versions. Tom Lane 9.2.0
2011-08-26 Clean up weird corner cases in lexing of psql meta-command arguments. Tom Lane 9.2.0
2011-08-26 Support non-ASCII letters in psql variable names. Tom Lane 9.2.0
2011-08-25 Fix psql lexer to avoid use of backtracking. Tom Lane 9.0.5
2011-08-25 Fix psql lexer to avoid use of backtracking. Tom Lane 9.1.0
2011-08-25 Fix psql lexer to avoid use of backtracking. Tom Lane 9.2.0
2011-08-25 Add "%option warn" to all flex input files that lacked it. Tom Lane 9.2.0
2010-10-27 Fix up some oversights in psql's Unicode-escape support. Tom Lane 9.0.2
2010-10-27 Fix up some oversights in psql's Unicode-escape support. Tom Lane 9.1.0
2010-05-30 Change the notation for calling functions with named parameters from Tom Lane 9.0.0