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
*
Make some error strings more generic
Alvaro Herrera
2023-10-20
*
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
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Comment fix for 60684dd834.
Jeff Davis
2023-04-17
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
*
Perform logical replication actions as the table owner.
Robert Haas
2023-04-04
*
Reject system columns as elements of foreign keys.
Tom Lane
2023-03-31
*
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-28
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Clean up comments
Peter Eisentraut
2023-03-08
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
Fix check for child column generation status matching parent.
Tom Lane
2023-02-16
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Improve handling of inherited GENERATED expressions.
Tom Lane
2023-01-11
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix operator typo in tablecmds.c
Michael Paquier
2022-12-22
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
*
Fix FK comment think-o
Peter Eisentraut
2022-12-07
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
*
Rename shadowed local variables
David Rowley
2022-10-05
[next]