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
/
backend
/
statistics
/
dependencies.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
1
-11
/
+15
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-2
/
+2
*
Use column collation for extended statistics
Tomas Vondra
2019-07-20
1
-1
/
+1
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
1
-3
/
+4
*
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-30
1
-3
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-7
/
+7
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-4
/
+4
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
1
-11
/
+29
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
1
-59
/
+41
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
1
-1
/
+1
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-2
/
+1
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
1
-1
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
1
-1
/
+4
*
Fix typos.
Thomas Munro
2018-08-27
1
-1
/
+1
*
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-05-02
1
-3
/
+10
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-12-04
1
-47
/
+63
*
Infer functional dependency past RelabelType
Alvaro Herrera
2017-10-12
1
-0
/
+8
*
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-07-26
1
-8
/
+0
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-6
/
+6
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-4
/
+4
*
Rename function for consistency
Alvaro Herrera
2017-06-15
1
-3
/
+3
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-9
/
+9
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
1
-7
/
+7
*
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
1
-16
/
+7
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
1
-2
/
+2
*
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
1
-2
/
+2
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
1
-2
/
+2
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
1
-2
/
+7
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
1
-0
/
+1079