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
*
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
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Remove ATPrepSetStatistics
Peter Eisentraut
2019-12-11
*
Add object TRUNCATE hook
Joe Conway
2019-11-23
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
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
[next]