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
*
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
*
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
*
Throw a more on-point error for publications depending on columns.
Tom Lane
2024-05-02
*
Throw a more on-point error for functions depending on columns.
Tom Lane
2024-04-28
*
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
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Fix FK comment think-o
Peter Eisentraut
2022-12-07
*
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
*
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-23
*
Fix GetForeignKey*Triggers for self-referential FKs
Alvaro Herrera
2022-09-09
*
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
*
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
*
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Unlogged sequences
Peter Eisentraut
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
*
Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.
Tom Lane
2022-03-21
*
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-06
*
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-05
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Update comments
Peter Eisentraut
2021-11-26
[next]