summaryrefslogtreecommitdiff
path: root/contrib/seg/segparse.y
AgeCommit message (Expand)Author
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