summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
3 daysCoerce GRAPH_TABLE pattern WHERE clauses to booleanPeter Eisentraut
3 daysApply some query jumbling to WAIT FOR LSNMichael Paquier
7 daysDisallow ONLY in REPACK commands.Nathan Bossart
10 daysRevert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
11 daysChange InputFunctionCall* to take a const char *strPeter Eisentraut
2026-08-19Message wording fixPeter Eisentraut
2026-08-17Use safer allocation routines in more places of the treeMichael Paquier
2026-08-10Check for USAGE privilege on types used by stored expressions.Nathan Bossart
2026-08-10Reject calls from SQL to functions that take or return type internal.Tom Lane
2026-08-10Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.Tom Lane
2026-08-05Disallow aggregates, window functions, and SRFs in GRAPH_TABLE COLUMNSPeter Eisentraut
2026-07-27Deparse FOR PORTION OF using the range column's current name.Tom Lane
2026-07-27Fix deparsing of JSON_ARRAY(subquery) with a FORMAT clauseRichard Guo
2026-07-18Restore the ability to use | and -> as prefix operators.Tom Lane
2026-07-17Revert "Add GROUP BY ALL".Tom Lane
2026-07-16In transformIndexStmt, transform index expressions in INCLUDING.Tom Lane
2026-07-14Remove unreachable error check in JSON_TABLE plan transformAlexander Korotkov
2026-07-14Make JSON_TABLE generated path names avoid collisionsAlexander Korotkov
2026-07-14Revert cascading of JSON_TABLE's ON ERRORAlexander Korotkov
2026-07-11Fix for loop variablesPeter Eisentraut
2026-07-09JSON_TABLE PLAN clauseAlexander Korotkov
2026-07-09Prohibit locking clauses on GRAPH_TABLEPeter Eisentraut
2026-07-09Fix outdated commentPeter Eisentraut
2026-07-07Update GROUP BY ALL comments about window functionsPeter Eisentraut
2026-07-06Enforce RETURNING typmod on SQL/JSON DEFAULT behavior expressionsAmit Langote
2026-07-03Resolve unknown-type literals in GRAPH_TABLE COLUMNSPeter Eisentraut
2026-07-01Improve the names generated for indexes on expressions.Tom Lane
2026-06-30Disallow set-returning functions within window OVER clauses.Tom Lane
2026-06-30Remove stray blank line in ParseFuncOrColumn()Fujii Masao
2026-06-29Forbid FOR PORTION OF with WHERE CURRENT OFPeter Eisentraut
2026-06-27Reject child partition FDWs in FOR PORTION OFPeter Eisentraut
2026-06-27Move FOR PORTION OF volatile check into plannerPeter Eisentraut
2026-06-24Refine error reporting for null treatment on non-window functionsFujii Masao
2026-06-17Fix error message typo.Tatsuo Ishii
2026-06-17Fix to not allow null treatment to non window functions.Tatsuo Ishii
2026-06-11IS JSON/JSON(): Protect against expressions uncoercible to textÁlvaro Herrera
2026-06-11Fix parsing of parenthesised OLD/NEW in RETURNING list.Dean Rasheed
2026-06-04Require UPDATE permission on FOR PORTION OF columnPeter Eisentraut
2026-05-13Pre-beta mechanical code beautification, step 1: run pgindent.Tom Lane
2026-05-08Enforce RETURNING typmod for empty-set JSON_ARRAY(query)Richard Guo
2026-05-07Message corrections for partition split/merge commandsJohn Naylor
2026-05-01Fix JSON_ARRAY(query) empty set handling and view deparsingRichard Guo
2026-04-30Fix attnum remapping in generateClonedExtStatsStmt()Andrew Dunstan
2026-04-24Fix collation of expressions in GRAPH_TABLE COLUMNS clausePeter Eisentraut
2026-04-22Harmonize function parameter names for Postgres 19.Peter Geoghegan
2026-04-22Fix UPDATE/DELETE ... WHERE CURRENT OF on a table with virtual columns.Dean Rasheed
2026-04-21Fix a set of typos and grammar issues across the treeMichael Paquier
2026-04-14Add missing period to HINT messages.Amit Kapila
2026-04-07Fix WITHOUT OVERLAPS' interaction with domains.Tom Lane
2026-04-06Support more object types within CREATE SCHEMA.Tom Lane