Commit Graph

14 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)

Author SHA1 Message Date
Robert Haas 31c47e53aa Rename hstore => text[] operator to % 16 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 16 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 17 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Tom Lane d80d8acbce Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 0effa088f5 Clean up usage of some deprecated APIs, particularly schema-unsafe 19 years ago
Teodor Sigaev 754148d81f Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 19 years ago
Teodor Sigaev 3f16647960 Rename function 'isexists' and 'isdefined' to 20 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 20 years ago