summaryrefslogtreecommitdiff
path: root/contrib/hstore
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated containment operators for contrib types.Tom Lane2021-03-051-0/+4
* Re-implement pl/pgsql's expression and assignment parsing.Tom Lane2021-01-042-0/+8
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Allow subscripting of hstore values.Tom Lane2020-12-116-2/+345
* Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane2020-08-152-8/+1
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-102-12/+32
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-291-4/+12
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-011-0/+15
* Implement operator class parametersAlexander Korotkov2020-03-306-87/+178
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-044-12/+12
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-94/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-3/+3
* Move jsonapi.c and jsonapi.h to src/common.Robert Haas2020-01-291-1/+1
* Add reusable routine for making arrays unique.Thomas Munro2019-11-071-0/+5
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+7
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-243-6/+3
* Fix most -Wundef warningsPeter Eisentraut2019-10-191-1/+1
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-191-2/+2
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-111-1/+1
* Remove unused macroPeter Eisentraut2019-02-281-3/+0
* Change function call information to be variable length.Andres Freund2019-01-261-1/+1
* Fix hstore hash function for empty hstores upgraded from 8.4.Andrew Gierth2018-11-241-28/+19
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-236-5/+64
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-021-3/+7
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-5/+5
* Support domains over composite types.Tom Lane2017-10-261-10/+36
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-4/+4
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-185-36/+36
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-133-2/+17
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-10/+12
* Phase 3 of pgindent updates.Tom Lane2017-06-212-21/+21
* Phase 2 of pgindent updates.Tom Lane2017-06-212-3/+3
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-121-12/+18
* Test all contrib-created operator classes with amvalidate.Tom Lane2016-11-292-0/+13
* Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane2016-11-071-1/+1
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-11-041-1/+1
* Update extensions with GIN/GIST support for parallel query.Robert Haas2016-06-142-57/+115
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-094-3/+29
* Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.Tom Lane2016-02-031-42/+1
* Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane2016-02-032-10/+10
* Fix assorted inconsistencies in GIN opclass support function declarations.Tom Lane2016-01-191-6/+6
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-5/+5
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-196-124/+143
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-152-2/+2
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-1/+1