Commit Graph

1 Commits (b1bfb28b586a319052d96dd4dfd40a05505ea6ed)

Author SHA1 Message Date
Andrew Dunstan d9134d0a35 Introduce jsonb, a structured format for storing json. 12 years ago
Andrew Dunstan a18167510f Use a new hstore extension version for added json functions. 12 years ago
Andrew Dunstan 38fb4d978c JSON generation improvements. 13 years ago
Robert Haas b60653bc0b Remove hstore's text => text operator. 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Robert Haas ce51747673 Remove hstore % text[] operator; use slice() function instead. 16 years ago
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