summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
2024-07-02Limit max parameter number with MaxAllocSizePeter Eisentraut
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-28SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote
2024-06-25Improve comment in gram.y.Tom Lane
2024-06-19SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote
2024-06-12Harmonize function parameter names for Postgres 17.Peter Geoghegan
2024-06-04Fix PL/pgSQL's handling of integer ranges containing underscores.Dean Rasheed
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane
2024-05-21Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas
2024-05-20Revert commit 66c0185a3 and follow-on patches.Tom Lane
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-15Re-forbid underscore in positional parametersPeter Eisentraut
2024-05-15Remove stray blank line among gram.y keywordsPeter Eisentraut
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-12Add permission check for MERGE/SPLIT partition operationsAlexander Korotkov
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-05-02Disallow NO INHERIT not-null constraints on partitioned tablesAlvaro Herrera
2024-04-19Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTYAmit Langote
2024-04-18SQL/JSON: Improve some error messagesAmit Langote
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-15Fix ALTER DOMAIN NOT NULL syntaxPeter Eisentraut
2024-04-09Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commandsAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08Fix restriction on specifying KEEP QUOTES in JSON_QUERY()Amit Langote
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-04-05Suppress "variable may be used uninitialized" warning.Tom Lane
2024-04-04Add missing initialization in transformJsonFuncExpr()Amit Langote
2024-04-04Fix typo introduced in 6185c9737Amit Langote
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-08Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHODMichael Paquier