Commits

DateSubjectAuthorReleases
2015-01-06 Update copyright for 2015 Bruce Momjian 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
2014-01-07 Update copyright for 2014 Bruce Momjian 9.4.0
2013-03-14 Change the way UESCAPE is lexed, to reduce the size of the flex tables. Heikki Linnakangas 9.3.0
2013-01-13 Improve handling of ereport(ERROR) and elog(ERROR). Tom Lane 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-08-25 Add makefile rules to check for backtracking in backend and psql lexers. Tom Lane 9.2.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-11-23 Remove useless whitespace at end of lines Peter Eisentraut 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-07-20 Change the default value of standard_conforming_strings to on. Robert Haas 9.1.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
2010-01-02 Update copyright for the year 2010. Bruce Momjian 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