summaryrefslogtreecommitdiff
path: root/contrib/btree_gist/sql/btree_gist.sql
Commit message (Collapse)AuthorAgeFilesLines
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
| | | | it automatically now on regression session startup.
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-9/+10
| | | | | | | | | | Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs.
* Update incorrect expected file. Use 'timestamp without time zone'Tom Lane2001-10-031-3/+3
| | | | datatype in test, to try to avoid any dependency on local time zone.
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-221-0/+36
From Oleg Bartunov and Teodor Sigaev.