summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.sql.in
Commit message (Expand)AuthorAgeFilesLines
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-396/+0
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-6/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Mark contrib's GiST and GIN opclass support functions as STRICT, for safety.Tom Lane2009-06-111-8/+8
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-1/+6
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-3/+3
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-131-0/+2
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-30/+30
* Support functions for index opclasses should be immutable.Tom Lane2007-09-301-7/+7
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-2/+23
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-28/+28
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-271-27/+25
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-2/+2
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-5/+20
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-100/+195
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-18/+18
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-157/+23
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-1/+3
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-65/+98
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-19/+19
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+361