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
/
include
/
optimizer
Age
Commit message (
Expand
)
Author
2018-09-14
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-02
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-03-22
Implement partition-wise grouping/aggregation.
Robert Haas
2018-03-20
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-09
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-02-26
Add a new upper planner relation for partially-aggregated results.
Robert Haas
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-09
Mark assorted GUC variables as PGDLLIMPORT.
Robert Haas
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-11-27
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-15
Add parallel_leader_participation GUC.
Robert Haas
2017-11-02
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-10-08
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
Tom Lane
2017-10-06
Basic partition-wise join functionality.
Robert Haas
2017-08-15
Assorted preparatory refactoring for partition-wise join.
Robert Haas
2017-08-15
Teach adjust_appendrel_attrs(_multilevel) to do multiple translations.
Robert Haas
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-04
#ifdef out assorted unused GEQO code.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-01
Reduce semijoins with unique inner relations to plain inner joins.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-04-04
Abstract logic to allow for multiple kinds of child rels.
Robert Haas
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
[next]