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