summaryrefslogtreecommitdiff
path: root/contrib/hstore/expected/hstore.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-8/+8
* Convert hstore_in to report errors softly.Tom Lane2022-12-271-0/+34
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-041-0/+4
* Allow subscripting of hstore values.Tom Lane2020-12-111-0/+23
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+45
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-231-0/+12
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-291-0/+8
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-031-8/+8
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-1/+19
* JSON generation improvements.Andrew Dunstan2013-03-101-0/+36
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-3/+3
* Fix hstore regression tests.Robert Haas2011-11-081-30/+28
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-8/+2
* Update contrib/hstore for new GIN extractQuery API.Tom Lane2011-01-091-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Make hstore regression tests independent of standard_conforming_strings.Robert Haas2010-07-201-4/+4
* Remove hstore % text[] operator; use slice() function instead.Robert Haas2010-07-021-13/+13
* Updated expected-output file for hstore.Robert Haas2010-06-221-0/+2
* Rename hstore => text[] operator to %Robert Haas2010-06-181-7/+7
* Remove hstore's text[] => text[] operator.Robert Haas2010-06-151-53/+54
* Assorted improvements in contrib/hstore.Tom Lane2009-09-301-3/+792
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-14/+77
* Rename function 'isexists' and 'isdefined' toTeodor Sigaev2006-10-111-18/+18
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-21/+22
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+607