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
*
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
*
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-09-07
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
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
*
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-07-16
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
[next]