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
/
expected
/
sqljson.out
Age
Commit message (
Expand
)
Author
2025-10-07
Assign each subquery a unique name prior to planning it.
Robert Haas
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
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
2025-03-11
Improve EXPLAIN's display of window functions.
Tom Lane
2025-01-07
Fix error message wording
Álvaro Herrera
2024-10-31
Make all ereport() calls within gram.y provide error locations.
Tom Lane
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
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-16
Unify some error messages
Peter Eisentraut
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-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-11
Improve error message with JSON_SERIALIZE()
Michael Paquier
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