index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
sqljson.sql
Age
Commit message (
Expand
)
Author
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-03-13
Fix copy-paste error in datum_to_jsonb_internal()
Amit Langote
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-09-11
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-06-28
SQL/JSON: Fix coercion of constructor outputs to types with typmod
Amit Langote
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-07-07
Only allow returning string types or bytea from json_serialize
Andrew Dunstan
2022-04-28
Fix JSON_OBJECTAGG uniquefying bug
Andrew Dunstan
2022-04-13
Fix finalization for json_objectagg and friends
Andrew Dunstan
2022-03-31
RETURNING clause for JSON() and JSON_SCALAR()
Andrew Dunstan
2022-03-30
SQL JSON functions
Andrew Dunstan
2022-03-28
IS JSON predicate
Andrew Dunstan
2022-03-27
SQL/JSON constructors
Andrew Dunstan