index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's 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-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
2017-07-26
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-06-22
Fix typos in README.dependencies
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-15
Rename function for consistency
Alvaro Herrera
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-02
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-07
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-06
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
Comment fixes for extended statistics
Alvaro Herrera
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-03-27
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera