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
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Remove extra word from comment.
Etsuro Fujita
2020-02-20
*
Remove extra parenthesis from comment.
Etsuro Fujita
2019-12-12
*
Update obsolete comment.
Etsuro Fujita
2019-10-21
*
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-09-07
*
Fix typos in comments.
Etsuro Fujita
2019-08-07
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-28
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix failure with textual partition hash keys.
Tom Lane
2019-04-15
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Fix misplaced const
Peter Eisentraut
2019-03-26
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
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 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