index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
json.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
1
-7
/
+4
*
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-28
1
-4
/
+4
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
1
-0
/
+19
*
Speed up lexing of long JSON strings
John Naylor
2022-09-02
1
-0
/
+13
*
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-03-01
1
-0
/
+35
*
Remove unnecessary test dependency on the contents of pg_pltemplate.
Tom Lane
2019-08-21
1
-6
/
+10
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
1
-3
/
+26
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
1
-0
/
+36
*
Fix typo related to to_tsvector() in tests of json and jsonb
Michael Paquier
2019-03-15
1
-1
/
+1
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
1
-3
/
+3
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
1
-0
/
+13
*
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
1
-0
/
+10
*
Add missing serial commas
Peter Eisentraut
2018-06-07
1
-3
/
+3
*
Refine error messages
Peter Eisentraut
2018-05-08
1
-17
/
+17
*
Make test of json(b)_to_tsvector language-independ
Teodor Sigaev
2018-04-07
1
-11
/
+11
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
1
-0
/
+122
*
Add tests for json{b}_populate_recordset() crash case.
Tom Lane
2017-11-06
1
-0
/
+13
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-0
/
+53
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
1
-0
/
+107
*
Message style fixes
Peter Eisentraut
2017-09-11
1
-13
/
+13
*
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-04-06
1
-5
/
+461
*
Fix unstable regression test result.
Tom Lane
2017-03-31
1
-1
/
+1
*
Full Text Search support for json and jsonb
Andrew Dunstan
2017-03-31
1
-0
/
+90
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
1
-0
/
+9
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
1
-0
/
+16
*
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-21
1
-0
/
+14
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
1
-0
/
+18
*
Factor out encoding specific tests for json
Andrew Dunstan
2015-10-07
1
-112
/
+1
*
Fix insufficiently-portable regression test case.
Tom Lane
2015-10-05
1
-2
/
+2
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
1
-0
/
+9
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
1
-1
/
+20
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
1
-0
/
+14
*
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
1
-0
/
+24
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
1
-16
/
+42
*
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-12
1
-0
/
+50
*
Revert 95d737ff to add 'ignore_nulls'
Stephen Frost
2014-09-29
1
-58
/
+0
*
Add 'ignore_nulls' option to row_to_json
Stephen Frost
2014-09-11
1
-0
/
+58
*
Fix corner-case behaviors in JSON/JSONB field extraction operators.
Tom Lane
2014-08-22
1
-17
/
+153
*
More regression test cases for json/jsonb extraction operators.
Tom Lane
2014-08-20
1
-2
/
+60
*
Fix core dump in jsonb #> operator, and add regression test cases.
Tom Lane
2014-08-20
1
-19
/
+166
*
Improve some JSON error messages.
Robert Haas
2014-08-05
1
-1
/
+2
*
Allow empty string object keys in json_object().
Andrew Dunstan
2014-07-22
1
-2
/
+6
*
Add missing serial commas
Peter Eisentraut
2014-07-15
1
-3
/
+3
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
1
-19
/
+21
*
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-24
1
-0
/
+15
*
Use EncodeDateTime instead of to_char to render JSON timestamps.
Andrew Dunstan
2014-06-03
1
-3
/
+3
*
Do not escape a unicode sequence when escaping JSON text.
Andrew Dunstan
2014-06-03
1
-0
/
+14
*
Output timestamps in ISO 8601 format when rendering JSON.
Andrew Dunstan
2014-06-03
1
-0
/
+23
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
1
-3
/
+46
*
Add json_array_elements_text function.
Andrew Dunstan
2014-01-29
1
-4
/
+30
[next]