Commits

DateSubjectAuthorReleases
2020-10-28 Use mode "r" for popen() in psql's evaluate_backtick(). Tom Lane 9.5.24
2018-08-23 Fix lexing of standard multi-character operators in edge cases. Andrew Gierth 9.5.15
2018-08-23 Reduce an unnecessary O(N^3) loop in lexer. Andrew Gierth 9.5.15
2018-08-23 Reduce an unnecessary O(N^3) loop in lexer. Andrew Gierth 9.4.20
2018-08-23 Reduce an unnecessary O(N^3) loop in lexer. Andrew Gierth 9.3.25
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.1.23
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.2.18
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.4.9
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.3.14
2016-08-08 Sort out paired double quotes in \connect, \password and \crosstabview. Noah Misch 9.5.4
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
2016-01-02 Update copyright for 2016 Bruce Momjian 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
2015-01-06 Update copyright for 2015 Bruce Momjian 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