index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
seg
/
segparse.y
Commit message (
Expand
)
Author
Age
*
seg: pure parser and reentrant scanner
Peter Eisentraut
2024-12-18
*
Include bison header files into implementation files
Peter Eisentraut
2024-08-02
*
Replace static buf with a stack-allocated one in 'seg' extension
Heikki Linnakangas
2024-07-30
*
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-25
*
Convert contrib/seg's input function to report errors softly
Andrew Dunstan
2022-12-23
*
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-12-21
*
Bump minimum version of Bison to 2.3
John Naylor
2022-09-09
*
Build all Flex files standalone
John Naylor
2022-09-04
*
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
*
Fix contrib/cube and contrib/seg to build with bison 3.0.
Tom Lane
2013-07-29
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Add %expect 0 to all parser input files to prevent conflicts slipping by.
Peter Eisentraut
2008-11-26
*
Prevent memory leaks in our various bison parsers when an error occurs
Tom Lane
2008-09-02
*
Got tired of waiting for spoonbill's compiler to get fixed. Let's
Tom Lane
2006-06-01
*
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2006-03-07
*
Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.
Tom Lane
2004-10-24
*
Fix contrib/cube and contrib/seg to compile on Windows.
Tom Lane
2004-09-14
*
Fix two typos in comments.
Neil Conway
2004-09-10
*
Fix ancient declaration inconsistency in cube & seg ... came across a
Tom Lane
2004-09-02
*
Localize our dependencies on the way to create NAN or INFINITY.
Tom Lane
2004-03-15
*
Make contrib/seg work with flex 2.5.31. Fix it up to have a real
Tom Lane
2003-09-14
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
Fix a dozen or so places that were passing unpredictable data strings
Tom Lane
2002-11-22
*
Arrange to compile flex output files as inclusions into other files
Tom Lane
2002-11-01
*
Remove extraneous | ... while bison 1.28 doesn't object, newer versions
Tom Lane
2002-09-22
*
I haven't seen any objections, so here is a patch. It removes "#define
Tom Lane
2002-09-22
*
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
*
Use Max/Min macros, not MAX/MIN, to eliminate portability issues.
Tom Lane
2002-07-30
*
The attached patch enables the contrib subtree to build cleanly under
Bruce Momjian
2001-06-18
*
Gene Selkov's SEG datatype (GiST example code)
Tom Lane
2000-12-11