summaryrefslogtreecommitdiff
path: root/contrib/cube/cubescan.l
AgeCommit message (Expand)Author
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
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
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-08-25Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
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/cube 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-08-29The changes I have made are described in CHANGES. This was based onBruce Momjian
2002-07-30Since we're depending on %option noyywrap in the main scanner now,Tom Lane
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane