aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootscanner.l
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix bootstrap parser so that its keywords are unreserved words.Tom Lane2018-05-05
* Rationalize handling of array type names in bootstrap data.Tom Lane2018-04-17
* Simplify genbki.pl's data quoting rules.Tom Lane2018-04-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Exclude flex-generated code from coverage testingPeter Eisentraut2017-10-16
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Remove dead code in bootstrapAlvaro Herrera2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* Update copyright for 2014Bruce Momjian2014-01-07
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-25
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-27
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix slightly-wrong syntax error messages from bootstrap parser, as perTom Lane2004-06-09
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-24
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-29
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-04
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-30