index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
partcache.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Generated columns
Peter Eisentraut
2019-03-30
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
Plural of modulus is moduli
Alvaro Herrera
2018-04-19
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14