index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
5
-2
/
+18
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
1
-0
/
+1
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
1
-0
/
+5
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
2
-4
/
+0
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-2
/
+0
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
19
-527
/
+527
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
2
-1
/
+3
*
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-02
1
-0
/
+3
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
1
-0
/
+1
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
2
-3
/
+7
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+2
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
1
-0
/
+6
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
1
-2
/
+2
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
2
-0
/
+3
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
2
-1
/
+2
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
2
-3
/
+0
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
1
-1
/
+9
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
2
-1
/
+15
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
4
-10
/
+3
*
Split create_foreignscan_path() into three functions.
Tom Lane
2019-02-07
1
-0
/
+13
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
19
-20
/
+20
*
Refactor planner's header files.
Tom Lane
2019-01-29
9
-153
/
+184
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
3
-24
/
+2
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
3
-3
/
+11
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
1
-0
/
+3
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
1
-10
/
+4
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
2
-4
/
+35
*
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
1
-1
/
+1
*
Remove unnecessary #include.
Tom Lane
2019-01-10
1
-1
/
+0
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
3
-18
/
+64
*
Update copyright for 2019
Bruce Momjian
2019-01-02
25
-25
/
+25
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
2
-0
/
+5
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
1
-0
/
+2
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
1
-1
/
+1
*
Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers.
Amit Kapila
2018-09-14
1
-0
/
+2
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
1
-2
/
+1
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
1
-2
/
+1
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
2
-6
/
+6
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
1
-0
/
+1
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
2
-1
/
+2
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
1
-1
/
+2
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
1
-0
/
+1
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
1
-1
/
+4
*
Revert MERGE patch
Simon Riggs
2018-04-12
1
-5
/
+2
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
1
-1
/
+1
*
Faster partition pruning
Alvaro Herrera
2018-04-06
1
-5
/
+0
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
1
-2
/
+5
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
1
-5
/
+2
*
Modified files for MERGE
Simon Riggs
2018-04-02
1
-2
/
+5
*
postgres_fdw: Push down partition-wise aggregation.
Robert Haas
2018-04-02
1
-1
/
+2
[next]