Commit Graph

725 Commits (5deadfef282761aeb27b18706dcff295e9430c39)

Author SHA1 Message Date
Tom Lane 5deadfef28 Fix misapplication of pgstat_count_truncate to wrong relation. 7 years ago
Michael Paquier 730422afcd Fix some errhint and errdetail strings missing a period 7 years ago
Alvaro Herrera de38ce1b83 Don't allow partitioned indexes in pg_global tablespace 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Andres Freund 1a0586de36 Introduce notion of different types of slots (without implementing them). 7 years ago
Peter Eisentraut 1b5d797cd4 Lower lock level for renaming indexes 7 years ago
Michael Paquier 52b70b1c7d Remove CommandCounterIncrement() after processing ON COMMIT DELETE 7 years ago
Michael Paquier 319a810180 Fix dependency handling of partitions and inheritance for ON COMMIT 7 years ago
Alvaro Herrera 705d433fd5 Revise attribute handling code on partition creation 7 years ago
Michael Paquier dc3e436b19 Block creation of partitions with open references to its parent 7 years ago
Alvaro Herrera dfa6081419 Fix tablespace handling for partitioned indexes 7 years ago
Magnus Hagander fbec7459aa Fix spelling errors and typos in comments 7 years ago
Peter Eisentraut 96b00c433c Remove obsolete pg_constraint.consrc column 7 years ago
Peter Eisentraut 5d7c703a44 Remove get_attidentity() 7 years ago
Alvaro Herrera c7d43c4d8a Correct attach/detach logic for FKs in partitions 7 years ago
Michael Paquier 9c2a970d1f Improve two error messages related to foreign keys on partitioned tables 7 years ago
Alvaro Herrera 39808e8868 Fix catalog insertion order for ATTACH PARTITION 7 years ago
Alvaro Herrera ad08006ba0 Fix event triggers for partitioned tables 7 years ago
Michael Paquier 38921d1416 Assign constraint name when cloning FK definition for partitions 7 years ago
Tom Lane e27453bd83 Fix ALTER COLUMN TYPE to not open a relation without any lock. 7 years ago
Tom Lane fdba460a26 Create an RTE field to record the query's lock mode for each relation. 7 years ago
Peter Eisentraut 0320ddaf3c Recurse to sequences on ownership change for all relkinds 7 years ago
Andres Freund 29c94e03c7 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
Alvaro Herrera 20bef2c311 Fix ALTER/TYPE on columns referenced by FKs in partitioned tables 7 years ago
Tom Lane 54b01b9293 Remove no-longer-used variable. 7 years ago
Alvaro Herrera 2fbdf1b38b Simplify partitioned table creation vs. relcache 7 years ago
Tom Lane 17b7c302b5 Fully enforce uniqueness of constraint names. 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Peter Eisentraut 1e5e4efd02 Error position support for partition specifications 7 years ago
Peter Eisentraut a4a232b1e7 Error position support for defaults and check constraints 7 years ago
Michael Paquier 72be8c29a1 Fix set of NLS translation issues 7 years ago
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. 8 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