summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2022-07-22Rework grammar for REINDEXAlvaro Herrera
2022-07-22parser: centralize common auxiliary productionsAlvaro Herrera
2022-07-22Update src/backend/parser/READMEAlvaro Herrera
2022-07-21Make the name optional in CREATE STATISTICS.Dean Rasheed
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Make subquery aliases optional in the FROM clause.Dean Rasheed
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
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-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-10Fix collation of JSON_TABLE output columnsPeter Eisentraut
2022-05-30Make STRING an unreserved_keyword.Tom Lane
2022-05-26Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-13Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
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-12Change mechanism to set up source targetlist in MERGEAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Fix the dates of some copyright noticesMichael Paquier
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Unlogged sequencesPeter Eisentraut
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
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-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Handle sequences in preprocess_pubobj_listTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra