index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_expr.c
Commit message (
Expand
)
Author
Age
*
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-06
*
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
*
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-03-13
*
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-16
*
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-15
*
Fix error message wording
Álvaro Herrera
2025-01-07
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-10-16
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
*
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
*
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-08-07
*
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-30
*
SQL/JSON: Rethink c2d93c3802b
Amit Langote
2024-07-17
*
SQL/JSON: Fix some obsolete comments.
Amit Langote
2024-07-04
*
SQL/JSON: Always coerce JsonExpr result at runtime
Amit Langote
2024-06-28
*
SQL/JSON: Fix coercion of constructor outputs to types with typmod
Amit Langote
2024-06-28
*
SQL/JSON: Validate values in ON ERROR/EMPTY clauses
Amit Langote
2024-06-28
*
SQL/JSON: Correctly enforce the default ON EMPTY behavior
Amit Langote
2024-06-19
*
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-12
*
Fix query pullup issue with WindowClause runCondition
David Rowley
2024-05-05
*
SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY
Amit Langote
2024-04-18
*
SQL/JSON: Improve some error messages
Amit Langote
2024-04-18
*
Fix restriction on specifying KEEP QUOTES in JSON_QUERY()
Amit Langote
2024-04-08
*
Suppress "variable may be used uninitialized" warning.
Tom Lane
2024-04-05
*
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-04-04
*
Avoid splitting errmsg string to span multiple lines
Amit Langote
2024-03-22
*
Add SQL/JSON query functions
Amit Langote
2024-03-21
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix translation markers
Peter Eisentraut
2023-08-24
*
Remove dubious warning message from SQL/JSON functions
Peter Eisentraut
2023-08-18
*
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
*
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
*
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-07-13
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-05-17
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
SQL/JSON: support the IS JSON predicate
Alvaro Herrera
2023-03-31
*
Simplify transformJsonAggConstructor() API
Alvaro Herrera
2023-03-30
*
Fix inconsistencies and style issues in new SQL/JSON code
Alvaro Herrera
2023-03-30
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
*
Remove bms_first_member().
Tom Lane
2023-03-02
[next]