summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2023-08-18Remove dubious warning message from SQL/JSON functionsPeter Eisentraut
2023-08-12Show GIDs of two-phase commit commands as constants in pg_stat_statementsMichael Paquier
2023-07-27Show savepoint names as constants in pg_stat_statementsMichael Paquier
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-26Rename a nonterminal used in SQL/JSON grammarAmit Langote
2023-07-21Code review for commit b6e1157e7dAmit Langote
2023-07-19Support parenthesized syntax for CLUSTER without a table name.Nathan Bossart
2023-07-19Rearrange CLUSTER rules in gram.y.Nathan Bossart
2023-07-14Add missing initializations of p_perminfoAmit Langote
2023-07-13Add missing const qualifierAmit Langote
2023-07-13Fix code indentation violation in commit b6e1157e7dAmit Langote
2023-07-13Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
2023-07-13Pass constructName to transformJsonValueExpr()Amit Langote
2023-07-12Allow some exclusion constraints on partitionsPeter Eisentraut
2023-07-08Make some indentation in gram.y consistentPeter Eisentraut
2023-07-05Handle \v as a whitespace character in parsersMichael Paquier
2023-06-27Remove dependency to query text in JumbleQuery()Michael Paquier
2023-06-15Remove outdated reference to a removed fileAmit Langote
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-10Fix publication syntax error messageAlvaro Herrera
2023-05-02Fix typos in commentsMichael Paquier
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-11Fix uninitialized variable in transformTableLikeClause()David Rowley
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-04Code review for recent SQL/JSON commitsAlvaro Herrera
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31No need to add FORMAT to the keyword precedence listAlvaro Herrera
2023-03-30Fix List memory issue in transformColumnDefinitionDavid Rowley
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-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-13Fix failure to detect some cases of improperly-nested aggregates.Tom Lane
2023-03-07Fix more bugs caused by adding columns to the end of a view.Tom Lane
2023-03-02Remove bms_first_member().Tom Lane
2023-02-10Fix incorrect format placeholderPeter Eisentraut
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane