summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2025-04-20Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.Noah Misch
2025-04-02Need to do CommandCounterIncrement after StoreAttrMissingVal.Tom Lane
2025-03-03Fix broken handling of domains in atthasmissing logic.Tom Lane
2025-02-13Fix MakeTransitionCaptureState() to return a consistent resultMichael Paquier
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2024-12-28In REASSIGN OWNED of a database, lock the tuple as mandated.Noah Misch
2024-12-07Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane
2024-11-11Fix arrays comparison in CompareOpclassOptions()Alexander Korotkov
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-08Message style improvementPeter Eisentraut
2024-10-22Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera
2024-10-21Fix wrong assertion and poor error messages in "COPY (query) TO".Tom Lane
2024-09-29Remove NULL dereference from RenameRelationInternal().Noah Misch
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Back-patch "Refactor code in tablecmds.c to check and process tablespace moves"Noah Misch
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-19Explain dropdb can't use syscache because of TOASTTomas Vondra
2024-08-18Fix DROP DATABASE for databases with many ACLsTomas Vondra
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-01Preserve CurrentMemoryContext across notify and sinval interrupts.Tom Lane
2024-06-28Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch
2024-06-20Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane
2024-06-07Reject modifying a temp table of another session with ALTER TABLE.Tom Lane
2024-05-15Fix handling of polymorphic output arguments for procedures.Tom Lane
2024-05-13Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart
2024-04-29Close race condition between datfrozen and relfrozen updates.Noah Misch
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-20Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera
2024-03-11Backpatch missing check_stack_depth() to some recursive functionsAlexander Korotkov
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-05Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-29Doc: mention foreign keys can reference unique indexesDavid Rowley
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-12-01Check collation when creating partitioned indexPeter Eisentraut
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-11-16Ensure we preprocess expressions before checking their volatility.Tom Lane
2023-10-16Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane
2023-09-30Fix briefly showing old progress stats for ANALYZE on inherited tables.Heikki Linnakangas
2023-08-07Reject substituting extension schemas or owners matching ["$'\].Noah Misch
2023-07-14Fix updates of indisvalid for partitioned indexesMichael Paquier
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-13Release lock after encountering bogs row in vac_truncate_clog()Andres Freund
2023-07-10Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier
2023-07-02Fix oversight in handling of modifiedCols since f24523672dTomas Vondra