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
*
Add missing pstrdup
Alvaro Herrera
2018-04-23
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert lowering of lock level for ATTACH PARTITION
Alvaro Herrera
2018-04-12
*
Set relispartition correctly for index partitions
Alvaro Herrera
2018-04-11
*
Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Alvaro Herrera
2018-04-11
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Foreign keys on partitioned tables
Alvaro Herrera
2018-04-04
*
Don't clone internal triggers to partitions
Alvaro Herrera
2018-04-03
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Fix relcache handling of the 'default' partition
Alvaro Herrera
2018-03-21
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Fix CommandCounterIncrement in partition-related DDL
Alvaro Herrera
2018-03-20
*
Avoid having two PKs in a partition
Alvaro Herrera
2018-03-12
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-09
*
Error message improvement
Peter Eisentraut
2018-02-20
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Move function comment to the right place
Peter Eisentraut
2018-02-17
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Silence complaint about dead assignment
Peter Eisentraut
2018-01-29
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
*
Minor preparatory refactoring for UPDATE row movement.
Robert Haas
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix assorted syscache lookup sloppiness in partition-related code.
Tom Lane
2017-11-27
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Add hash partitioning.
Robert Haas
2017-11-09
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-11-01
*
Support domains over composite types.
Tom Lane
2017-10-26
*
On attach, consider skipping validation of subpartitions individually.
Robert Haas
2017-10-05
*
Improve error message when skipping scan of default partition.
Robert Haas
2017-10-05
*
Fix inconsistent capitalization.
Robert Haas
2017-09-14
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Refactor validation of new partitions a little bit.
Robert Haas
2017-08-17
*
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
[next]