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
Age
Commit message (
Expand
)
Author
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-02-27
Remove unused macro
Peter Eisentraut
2019-01-26
Change function call information to be variable length.
Andres Freund
2018-11-24
Fix hstore hash function for empty hstores upgraded from 8.4.
Andrew Gierth
2018-11-23
Add a 64-bit hash function for type hstore.
Tom Lane
2018-07-31
Provide for contrib and pgxs modules to install include files.
Andrew Gierth
2018-05-02
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2017-11-25
Avoid formally-undefined use of memcpy() in hstoreUniquePairs().
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-13
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-12
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-07
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-04
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-06-14
Update extensions with GIN/GIST support for parallel query.
Robert Haas
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2016-02-03
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-01-20
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
2015-11-19
Dodge a macro-name conflict with Perl.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Tom Lane
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2015-01-13
Silence Coverity warnings about unused return values from pushJsonbValue()
Heikki Linnakangas
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-09
Avoid some pnstrdup()s when constructing jsonb
Heikki Linnakangas
2014-05-07
Fix build after removing JsonbValue.estSize field.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-02-21
Avoid integer overflow in hstore_to_json().
Heikki Linnakangas
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-17
Return valid json when converting an empty hstore.
Andrew Dunstan
2013-09-30
Add missing condition for pg_depend in hstore migration script.
Andrew Dunstan
[prev]
[next]