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
/
test
/
regress
/
expected
/
jsonb.out
Age
Commit message (
Expand
)
Author
2025-12-13
Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
2025-03-05
Allow json{b}_strip_nulls to remove null array elements
Andrew Dunstan
2025-01-24
Make jsonb casts to scalar types translate JSON null to SQL NULL.
Tom Lane
2024-08-16
Remove dependence on -fwrapv semantics in jsonb.
Nathan Bossart
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-01-24
Adjust populate_record_field() to handle errors softly
Amit Langote
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-06
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-02-28
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-12
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-11
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-09-16
Message style improvements
Peter Eisentraut
2021-03-01
Improve reporting for syntax errors in multi-line JSON data.
Tom Lane
2021-01-31
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
Implementation of subscripting for jsonb
Alexander Korotkov
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-01-20
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-17
Add a non-strict version of jsonb_set
Andrew Dunstan
2019-08-21
Remove unnecessary test dependency on the contents of pg_pltemplate.
Tom Lane
2019-08-19
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-06-11
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-04-01
GIN support for @@ and @? jsonpath operators
Alexander Korotkov
2019-03-15
Fix typo related to to_tsvector() in tests of json and jsonb
Michael Paquier
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2018-12-07
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-11-22
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-06-07
Add missing serial commas
Peter Eisentraut
2018-05-09
Improve jsonb cast error message
Teodor Sigaev
2018-05-08
Refine error messages
Peter Eisentraut
2018-04-07
Make test of json(b)_to_tsvector language-independ
Teodor Sigaev
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-03-29
Add casts from jsonb
Teodor Sigaev
2017-11-06
Add tests for json{b}_populate_recordset() crash case.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-25
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-09-11
Message style fixes
Peter Eisentraut
2017-05-29
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-04-06
Make json_populate_record and friends operate recursively
Andrew Dunstan
2017-03-31
Fix unstable regression test result.
Tom Lane
2017-03-31
Full Text Search support for json and jsonb
Andrew Dunstan
2017-02-22
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-01-18
Implement array version of jsonb_delete and operator
Magnus Hagander
2016-10-13
Fix broken jsonb_set() logic for replacing array elements.
Tom Lane
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-02
Fix json_to_record() bug with nested objects.
Tom Lane
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
[next]