summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
AgeCommit message (Expand)Author
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-30Simplify transformJsonAggConstructor() APIAlvaro Herrera
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-20Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-13Remove useless assertionsPeter Eisentraut
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-04-15Small cleanups in SQL/JSON codeAndrew Dunstan
2022-04-14Improve a couple of sql/json error messagesAndrew Dunstan
2022-04-14Fix transformJsonBehaviorAndrew Dunstan
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-04JSON_TABLEAndrew Dunstan
2022-03-31Fix comments with "a expression"Andrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-27Fix up compiler warnings/errors from f4fb45d15.Tom Lane
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-27Common SQL/JSON clausesAndrew Dunstan
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-26Extended statistics on expressionsTomas Vondra
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-10-22Optimize a few list_delete_ptr callsDavid Rowley