Commit Graph

13 Commits (c098509927f9a49ebceb301a2cb6a477ecd4ac3c)

Author SHA1 Message Date
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Robert Haas 1bb5e78218 Move code for managing PartitionDescs into a new file, partdesc.c 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Robert Haas 7ee5f88e65 Reduce unnecessary list construction in RelationBuildPartitionDesc. 7 years ago
Alvaro Herrera 3f2393edef Redesign initialization of partition routing structures 7 years ago
Michael Paquier b52b7dc250 Refactor code creating PartitionBoundInfo 7 years ago
Tom Lane aaf10f32a3 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
Alvaro Herrera 2fbdf1b38b Simplify partitioned table creation vs. relcache 7 years ago
Tom Lane 19832753f1 Fix some ill-chosen names for globally-visible partition support functions. 7 years ago
Alvaro Herrera 2d625176c0 Plural of modulus is moduli 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago