index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
/
partbounds.c
Commit message (
Expand
)
Author
Age
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-14
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-05
*
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
*
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