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
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
1
-7
/
+7
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
1
-3
/
+18
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
1
-8
/
+11
*
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
1
-1
/
+1
*
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
1
-1
/
+12
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
1
-5
/
+11
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
1
-2
/
+5
*
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-09-23
1
-14
/
+104
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-0
/
+1
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
1
-1
/
+1
*
Separate block sampling functions
Simon Riggs
2015-05-15
1
-219
/
+6
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
1
-14
/
+17
*
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-29
1
-0
/
+2
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
1
-14
/
+71
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
1
-16
/
+16
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
1
-0
/
+6
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
2014-11-15
1
-0
/
+4
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
1
-7
/
+12
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-23
/
+23
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-1
/
+2
*
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
1
-1
/
+15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
1
-1
/
+2
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
1
-1
/
+1
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-4
/
+5
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-3
/
+6
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-11
/
+11
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
1
-1
/
+1
*
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
1
-52
/
+42
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
1
-44
/
+102
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
1
-7
/
+5
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
1
-15
/
+13
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
1
-2
/
+2
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
1
-2
/
+9
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
1
-8
/
+8
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Avoid possibly accessing off the end of memory in examine_attribute().
Tom Lane
2011-09-06
1
-5
/
+4
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+2
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
1
-5
/
+7
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-4
/
+0
*
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-19
1
-15
/
+2
*
Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".
Tom Lane
2011-06-16
1
-7
/
+10
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
1
-2
/
+2
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
1
-35
/
+24
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
1
-5
/
+6
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-5
/
+5
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
1
-2
/
+2
[next]