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
/
include
/
statistics
Age
Commit message (
Expand
)
Author
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
Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Tom Lane
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-02
Update copyright for 2019
Bruce Momjian
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
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-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