summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
33 hoursAdd support for runtime arguments in injection pointsMichael Paquier
8 daysHandle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
9 daysMake "directory" setting work with extension_control_pathPeter Eisentraut
2025-04-25Fix bug allowing io_combine_limit > io_max_combine_combine limitAndres Freund
2025-04-23Change the names generated for child foreign key constraints.Tom Lane
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-17Suppress "may be used uninitialized" warnings from older compilers.Tom Lane
2025-04-16Sync declarations and definitions of two new tablecmds.c functions.Tom Lane
2025-04-16Elide not-null constraint checks on child tables during PK creationÁlvaro Herrera
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-04-07Fix erroneous construction of functions' dependencies on transforms.Tom Lane
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-05Repair misbehavior with duplicate entries in FK SET column lists.Tom Lane
2025-04-04Add nbtree skip scan optimization.Peter Geoghegan
2025-04-04Allow "COPY table TO" command to copy rows from materialized views.Fujii Masao
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-04-02Add support for NOT ENFORCED in foreign key constraintsPeter Eisentraut
2025-03-30Enable IO concurrency on all systemsAndres Freund
2025-03-30read_stream: Introduce and use optional batchmode supportAndres Freund
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-28Add support for not-null constraints on virtual generated columnsPeter Eisentraut
2025-03-27Fix guc_malloc calls for consistency and OOM checksDaniel Gustafsson
2025-03-27Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERITÁlvaro Herrera
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-25refactor: Pass relation OID instead of Relation to createForeignKeyCheckTrigg...Peter Eisentraut
2025-03-25refactor: Split ATExecAlterConstraintInternal()Peter Eisentraut
2025-03-25refactor: Move some code that updates pg_constraint to a separate functionPeter Eisentraut
2025-03-25Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERITPeter Eisentraut
2025-03-21Change one loop in ATRewriteTable to use 1-based attnumsÁlvaro Herrera
2025-03-21Simplify EXPLAIN code for MemoizeDavid Rowley
2025-03-20Add an additional hook for EXPLAIN option validation.Robert Haas
2025-03-20Add vacuum_truncate configuration parameter.Nathan Bossart
2025-03-19extension_control_pathPeter Eisentraut
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-19Introduce io_max_combine_limit.Thomas Munro
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-18Allow non-btree unique indexes for matviewsPeter Eisentraut
2025-03-18Allow non-btree unique indexes for partition keysPeter Eisentraut
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-13ATExecSetRelOptions: Reduce scope of 'isnull' variableÁlvaro Herrera
2025-03-13Avoid invalidating all RelationSyncCache entries on publication rename.Amit Kapila
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-11Move RemoveInheritedConstraint() call slightly earlierPeter Eisentraut
2025-03-11refactor: Split tryAttachPartitionForeignKey()Peter Eisentraut