summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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-08-27Silence compiler warning in release 11 and 12 branchesAndrew Dunstan
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-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-28Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier
2023-06-21Fix the errhint message and docs for drop subscription failure.Amit Kapila
2023-05-08Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-03-31Reject system columns as elements of foreign keys.Tom Lane
2023-03-31Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane
2023-03-27Reject attempts to alter composite types used in indexes.Tom Lane
2023-03-10Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-11Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-04Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita
2022-11-03Create FKs properly when attaching table as partitionAlvaro Herrera
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane