Commits

DateSubjectAuthorReleases
2020-10-04 Make postgres.bki use the same literal-string syntax as postgresql.conf. Tom Lane 14.0
2018-05-05 Fix bootstrap parser so that its keywords are unreserved words. Tom Lane 11.0
2018-04-17 Rationalize handling of array type names in bootstrap data. Tom Lane 11.0
2018-04-17 Simplify genbki.pl's data quoting rules. Tom Lane 11.0
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.0.19
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.1.15
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.2.10
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.3.6
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.4.1
2014-12-16 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. Tom Lane 9.5.0
2013-01-13 Improve handling of ereport(ERROR) and elog(ERROR). Tom Lane 9.3.0
2011-08-25 Add "%option warn" to all flex input files that lacked it. Tom Lane 9.2.0
2009-09-27 Simplify the bootstrap (BKI) code by getting rid of a useless table of all Tom Lane 9.0.0
2009-09-26 Extend the BKI infrastructure to allow system catalogs to be given Tom Lane 9.0.0
2006-07-31 Change the bootstrap sequence so that toast tables for system catalogs are Tom Lane 8.2.0
2006-03-07 Make all our flex and bison files use %option prefix or %name-prefix Tom Lane 8.2.0
2005-06-29 Clean up the rather historically encumbered interface to now() and Tom Lane 8.1.0
2004-06-09 Fix slightly-wrong syntax error messages from bootstrap parser, as per Tom Lane 8.0.0
2004-06-03 Adjust our timezone library to use pg_time_t (typedef'd as int64) in Tom Lane 8.0.0
2004-05-21 Integrate src/timezone library for all platforms. There is more we can Tom Lane 8.0.0
2004-02-24 Add %option nodefault to all our flex lexers. Fix a couple of rule gaps Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2003-07-22 Error message editing in backend/bootstrap, /lib, /nodes, /port. Tom Lane 7.4.1
2003-05-29 Ensure that in all flex lexers that are part of the backend, a Tom Lane 7.4.1
2002-11-04 Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch Tom Lane 7.3.1