Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove contrib version of rtree_gist --- now in core system. | Tom Lane | 2005-07-01 |
| | |||
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
| | | | | | | only remnant of this failed experiment is that the server will take SET AUTOCOMMIT TO ON. Still TODO: provide some client-side autocommit logic in libpq. | ||
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 |
| | | | | | | | | | | Create objects in public schema. Make spacing/capitalization consistent. Remove transaction block use for object creation. Remove unneeded function GRANTs. | ||
* | Support for emulating RTREE indexing in GiST. Contributed by | Tom Lane | 2001-05-31 |
Oleg Bartunov and Teodor Sigaev. |