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
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
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Allow whole-row Vars to be used in partitioning expressions.
Tom Lane
2019-12-25
Remove equalPartitionDescs().
Tom Lane
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-12
Remove extra parenthesis from comment.
Etsuro Fujita
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-21
Update obsolete comment.
Etsuro Fujita
2019-09-07
Avoid using INFO elevel for what are fundamentally debug messages.
Tom Lane
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-13
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-12
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-09
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-07
Apply constraint exclusion more generally in partitioning
Alvaro Herrera
2019-08-07
Fix typos in comments.
Etsuro Fujita
2019-08-04
Improve pruning of a default partition
Alvaro Herrera
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-15
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-12
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-16
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-04-15
Fix failure with textual partition hash keys.
Tom Lane
2019-04-13
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-26
Fix misplaced const
Peter Eisentraut
2019-03-25
Fix use of wrong datatype with sizeof().
Robert Haas
2019-03-22
Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-16
Update copyright year in files added by 1bb5e78218.
Amit Kapila
2019-03-15
Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.
Tom Lane
[next]