Commits

DateSubjectAuthorReleases
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-03-24 Move keywords.c/kwlookup.c into src/common/. Tom Lane 9.6.0
2015-02-24 Improve parser's one-extra-token lookahead mechanism. Tom Lane 9.5.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-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of 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 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
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0
2007-10-29 Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. Tom Lane 8.3.0
2006-05-27 Re-introduce the yylex filter function formerly used to support UNION Tom Lane 8.2.0
2006-05-21 Add a new GUC parameter backslash_quote, which determines whether the SQL Tom Lane 7.3.15
2006-05-21 Add a new GUC parameter backslash_quote, which determines whether the SQL Tom Lane 7.4.13
2006-05-21 Add a new GUC parameter backslash_quote, which determines whether the SQL Tom Lane 8.0.8
2006-05-21 Add a new GUC parameter backslash_quote, which determines whether the SQL Tom Lane 8.1.4
2006-05-21 Add a new GUC parameter backslash_quote, which determines whether the SQL Tom Lane 8.2.0
2006-05-11 Code review for standard_conforming_strings patch. Fix it so it does not Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors 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
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
2002-05-03 Retire xlateSqlType/xlateSqlFunc; all type name translations are now Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1