summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-03-30Fix List memory issue in transformColumnDefinitionDavid Rowley
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
2022-12-16Fix inability to reference CYCLE column from inside its CTE.Tom Lane
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-08-13Catch stack overflow when recursing in transformFromClauseItem().Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
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-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-05-18Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-04-18Avoid invalid array reference in transformAlterTableStmt().Tom Lane
2022-01-29Fix failure to validate the result of select_common_type().Tom Lane
2021-12-30Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements"Daniel Gustafsson
2021-12-16Ensure casting to typmod -1 generates a RelabelType.Tom Lane
2021-11-26Fix GRANTED BY support in REVOKE ROLE statementsDaniel Gustafsson
2021-11-02Avoid O(N^2) behavior in SyncPostCheckpoint().Tom Lane
2021-10-19Remove bogus assertion in transformExpressionList().Tom Lane
2021-10-01Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-08Disable anonymous record hash support except in special casesPeter Eisentraut
2021-08-25Avoid using ambiguous word "positive" in error message.Fujii Masao
2021-08-19Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane
2021-08-18Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane
2021-08-06Don't elide casting to typmod -1.Tom Lane
2021-07-27Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane
2021-06-21Fix assert failure in expand_grouping_setsDavid Rowley
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-11Change position of field "transformed" in struct CreateStatsStmt.Noah Misch
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-08Don't crash on empty statements in SQL-standard function bodies.Tom Lane
2021-06-06Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.Tom Lane
2021-06-01Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE.Tom Lane
2021-05-27Rethink definition of pg_attribute.attcompression.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Refactor some error messages for easier translationPeter Eisentraut
2021-05-11Fix typoPeter Eisentraut
2021-05-07Fix typos in comments about extended statisticsTomas Vondra
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-05-06Remove redundant variableAlvaro Herrera
2021-04-23Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.Fujii Masao
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian