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
2019-08-09
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-01
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-02
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-03-31
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-26
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-02-12
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-09
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-07
Split create_foreignscan_path() into three functions.
Tom Lane
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-29
Make some small planner API cleanups.
Tom Lane
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-16
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-10
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
Remove unnecessary #include.
Tom Lane
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-12
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
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
[next]