summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.sql.in
Commit message (Expand)AuthorAgeFilesLines
* 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