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