summaryrefslogtreecommitdiff
path: root/contrib/seg
AgeCommit message (Expand)Author
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-06-11Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
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
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-08-25Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-19seg_size() has to be V1 calling convention, too.Tom Lane
2008-04-18Change the float4-returning functions in contrib/seg to fmgr v1 callingAlvaro Herrera
2008-04-18Fix typo.Tom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-09Remove useless CPPFLAGS.Peter Eisentraut
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-06-28ChangesTeodor Sigaev
2006-06-01Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane
2005-06-27Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-10-24Add comparison file for exp-three-digits formatting.Tom Lane
2004-10-24Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan.Tom Lane
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,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-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-20> Please find enclose a submission to fix these problems.Bruce Momjian
2004-07-12Make installation instructions match reality.Peter Eisentraut
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane