index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
/
sql
/
hstore.sql
Age
Commit message (
Expand
)
Author
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-27
Convert hstore_in to report errors softly.
Tom Lane
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2020-12-11
Allow subscripting of hstore values.
Tom Lane
2020-03-30
Implement operator class parameters
Alexander Korotkov
2018-11-23
Add a 64-bit hash function for type hstore.
Tom Lane
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-03-10
JSON generation improvements.
Andrew Dunstan
2011-11-08
Fix hstore regression tests.
Robert Haas
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-07-20
Make hstore regression tests independent of standard_conforming_strings.
Robert Haas
2010-07-02
Remove hstore % text[] operator; use slice() function instead.
Robert Haas
2010-06-18
Rename hstore => text[] operator to %
Robert Haas
2010-06-15
Remove hstore's text[] => text[] operator.
Robert Haas
2009-09-30
Assorted improvements in contrib/hstore.
Tom Lane
2007-03-14
Add GIN support for pg_trgm. From Guillaume Smet <
[email protected]
>
Teodor Sigaev
2006-10-11
Rename function 'isexists' and 'isdefined' to
Teodor Sigaev
2006-09-10
Rename contrib contains/contained-by operators to @> and <@, per discussion.
Tom Lane
2006-09-05
Add hstore contrib module.
Teodor Sigaev