summaryrefslogtreecommitdiff
path: root/contrib/seg/segparse.y
AgeCommit message (Expand)Author
2017-11-10Add some const decorations to prototypesPeter Eisentraut
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-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
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
2006-06-01Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2004-10-24Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane
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
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2003-09-14Make contrib/seg 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-22Remove extraneous | ... while bison 1.28 doesn't object, newer versionsTom Lane
2002-09-22I haven't seen any objections, so here is a patch. It removes "#defineTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-07-30Use Max/Min macros, not MAX/MIN, to eliminate portability issues.Tom Lane
2001-06-18The attached patch enables the contrib subtree to build cleanly underBruce Momjian
2000-12-11Gene Selkov's SEG datatype (GiST example code)Tom Lane