index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
*
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
*
Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.
Tom Lane
2024-03-26
*
Review wording on tablespaces w.r.t. partitioned tables
Alvaro Herrera
2024-03-20
*
Backpatch missing check_stack_depth() to some recursive functions
Alexander Korotkov
2024-03-11
*
Doc: mention foreign keys can reference unique indexes
David Rowley
2024-01-30
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Choose FK name correctly during partition attachment
Alvaro Herrera
2022-09-08
*
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-05
*
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
*
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-06
*
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
*
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-16
*
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-14
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Add missing error code to "cannot attach index ..." error.
Heikki Linnakangas
2020-05-28
*
Fix several DDL issues of generated columns versus inheritance
Peter Eisentraut
2020-05-08
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-07
*
Revert commit de0177788b.
Fujii Masao
2020-02-03
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
[next]