index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
jsonfuncs.c
Age
Commit message (
Expand
)
Author
2015-10-11
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-05
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-04
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-09-13
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-07-28
Only adjust negative indexes in json_get up to the length of the path.
Andrew Dunstan
2015-07-19
Remove dead code.
Andrew Dunstan
2015-07-17
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-06-12
Fix "path" infrastructure bug affecting jsonb_set()
Andrew Dunstan
2015-06-07
Desupport jsonb subscript deletion on objects
Andrew Dunstan
2015-05-31
Avoid naming a variable "new", and remove bogus initializer.
Andrew Dunstan
2015-05-31
Add a couple of missing JsonbValue type initialisers.
Andrew Dunstan
2015-05-31
Rename jsonb_replace to jsonb_set and allow it to add new values
Andrew Dunstan
2015-05-26
Revert "Simplify addJsonbToParseState()"
Andrew Dunstan
2015-05-26
Simplify addJsonbToParseState()
Andrew Dunstan
2015-05-25
Clean up and simplify jsonb_concat code.
Andrew Dunstan
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-13
Fix jsonb replace and delete on scalars and empty structures
Andrew Dunstan
2015-05-12
Additional functions and operators for jsonb
Andrew Dunstan
2015-05-04
Fix two small bugs in json's populate_record_worker
Andrew Dunstan
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-16
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-12
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-08-22
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-20
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-06-29
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-25
Rationalize error messages within jsonfuncs.c.
Tom Lane
2014-06-25
Cosmetic improvements in jsonfuncs.c.
Tom Lane
2014-06-24
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-01
Improve the efficiency of certain jsonb get operations.
Andrew Dunstan
2014-05-07
Clean up jsonb code.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-02
De-anonymize the union in JsonbValue.
Tom Lane
2014-03-26
Fix uninitialized variables in json's populate_record_worker().
Andrew Dunstan
2014-03-26
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-25
Tidy up the populate/to_record{set} code for json a bit.
Andrew Dunstan
2014-03-23
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-02-26
Fix crash in json_to_record().
Jeff Davis
2014-02-05
Fix whitespace
Peter Eisentraut
2014-02-03
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-01-29
Silence compiler warnings about possibly unset variables.
Andrew Dunstan
2014-01-29
Add json_array_elements_text function.
Andrew Dunstan
2014-01-28
New json functions.
Andrew Dunstan
2014-01-22
Reindent json.c and jsonfuncs.c.
Andrew Dunstan
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-08-09
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-07
Message style improvements
Peter Eisentraut
2013-07-20
Clean up new JSON API typedefs
Peter Eisentraut
[next]