summaryrefslogtreecommitdiff
path: root/contrib/cube/cubescan.l
Commit message (Expand)AuthorAgeFilesLines
* Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane2008-08-251-1/+2
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+1
* Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane2005-10-151-0/+1
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-141-1/+1
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-241-1/+2
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-18/+68
* Ensure that in all flex lexers that are part of the backend, aTom Lane2003-05-291-1/+3
* Remove no-longer-needed inclusions to improve backward compatibilityTom Lane2002-11-071-5/+3
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-1/+2
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-291-1/+1
* Since we're depending on %option noyywrap in the main scanner now,Tom Lane2002-07-301-2/+6
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+54