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
/
backend
/
parser
/
parse_expr.c
Age
Commit message (
Expand
)
Author
2025-06-12
Fix squashing algorithm for query texts
Álvaro Herrera
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-03-13
Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.
Tom Lane
2025-01-16
Add OLD/NEW support to RETURNING in DML queries.
Dean Rasheed
2025-01-15
Rename RowCompareType to CompareType
Peter Eisentraut
2025-01-07
Fix error message wording
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-16
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-09-06
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-08-07
Refactor/reword some error messages to avoid duplicates
Alvaro Herrera
2024-07-30
SQL/JSON: Some fixes to JsonBehavior expression casting
Amit Langote
2024-07-17
SQL/JSON: Rethink c2d93c3802b
Amit Langote
2024-07-04
SQL/JSON: Fix some obsolete comments.
Amit Langote
2024-06-28
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-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-04
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
[next]