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
*
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-27
*
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
*
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
*
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
*
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-17
*
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Fix dependency handling of partitions and inheritance for ON COMMIT
Michael Paquier
2018-11-09
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-10-01
*
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Remove obsolete comment
Peter Eisentraut
2018-08-13
*
Remove undocumented restriction against duplicate partition key columns.
Tom Lane
2018-07-19
*
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-20
*
Fix access to just-closed relcache entry.
Tom Lane
2018-06-11
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
*
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
*
Fix inconsistent capitalization.
Robert Haas
2017-09-14
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-09
*
Fix bug in deciding whether to scan newly-attached partition.
Robert Haas
2017-08-04
*
Fix lock upgrade hazard in ATExecAttachPartition.
Robert Haas
2017-08-03
*
Code beautification for ATExecAttachPartition.
Robert Haas
2017-08-03
*
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-03
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Fix failure to remove dependencies when a partition is detached.
Robert Haas
2017-06-13
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Fix corruption of tableElts list by MergeAttributes().
Robert Haas
2017-05-19
*
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
*
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-04-28
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Allow ALTER TABLE ONLY on partitioned tables
Stephen Frost
2017-04-25
*
Code review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
Robert Haas
2017-04-12
*
Fix possibile deadlock when dropping partitions.
Robert Haas
2017-04-11
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Fix compiler warning and add some more comments
Peter Eisentraut
2017-04-06
[next]