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
/
parser
/
parse_expr.c
Age
Commit message (
Expand
)
Author
2024-06-28
SQL/JSON: Validate values in ON ERROR/EMPTY clauses
Amit Langote
2024-06-19
SQL/JSON: Correctly enforce the default ON EMPTY behavior
Amit Langote
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-05
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-04-18
SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
Amit Langote
2024-04-18
SQL/JSON: Improve some error messages
Amit Langote
2024-04-08
Fix restriction on specifying KEEP QUOTES in JSON_QUERY()
Amit Langote
2024-04-05
Suppress "variable may be used uninitialized" warning.
Tom Lane
2024-04-04
Add missing initialization in transformJsonFuncExpr()
Amit Langote
2024-04-04
Fix typo introduced in 6185c9737
Amit Langote
2024-04-04
Add basic JSON_TABLE() functionality
Amit Langote
2024-03-22
Avoid splitting errmsg string to span multiple lines
Amit Langote
2024-03-21
Add SQL/JSON query functions
Amit Langote
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-08-24
Fix translation markers
Peter Eisentraut
2023-08-18
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-21
Code review for commit b6e1157e7d
Amit Langote
2023-07-13
Add missing const qualifier
Amit Langote
2023-07-13
Fix code indentation violation in commit b6e1157e7d
Amit Langote
2023-07-13
Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Amit Langote
2023-07-13
Pass constructName to transformJsonValueExpr()
Amit Langote
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-03-31
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-30
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-29
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-15
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-02
Remove bms_first_member().
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-10-24
Update some comments that should've covered MERGE
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-29
In transformRowExpr(), check for too many columns in the row.
Tom Lane
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-13
Remove useless assertions
Peter Eisentraut
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-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-11
Fix typos and grammar in code and test comments
Michael Paquier
2022-04-15
Small cleanups in SQL/JSON code
Andrew Dunstan
2022-04-14
Improve a couple of sql/json error messages
Andrew Dunstan
2022-04-14
Fix transformJsonBehavior
Andrew Dunstan
[next]