summaryrefslogtreecommitdiff
path: root/contrib/cube/cubeparse.y
AgeCommit message (Expand)Author
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2016-09-27Improve contrib/cube's handling of zero-D cubes, infinities, and NaNs.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2013-10-21Extend cube on-disk format to pack points more tightly.Heikki Linnakangas
2013-07-29Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-09-02Prevent memory leaks in our various bison parsers when an error occursTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-01This patch makes the error message strings throughout the backendNeil Conway
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-09-10Fix two typos in comments.Neil Conway
2004-09-02Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane
2003-09-14Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-11-22Fix a dozen or so places that were passing unpredictable data stringsTom Lane
2002-11-01Arrange to compile flex output files as inclusions into other filesTom Lane
2002-09-22I haven't seen any objections, so here is a patch. It removes "#defineTom Lane
2002-09-12This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-29The changes I have made are described in CHANGES. This was based onBruce Momjian
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane