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 bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-06-29
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typo
Peter Eisentraut
2021-05-07
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Cleanup partition pruning step generation
David Rowley
2021-04-08
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Message style fix
Peter Eisentraut
2021-02-24
*
Improve new hash partition bound check error messages
Peter Eisentraut
2021-02-22
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Fix assertion failure in check_new_partition_bound().
Tom Lane
2020-10-30
*
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-23
*
Clean up some code and comments in partbounds.c.
Etsuro Fujita
2020-09-10
*
Remove some more useless assignments.
Tom Lane
2020-09-04
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix some typos
Michael Paquier
2020-04-27
*
Suppress unused-variable warning.
Tom Lane
2020-04-10
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Avoid redundant checks in partition_bounds_copy().
Etsuro Fujita
2020-02-21
*
Remove extra word from comment.
Etsuro Fujita
2020-02-20
*
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
*
Remove extra parenthesis from comment.
Etsuro Fujita
2019-12-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-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 inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix typos in comments.
Etsuro Fujita
2019-08-07
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
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
[next]