summaryrefslogtreecommitdiff
path: root/contrib/seg/segscan.l
AgeCommit message (Expand)Author
2013-07-29Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-01-13Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane
2011-08-25Add "%option warn" to all flex input files that lacked it.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2008-08-25Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-05-29Ensure that in all flex lexers that are part of the backend, aTom Lane
2002-11-07Remove no-longer-needed inclusions to improve backward compatibilityTom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2000-12-11Gene Selkov's SEG datatype (GiST example code)Tom Lane