summaryrefslogtreecommitdiff
path: root/contrib/hstore/sql/hstore.sql
AgeCommit message (Expand)Author
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-27Convert hstore_in to report errors softly.Tom Lane
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2020-12-11Allow subscripting of hstore values.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2018-11-23Add a 64-bit hash function for type hstore.Tom Lane
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-03-10JSON generation improvements.Andrew Dunstan
2011-11-08Fix hstore regression tests.Robert Haas
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-07-20Make hstore regression tests independent of standard_conforming_strings.Robert Haas
2010-07-02Remove hstore % text[] operator; use slice() function instead.Robert Haas
2010-06-18Rename hstore => text[] operator to %Robert Haas
2010-06-15Remove hstore's text[] => text[] operator.Robert Haas
2009-09-30Assorted improvements in contrib/hstore.Tom Lane
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <[email protected]>Teodor Sigaev
2006-10-11Rename function 'isexists' and 'isdefined' toTeodor Sigaev
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-09-05Add hstore contrib module.Teodor Sigaev