aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/segparse.y
Commit message (Expand)AuthorAge
* seg: pure parser and reentrant scannerPeter Eisentraut2024-12-18
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Replace static buf with a stack-allocated one in 'seg' extensionHeikki Linnakangas2024-07-30
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Convert contrib/seg's input function to report errors softlyAndrew Dunstan2022-12-23
* Fix contrib/seg to be more wary of long input numbers.Tom Lane2022-12-21
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Build all Flex files standaloneJohn Naylor2022-09-04
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-29
* Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut2011-11-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut2008-11-26
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-02
* Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane2006-06-01
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane2004-10-24
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-14
* Fix two typos in comments.Neil Conway2004-09-10
* Fix ancient declaration inconsistency in cube & seg ... came across aTom Lane2004-09-02
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-15
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-14
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-22
* Arrange to compile flex output files as inclusions into other filesTom Lane2002-11-01
* Remove extraneous | ... while bison 1.28 doesn't object, newer versionsTom Lane2002-09-22
* I haven't seen any objections, so here is a patch. It removes "#defineTom Lane2002-09-22
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Use Max/Min macros, not MAX/MIN, to eliminate portability issues.Tom Lane2002-07-30
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-18
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-11