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
*
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
*
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
*
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
*
Add missing words in comment
Alvaro Herrera
2021-11-22
*
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
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
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
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier
2021-05-08
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Remove unused argument of ATAddForeignConstraint
Alvaro Herrera
2021-05-05
*
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
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Don't add a redundant constraint when detaching a partition
Alvaro Herrera
2021-04-21
*
Avoid unnecessary table open/close in TRUNCATE command.
Fujii Masao
2021-04-12
*
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-09
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Add comments for AlteredTableInfo->rel
Alvaro Herrera
2021-03-25
*
Let ALTER TABLE Phase 2 routines manage the relation pointer
Alvaro Herrera
2021-03-25
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
[next]