summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize a few list_delete_ptr callsDavid Rowley2020-10-221-2/+3
* Remove support for postfix (right-unary) operators.Tom Lane2020-09-171-28/+10
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-021-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor parser's generation of Var nodes.Tom Lane2019-12-261-53/+52
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-4/+2
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-10/+10
* Fix backwards test in operator_precedence_warning logic.Tom Lane2019-04-101-1/+1
* Generated columnsPeter Eisentraut2019-03-301-0/+6