index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Fix relcache reference leak.
Robert Haas
2017-03-07
*
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-03-02
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Add a few comments about ANALYZE's strategy for collecting MCVs.
Tom Lane
2016-04-04
*
Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.
Tom Lane
2016-04-04
*
Omit null rows when setting the threshold for what's a most-common value.
Tom Lane
2016-04-01
*
Omit null rows when applying the Haas-Stokes estimator for ndistinct.
Tom Lane
2016-04-01
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-09-23
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Separate block sampling functions
Simon Riggs
2015-05-15
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-29
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
2014-11-15
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
[next]