| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 1 | -0/+10 |
| | | |||||
| * | Make GIN opclass worked with intarray extensions | Teodor Sigaev | 2006-05-03 | 1 | -0/+5 |
| | | |||||
| * | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 | 1 | -12/+4 |
| | | | | | | | | | | Most of the changes add the mandatory USING clause to DROP OPERATOR CLASS statements. DROP TYPE is now DROP TYPE CASCADE; without CASCADE a DROP TYPE fails due to the circular dependency on the type's I/O functions. The DROP FUNCTION statements for the I/O functions have been removed, as DROP TYPE CASCADE removes them automatically. Patch from Michael Fuhr. | ||||
| * | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 1 | -0/+123 |
| by David Fetter | |||||
