index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's 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
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
2019-03-14
Fix some oversights in commit 2455ab488.
Tom Lane
2019-03-14
Defend against leaks into RelationBuildPartitionDesc.
Robert Haas
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-08
Fix incorrect routine name reference in partprune.c
Michael Paquier
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-25
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-05
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-08-26
Fix typos.
Thomas Munro
2018-08-09
Remove bogus Assert in make_partitionedrel_pruneinfo().
Tom Lane
2018-08-08
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-30
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-16
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-10
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-06-20
Consistently use the term 'partitioned rel' in partprune comments
Alvaro Herrera
2018-06-13
Code review for match_clause_to_partition_key().
Tom Lane
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
Fix run-time partition pruning code to handle NULL values properly.
Tom Lane
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-05-09
Fix assorted partition pruning bugs
Alvaro Herrera
[next]