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 toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
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
*
Don't set a fast default for anything but a plain table
Andrew Dunstan
2021-06-18
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
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
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Disallow ALTER TABLE ONLY / DROP EXPRESSION
Peter Eisentraut
2020-11-03
*
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
Alvaro Herrera
2020-10-20
*
Add for_each_from, to simplify loops starting from non-first list cells.
Tom Lane
2020-09-28
*
Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL.
Tom Lane
2020-09-16
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
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
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
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
*
Remove bogus Assert in foreign key cloning code
David Rowley
2020-04-22
*
Fix detaching partitions with cloned row triggers
Alvaro Herrera
2020-04-21
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
*
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
*
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-03-18
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Code simplification
Peter Eisentraut
2020-03-09
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Record parents of triggers
Alvaro Herrera
2020-02-27
*
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-07
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-28
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-21
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
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
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
[next]