Commits

DateSubjectAuthorReleases
2024-06-28 SQL/JSON: Always coerce JsonExpr result at runtime Amit Langote 17.0
2024-03-21 Add SQL/JSON query functions Amit Langote 17.0
2024-03-17 Add RETURNING support to MERGE. Dean Rasheed 17.0
2024-01-24 Add soft error handling to some expression nodes Amit Langote 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-02 Revert "Add soft error handling to some expression nodes" Amit Langote 17.0
2023-10-02 Add soft error handling to some expression nodes Amit Langote 17.0
2023-05-17 Add back SQLValueFunction for SQL keywords Michael Paquier 16.0
2023-04-24 Rename ExecAggTransReparent, and improve its documentation. Tom Lane 16.0
2023-03-31 SQL/JSON: support the IS JSON predicate Alvaro Herrera 16.0
2023-03-31 Move ExecEvalJsonConstructor new function to a more natural place Alvaro Herrera 16.0
2023-03-29 SQL/JSON: add standard JSON constructor functions Alvaro Herrera 16.0
2023-02-22 Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes Andres Freund 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-21 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 16.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 15.0
2022-09-01 Revert SQL/JSON features Andrew Dunstan 16.0
2022-08-02 Remove unused fields from ExprEvalStep David Rowley 16.0
2022-08-02 Improve performance of ORDER BY / DISTINCT aggregates David Rowley 16.0
2022-07-06 Remove size increase in ExprEvalStep caused by hashed saops David Rowley 15.0
2022-07-06 Remove size increase in ExprEvalStep caused by hashed saops David Rowley 16.0
2022-07-05 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. Andres Freund 15.0
2022-07-05 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. Andres Freund 16.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-04 JSON_TABLE Andrew Dunstan 15.0