summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
2024-03-07Fix description and grouping of RangeTblEntry.inhPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-27Use C99-designated initializer syntax for more arraysMichael Paquier
2024-02-21MERGE ... DO NOTHING: require SELECT privilegesAlvaro Herrera
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-01-25Add a const decorationPeter Eisentraut
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-16Remove useless LIMIT_OPTION_DEFAULT value from LimitOptionAlvaro Herrera
2023-12-11Simplify productions for FORMAT JSON [ ENCODING name ]Alvaro Herrera
2023-11-28Clean up usage of bison precedence for non-operator keywords.Tom Lane
2023-11-26Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane
2023-11-06Compute aggregate argument types correctly in transformAggregateCall().Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-03Add some notes about why "ALTER TYPE enum DROP VALUE" is hard.Tom Lane
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-27Add TupleDescGetDefault()Peter Eisentraut
2023-09-15Track nesting depth correctly when drilling down into RECORD Vars.Tom Lane
2023-08-29Make more use of makeColumnDef()Peter Eisentraut
2023-08-27Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier