index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Age
Commit message (
Expand
)
Author
2021-10-04
Fix duplicate words in comments
Daniel Gustafsson
2021-10-01
Ensure interleaved_parts field is always initialized
David Rowley
2021-08-03
Allow ordered partition scans in more cases
David Rowley
2021-08-02
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-19
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-14
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-06
Reduce the number of pallocs when building partition bounds
David Rowley
2021-06-29
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-07
Fix typo
Peter Eisentraut
2021-05-06
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-04-28
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-22
Fix uninitialized memory bug
Alvaro Herrera
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
Cleanup partition pruning step generation
David Rowley
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-02-24
Message style fix
Peter Eisentraut
2021-02-22
Improve new hash partition bound check error messages
Peter Eisentraut
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-01
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-01-28
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-15
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-11-16
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-10-30
Fix assertion failure in check_new_partition_bound().
Tom Lane
2020-09-23
Improve error cursor positions for problems with partition bounds.
Tom Lane
2020-09-10
Clean up some code and comments in partbounds.c.
Etsuro Fujita
2020-09-04
Remove some more useless assignments.
Tom Lane
2020-08-07
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-07-28
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-05-22
Fix two typos in a comment
Alvaro Herrera
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-27
Fix some typos
Michael Paquier
2020-04-10
Suppress unused-variable warning.
Tom Lane
2020-04-08
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-03-23
Add object names to partition integrity violations.
Amit Kapila
2020-03-18
Enable BEFORE row-level triggers for partitioned tables
Alvaro Herrera
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-21
Avoid redundant checks in partition_bounds_copy().
Etsuro Fujita
2020-02-20
Remove extra word from comment.
Etsuro Fujita
[next]