summaryrefslogtreecommitdiff
path: root/contrib/rtree_gist
Commit message (Expand)AuthorAgeFilesLines
* elog mop-up.Tom Lane2003-07-271-3/+1
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-9/+0
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-185-59/+119
* pgindent run.Bruce Momjian2002-09-041-46/+57
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-23/+23
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-302/+41
* Fix a bug with building rtree_gist indexes.Tom Lane2002-05-281-20/+65
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-4/+8
* We forgot to mention in README.rtree_gist we implemented newBruce Momjian2001-12-051-0/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-295/+348
* Fix a couple of stray // comments.Tom Lane2001-10-011-6/+4
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-65/+6
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-224-462/+235
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-213-140/+202
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-1/+1
* Attached is a patch to deal with the ones that I missed the first timeBruce Momjian2001-06-201-1/+2
* Support for emulating RTREE indexing in GiST. Contributed byTom Lane2001-05-319-0/+4725