index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
Age
Commit message (
Expand
)
Author
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
2011-04-25
Support "make check" in contrib
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-15
Bring hstore's comment into line with style of other contrib comments.
Tom Lane
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-01-24
PGXS support for contrib/hstore
Robert Haas
2011-01-09
Update contrib/hstore for new GIN extractQuery API.
Tom Lane
2011-01-08
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-16
Fix two new-in-9.0 bugs in hstore.
Tom Lane
2010-07-20
Make hstore regression tests independent of standard_conforming_strings.
Robert Haas
2010-07-02
Remove hstore % text[] operator; use slice() function instead.
Robert Haas
2010-06-22
Updated expected-output file for hstore.
Robert Haas
2010-06-18
Rename hstore => text[] operator to %
Robert Haas
2010-06-15
Remove hstore's text[] => text[] operator.
Robert Haas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2009-09-30
Fix bogus Assert, per buildfarm results.
Tom Lane
2009-09-30
Assorted improvements in contrib/hstore.
Tom Lane
[next]