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