summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-24Update some comments that should've covered MERGEAlvaro Herrera
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-18Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier
2022-09-14Remove duplicate initializationAlvaro Herrera
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-01Check maximum number of columns in function RTEs, too.Tom Lane
2022-07-29In transformRowExpr(), check for too many columns in the row.Tom Lane
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
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