Commit Graph

694 Commits (e4597ee65d683e11a57a4b7f597807ebf44b6cf1)

Author SHA1 Message Date
Peter Eisentraut e4597ee65d InsertPgAttributeTuple() to set attcacheoff 7 years ago
Peter Eisentraut 3ebdd21b79 Remove obsolete comment 7 years ago
Michael Paquier f841ceb26d Improve TRUNCATE by avoiding early lock queue 7 years ago
Tom Lane 2409716755 Remove undocumented restriction against duplicate partition key columns. 7 years ago
Alvaro Herrera cb9db2ab06 Fix ALTER TABLE...SET STATS error message for included columns 7 years ago
Alvaro Herrera cd073d8f70 Fix FK checks of TRUNCATE involving partitioned tables 7 years ago
Michael Paquier 1c7c317cd9 Clarify use of temporary tables within partition trees 7 years ago
Tom Lane 19832753f1 Fix some ill-chosen names for globally-visible partition support functions. 7 years ago
Tom Lane bdc643e5e4 Fix access to just-closed relcache entry. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Alvaro Herrera bc972072a3 Add missing pstrdup 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Alvaro Herrera b8ca984b2c Revert lowering of lock level for ATTACH PARTITION 8 years ago
Alvaro Herrera 9e9befac4a Set relispartition correctly for index partitions 8 years ago
Alvaro Herrera 72cf7f310c Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT 8 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Alvaro Herrera 3de241dba8 Foreign keys on partitioned tables 8 years ago
Alvaro Herrera 851f4b4e14 Don't clone internal triggers to partitions 8 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
Andrew Dunstan 16828d5c02 Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Alvaro Herrera 56163004b8 Fix relcache handling of the 'default' partition 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Alvaro Herrera 4dba331cb3 Fix CommandCounterIncrement in partition-related DDL 8 years ago
Alvaro Herrera 1f8a3327a9 Avoid having two PKs in a partition 8 years ago
Tom Lane 4a4e2442a7 Fix improper uses of canonicalize_qual(). 8 years ago
Tom Lane 5748f3a0aa Improve predtest.c's internal docs, and enhance its functionality a bit. 8 years ago
Peter Eisentraut c2ff42c6c1 Error message improvement 8 years ago
Alvaro Herrera eb7ed3f306 Allow UNIQUE indexes on partitioned tables 8 years ago
Peter Eisentraut 1a1adb215c Move function comment to the right place 8 years ago
Peter Eisentraut 533c5d8bdd Fix application of identity values in some cases 8 years ago
Peter Eisentraut 07e524d3e9 Silence complaint about dead assignment 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Alvaro Herrera 1ef61ddce9 Fix StoreCatalogInheritance1 to use 32bit inhseqno 8 years ago
Robert Haas ef6087ee5f Minor preparatory refactoring for UPDATE row movement. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane cb03fa33ae Fix assorted syscache lookup sloppiness in partition-related code. 8 years ago
Alvaro Herrera a61f5ab986 Simplify index_[constraint_]create API 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Robert Haas 1aba8e651a Add hash partitioning. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane af20e2d728 Fix ALTER TABLE code to update domain constraints when needed. 8 years ago
Tom Lane 37a795a60b Support domains over composite types. 8 years ago
Robert Haas 14f67a8ee2 On attach, consider skipping validation of subpartitions individually. 8 years ago
Robert Haas c31e9d4baf Improve error message when skipping scan of default partition. 8 years ago
Robert Haas 42651bdd68 Fix inconsistent capitalization. 8 years ago