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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
2
-22
/
+55
*
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-16
1
-1
/
+1
*
Reduce overhead of pg_mcv_list (de)serialization
Tomas Vondra
2019-04-03
1
-39
/
+77
*
Fix thinko in allocation call during MVC list deserialization
Michael Paquier
2019-04-01
1
-1
/
+1
*
Fix typo
Tomas Vondra
2019-03-31
1
-1
/
+1
*
Fix compiler warnings in multivariate MCV code
Tomas Vondra
2019-03-30
1
-4
/
+3
*
Additional fixes of memory alignment in pg_mcv_list code
Tomas Vondra
2019-03-30
1
-8
/
+9
*
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-29
1
-38
/
+76
*
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-28
1
-230
/
+206
*
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
1
-33
/
+31
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
6
-65
/
+2463
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
2
-2
/
+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
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-2
/
+2
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
3
-3
/
+3
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
3
-6
/
+12
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+1
*
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
2
-7
/
+17
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
1
-1
/
+1
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
1
-1
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
3
-3
/
+3
*
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-12-04
1
-47
/
+63
*
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
1
-3
/
+3
*
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-11-28
1
-8
/
+9
*
Infer functional dependency past RelabelType
Alvaro Herrera
2017-10-12
1
-0
/
+8
*
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-07-26
2
-12
/
+0
*
Fix typos in README.dependencies
Alvaro Herrera
2017-06-22
1
-5
/
+6
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
3
-10
/
+10
*
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
3
-8
/
+8
*
Rename function for consistency
Alvaro Herrera
2017-06-15
1
-3
/
+3
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
3
-59
/
+59
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
5
-36
/
+40
*
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
2
-21
/
+17
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
3
-20
/
+20
*
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
1
-29
/
+54
*
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
2
-4
/
+4
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
1
-2
/
+2
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
2
-5
/
+11
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
5
-8
/
+1365
*
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
1
-35
/
+54
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
4
-0
/
+1111