aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.Noah Misch2024-06-27
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* Reject modifying a temp table of another session with ALTER TABLE.Tom Lane2024-06-07
* Fix handling of polymorphic output arguments for procedures.Tom Lane2024-05-14
* Fix pg_sequence_last_value() for unlogged sequences on standbys.Nathan Bossart2024-05-13
* Close race condition between datfrozen and relfrozen updates.Noah Misch2024-04-29
* Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane2024-03-26
* Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera2024-03-20
* Backpatch missing check_stack_depth() to some recursive functionsAlexander Korotkov2024-03-11
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas2024-02-05
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Fix bugs in manipulation of large objects.Tom Lane2023-12-15
* Check collation when creating partitioned indexPeter Eisentraut2023-12-01
* Lock table in DROP STATISTICSTomas Vondra2023-11-19
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.Tom Lane2023-10-16
* Silence compiler warning in release 11 and 12 branchesAndrew Dunstan2023-08-27
* Reject substituting extension schemas or owners matching ["$'\].Noah Misch2023-08-07
* Fix updates of indisvalid for partitioned indexesMichael Paquier2023-07-14
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Release lock after encountering bogs row in vac_truncate_clog()Andres Freund2023-07-13
* Fix ALTER EXTENSION SET SCHEMA with objects outside an extension's schemaMichael Paquier2023-07-10
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...Michael Paquier2023-06-28
* Fix the errhint message and docs for drop subscription failure.Amit Kapila2023-06-21
* Replace last PushOverrideSearchPath() call with set_config_option().Noah Misch2023-05-08
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Reject system columns as elements of foreign keys.Tom Lane2023-03-31
* Ensure acquire_inherited_sample_rows sets its output parameters.Tom Lane2023-03-31
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Ensure COPY TO on an RLS-enabled table copies no more than it should.Tom Lane2023-03-10
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier2023-01-11
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Fix thinko in comment.Etsuro Fujita2022-09-22
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Fix typo in comment.Etsuro Fujita2022-08-26
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27