]> granicus.if.org Git - postgresql/history - contrib/hstore
Cosmetic improvements for options-handling code in ECPGconnect().
[postgresql] / contrib / hstore /
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-02-27 Peter EisentrautRemove unused macro
2019-01-26 Andres FreundChange function call information to be variable length.
2018-11-24 Andrew GierthFix hstore hash function for empty hstores upgraded...
2018-11-23 Tom LaneAdd a 64-bit hash function for type hstore.
2018-07-31 Andrew GierthProvide for contrib and pgxs modules to install include...
2018-05-02 Tom LaneFix assorted compiler warnings seen in the buildfarm.
2017-11-25 Tom LaneAvoid formally-undefined use of memcpy() in hstoreUniqu...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-26 Tom LaneSupport domains over composite types.
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-13 Tom LaneDistinguish selectivity of < from <= and > from >=.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-03-12 Noah MischAssume deconstruct_array() outputs are untoasted.
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-07 Tom LaneRevert "Provide DLLEXPORT markers for C functions via...
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-06-14 Robert HaasUpdate extensions with GIN/GIST support for parallel...
2016-06-09 Tom LaneHandle contrib's GIN/GIST support function signature...
2016-02-03 Tom LaneMake hstore_to_jsonb_loose match hstore_to_json_loose...
2016-02-03 Tom LaneFix IsValidJsonNumber() to notice trailing non-alphanum...
2016-01-20 Tom LaneFix assorted inconsistencies in GIN opclass support...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2015-11-19 Tom LaneDodge a macro-name conflict with Perl.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-01-13 Heikki LinnakangasSilence Coverity warnings about unused return values...
2014-12-01 Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-09 Heikki LinnakangasAvoid some pnstrdup()s when constructing jsonb
2014-05-07 Heikki LinnakangasFix build after removing JsonbValue.estSize field.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-02-21 Heikki LinnakangasAvoid integer overflow in hstore_to_json().
2014-02-17 Noah MischPredict integer overflow to avoid buffer overruns.
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-17 Andrew DunstanReturn valid json when converting an empty hstore.
2013-09-30 Andrew DunstanAdd missing condition for pg_depend in hstore migration...
2013-09-30 Andrew DunstanFix makefile broken by hstore fix.
2013-09-29 Andrew DunstanUse a new hstore extension version for added json funct...
2013-07-18 Fujii MasaoFix typo in update scripts for some contrib modules.
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Robert HaasFix typo in comment.
2013-03-22 Andrew DunstanSilence compiler warnings about unused values.
2013-03-14 Tom LaneMinor fixes for hstore_to_json_loose().
2013-03-10 Andrew DunstanJSON generation improvements.
2012-10-01 Tom LaneProvide some static-assertion functionality on all...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Tom LaneRemove hstore--1.0.sql.
2012-07-16 Peter EisentrautRemove unreachable code
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-04-24 Robert HaasLots of doc corrections.
2012-02-23 Robert HaasDon't install hstore--1.0.sql any more.
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2011-11-08 Robert HaasFix hstore regression tests.
2011-11-08 Robert HaasRemove hstore's text => text operator.
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-15 Tom LaneBring hstore's comment into line with style of other...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-24 Robert HaasPGXS support for contrib/hstore
2011-01-09 Tom LaneUpdate contrib/hstore for new GIN extractQuery API.
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-16 Tom LaneFix two new-in-9.0 bugs in hstore.
2010-07-20 Robert HaasMake hstore regression tests independent of standard_co...
2010-07-02 Robert HaasRemove hstore % text[] operator; use slice() function...
2010-06-22 Robert HaasUpdated expected-output file for hstore.
2010-06-18 Robert HaasRename hstore => text[] operator to %
2010-06-15 Robert HaasRemove hstore's text[] => text[] operator.
2010-02-26 Bruce Momjianpgindent run for 9.0
2009-09-30 Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30 Tom LaneAssorted improvements in contrib/hstore.
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-02 Teodor SigaevFix memory allocation for output of hstore type.
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-15 Tom LaneFix contrib/hstore to throw an error for keys or values...
next