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
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
2013-09-30
Fix makefile broken by hstore fix.
Andrew Dunstan
2013-09-29
Use a new hstore extension version for added json functions.
Andrew Dunstan
2013-07-18
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-19
Fix typo in comment.
Robert Haas
2013-03-22
Silence compiler warnings about unused values.
Andrew Dunstan
2013-03-14
Minor fixes for hstore_to_json_loose().
Tom Lane
2013-03-10
JSON generation improvements.
Andrew Dunstan
2012-10-01
Provide some static-assertion functionality on all compilers.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Remove hstore--1.0.sql.
Tom Lane
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-04-24
Lots of doc corrections.
Robert Haas
2012-02-23
Don't install hstore--1.0.sql any more.
Robert Haas
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2011-11-08
Fix hstore regression tests.
Robert Haas
2011-11-08
Remove hstore's text => text operator.
Robert Haas
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
[next]