summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-0/+60
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+76
* Simplify transformJsonAggConstructor() APIAlvaro Herrera2023-03-301-21/+15
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-301-11/+18
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+770
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-0/+1
* Remove bms_first_member().Tom Lane2023-03-021-1/+1
* Make Vars be outer-join-aware.Tom Lane2023-01-301-0/+5
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-52/+0
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-201-8/+0
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-241-2/+2
* Revert SQL/JSON featuresAndrew Dunstan2022-09-011-1503/+0
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-021-0/+1
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-291-0/+8
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-201-2/+2
* Remove useless assertionsPeter Eisentraut2022-07-131-10/+0
* Improve error message with JSON_SERIALIZE()Michael Paquier2022-07-111-2/+3
* Only allow returning string types or bytea from json_serializeAndrew Dunstan2022-07-071-0/+17
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-131-3/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-43/+42
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-111-1/+1
* Small cleanups in SQL/JSON codeAndrew Dunstan2022-04-151-1/+1
* Improve a couple of sql/json error messagesAndrew Dunstan2022-04-141-2/+3
* Fix transformJsonBehaviorAndrew Dunstan2022-04-141-6/+8
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* JSON_TABLEAndrew Dunstan2022-04-041-6/+26
* Fix comments with "a expression"Andrew Dunstan2022-03-311-1/+1
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-311-10/+36
* SQL JSON functionsAndrew Dunstan2022-03-301-14/+138
* SQL/JSON query functionsAndrew Dunstan2022-03-291-10/+480
* IS JSON predicateAndrew Dunstan2022-03-281-0/+76
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+4
* Fix up compiler warnings/errors from f4fb45d15.Tom Lane2022-03-271-4/+0
* SQL/JSON constructorsAndrew Dunstan2022-03-271-0/+589
* Common SQL/JSON clausesAndrew Dunstan2022-03-271-0/+181
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-221-181/+0
* Common SQL/JSON clausesAndrew Dunstan2022-03-221-0/+181
* Fix failure to validate the result of select_common_type().Tom Lane2022-01-291-0/+5
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove Value node structPeter Eisentraut2021-09-091-9/+4
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-311-15/+50
* Extended statistics on expressionsTomas Vondra2021-03-271-0/+6
* Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane2021-02-111-1/+1
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-011-0/+4
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-4/+2
* Remove operator_precedence_warning.Tom Lane2020-12-081-446/+4
* Remove undocumented IS [NOT] OF syntax.Tom Lane2020-11-191-54/+0