index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
Commit message (
Expand
)
Author
Age
*
Remove deprecated containment operators for contrib types.
Tom Lane
2021-03-05
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Allow subscripting of hstore values.
Tom Lane
2020-12-11
*
Remove no-longer-usable hstore--1.0--1.1.sql update script.
Tom Lane
2020-08-15
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Remove unused macro
Peter Eisentraut
2019-02-28
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Fix hstore hash function for empty hstores upgraded from 8.4.
Andrew Gierth
2018-11-24
*
Add a 64-bit hash function for type hstore.
Tom Lane
2018-11-23
*
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-07-31
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Avoid formally-undefined use of memcpy() in hstoreUniquePairs().
Tom Lane
2017-11-25
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
*
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-07
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-11-04
*
Update extensions with GIN/GIST support for parallel query.
Robert Haas
2016-06-14
*
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2016-06-09
*
Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number.
Tom Lane
2016-02-03
*
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
*
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
*
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-19
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
[next]