Commits

DateSubjectAuthorReleases
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-10 Move inheritance expansion code into its own file Alvaro Herrera 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-08 Fix incorrect routine name reference in partprune.c Michael Paquier 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-08 Remove duplicated words split across lines in comments Michael Paquier 12.0
2018-08-26 Fix typos. Thomas Munro 11.0
2018-08-26 Fix typos. Thomas Munro 12.0
2018-08-09 Remove bogus Assert in make_partitionedrel_pruneinfo(). Tom Lane 11.0
2018-08-09 Remove bogus Assert in make_partitionedrel_pruneinfo(). Tom Lane 12.0
2018-08-08 Match RelOptInfos by relids not pointer equality. Tom Lane 11.0
2018-08-08 Match RelOptInfos by relids not pointer equality. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-07-30 Verify range bounds to bms_add_range when necessary Alvaro Herrera 12.0
2018-07-30 Verify range bounds to bms_add_range when necessary Alvaro Herrera 11.0
2018-07-16 Fix partition pruning with IS [NOT] NULL clauses Alvaro Herrera 12.0
2018-07-16 Fix partition pruning with IS [NOT] NULL clauses Alvaro Herrera 11.0
2018-06-20 Consistently use the term 'partitioned rel' in partprune comments Alvaro Herrera 11.0
2018-06-13 Code review for match_clause_to_partition_key(). Tom Lane 11.0
2018-06-13 Fix some ill-chosen names for globally-visible partition support functions. Tom Lane 11.0
2018-06-13 Fix up run-time partition pruning's use of relcache's partition data. Tom Lane 11.0
2018-06-11 Improve commentary about run-time partition pruning data structures. Tom Lane 11.0
2018-06-11 Fix run-time partition pruning code to handle NULL values properly. Tom Lane 11.0