summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootscanner.l
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-271-10/+5
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-261-1/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-291-2/+2
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-091-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-1/+2
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-2/+1
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix slightly-wrong syntax error messages from bootstrap parser, as perTom Lane2004-06-091-4/+4
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-2/+1
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-3/+2
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-2/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-3/+3
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-2/+6
* Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane2002-11-041-3/+3
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-011-2/+2
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-13/+7
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-2/+3
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-1/+3
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-121-5/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-2/+1
* Add:Bruce Momjian2000-01-261-2/+3
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-041-1/+2
* Eliminate token length assumption in scanstr().Tom Lane1999-09-111-3/+8
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-5/+1
* Final cleanup.Bruce Momjian1999-07-161-19/+20
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-9/+1
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-3/+3
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+9
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-2/+1
* Lex/yacc source cleanup like indent.Bruce Momjian1997-09-081-60/+60
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
* Fix quote/doublequote handling.Bruce Momjian1996-11-151-2/+4
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-5/+9
* -Wall'dMarc G. Fournier1996-10-211-3/+27