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
/
backend
/
statistics
Age
Commit message (
Expand
)
Author
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-07-20
Use column collation for extended statistics
Tomas Vondra
2019-07-20
Rework examine_opclause_expression to use varonleft
Tomas Vondra
2019-07-18
Fix typo in mvdistinct.c
Michael Paquier
2019-07-18
Simplify bitmap updates in multivariate MCV code
Tomas Vondra
2019-07-18
Fix handling of NULLs in MCV items and constants
Tomas Vondra
2019-07-18
Fix handling of opclauses in extended statistics
Tomas Vondra
2019-07-18
Remove unnecessary TYPECACHE_GT_OPR lookup
Tomas Vondra
2019-07-05
Remove unused variable in statext_mcv_serialize()
Tomas Vondra
2019-07-04
Simplify pg_mcv_list (de)serialization
Tomas Vondra
2019-07-04
Fix pg_mcv_list_items() to produce text[]
Tomas Vondra
2019-07-04
Speed-up build of MCV lists with many distinct values
Tomas Vondra
2019-06-23
Add security checks to the multivariate MCV estimation code.
Dean Rasheed
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-05-30
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-26
Fix typos.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-21
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-15
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-03
Reduce overhead of pg_mcv_list (de)serialization
Tomas Vondra
2019-04-01
Fix thinko in allocation call during MVC list deserialization
Michael Paquier
2019-03-31
Fix typo
Tomas Vondra
2019-03-30
Fix compiler warnings in multivariate MCV code
Tomas Vondra
2019-03-30
Additional fixes of memory alignment in pg_mcv_list code
Tomas Vondra
2019-03-29
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-28
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-27
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
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-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-08-26
Fix typos.
Thomas Munro
2018-05-02
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-04
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-11-29
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-10-12
Infer functional dependency past RelabelType
Alvaro Herrera
[next]