Commits

DateSubjectAuthorReleases
2021-01-04 Re-implement pl/pgsql's expression and assignment parsing. Tom Lane 14.0
2021-01-04 Add the ability for the core grammar to have more than one parse target. Tom Lane 14.0
2020-03-06 Allow Unicode escapes in any server encoding, not only UTF-8. Tom Lane 13.0
2020-01-13 Reduce size of backend scanner's tables. Tom Lane 13.0
2019-01-06 Replace the data structure used for keyword lookup. Tom Lane 12.0
2017-01-14 Change representation of statement lists, and add statement location info. Tom Lane 10.0
2015-03-11 Make operator precedence follow the SQL standard more closely. Tom Lane 9.5.0
2015-02-24 Improve parser's one-extra-token lookahead mechanism. Tom Lane 9.5.0
2009-11-12 Remove pg_parse_string_token() --- not needed anymore. 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-07-14 Tweak the core scanner so that it can be used by plpgsql too. 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-04-19 Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the Tom Lane 8.4.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2007-01-06 Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc Tom Lane 8.2.2
2007-01-06 Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc Tom Lane 8.3.0
2006-07-15 Fix some missing inclusions identified with new pgcheckdefines tool. Tom Lane 8.2.0
2006-05-27 Re-introduce the yylex filter function formerly used to support UNION Tom Lane 8.2.0
2006-03-07 Remove the stub support we had for UNION JOIN; per discussion, this is Tom Lane 8.2.0
2004-03-24 Replace max_expr_depth parameter with a max_stack_depth parameter that Tom Lane 8.0.0
2003-05-05 Not sure why parser() was still doing clearerr(stdin) ... but it's Tom Lane 7.4.1
2003-04-29 Infrastructure for deducing Param types from context, in the same way Tom Lane 7.4.1
2003-04-27 Put back encoding-conversion step in processing of incoming queries; Tom Lane 7.4.1
2002-08-27 PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing Tom Lane 7.3.1