index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonb_util.c
Commit message (
Expand
)
Author
Age
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Move jsonapi.c and jsonapi.h to src/common.
Robert Haas
2020-01-29
*
Adjust src/include/utils/jsonapi.h so it's not backend-only.
Robert Haas
2020-01-24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix implicit-fallthrough compiler warning introduced in 6dda292d4df82.
Andres Freund
2019-09-27
*
Allow datetime values in JsonbValue
Alexander Korotkov
2019-09-25
*
Split out code into new getKeyJsonValueFromContainer()
Alvaro Herrera
2019-09-20
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix incorrect return value in JSON equality function for scalars
Michael Paquier
2019-05-13
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Initialize new jsonb iterator to zero
Peter Eisentraut
2018-05-28
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-25
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-11
*
Revert "Add all structured objects passed to pushJsonbValue piecewise."
Andrew Dunstan
2015-05-26
*
Add all structured objects passed to pushJsonbValue piecewise.
Andrew Dunstan
2015-05-26
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Unpack jbvBinary objects passed to pushJsonbValue
Andrew Dunstan
2015-05-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
*
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-10
*
Fix bogus optimization in JSONB containment tests.
Tom Lane
2014-10-11
*
Change JSONB's on-disk format for improved performance.
Tom Lane
2014-09-29
*
Remove unnecessary check for jbvBinary in convertJsonbValue.
Andrew Dunstan
2014-06-18
*
Minor refactoring of jsonb_util.c
Heikki Linnakangas
2014-05-28
*
Jsonb comparison bug fixes.
Heikki Linnakangas
2014-05-28
*
Update obsolete comment.
Tom Lane
2014-05-19
*
Fix broken allocation logic in recently-rewritten jsonb_util.c.
Tom Lane
2014-05-09
*
More jsonb cleanup.
Heikki Linnakangas
2014-05-09
*
Minor cleanup of jsonb_util.c
Heikki Linnakangas
2014-05-09
*
Clean up jsonb code.
Heikki Linnakangas
2014-05-07
*
hash_any returns Datum, not uint32 (and definitely not "int").
Tom Lane
2014-05-06
*
With ecpg exclusion removed, re-run pgindent for 9.4
Bruce Momjian
2014-05-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
De-anonymize the union in JsonbValue.
Tom Lane
2014-04-02
*
Silence compiler warnings in new jsonb code.
Heikki Linnakangas
2014-03-27
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23