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 .. 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
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Fix handling of generated columns in ALTER TABLE.
Tom Lane
2020-01-08
*
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Fix failure when creating cloned indexes for a partition
Michael Paquier
2019-11-02
*
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-10-13
*
Fix table rewrites that include a column without a default.
Andres Freund
2019-10-09
*
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-09-07
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-16
*
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-09
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-28
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
Purely-cosmetic adjustments in tablecmds.c.
Tom Lane
2019-06-24
*
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix default_tablespace usage for partitioned tables
Alvaro Herrera
2019-06-07
*
Rework code using list_delete_cell() in MergeAttributes
Michael Paquier
2019-06-05
*
Fix unsafe memory management in CloneRowTriggersToPartition().
Tom Lane
2019-06-03
*
Fix typos.
Amit Kapila
2019-05-26
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
More message style fixes
Alvaro Herrera
2019-05-16
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Fix error messages
Alvaro Herrera
2019-05-08
*
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
*
Message style fixes
Alvaro Herrera
2019-04-30
*
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-29
*
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-26
[next]