aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootscanner.l
Commit message (Expand)AuthorAge
* 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
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Add:Bruce Momjian2000-01-26
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Eliminate token length assumption in scanstr().Tom Lane1999-09-11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24