aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAge
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane2016-08-07
* pgindent run for 9.6Robert Haas2016-06-09
* Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane2016-06-06
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-04
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-04
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-01
* Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane2016-04-01
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane2015-09-23
* pgindent run for 9.5Bruce Momjian2015-05-23
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Separate block sampling functionsSimon Riggs2015-05-15
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane2015-03-29
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Emit msg re skipping ANALYZE for absent inh treeSimon Riggs2014-11-15
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce logical decoding.Robert Haas2014-03-03
* Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-22
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-14
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-06
* Clean up the #include mess a little.Tom Lane2011-09-04