summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-041-2/+30
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-041-6/+10
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-011-11/+9
* Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane2016-04-011-24/+38
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-011-1/+7
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane2015-09-231-14/+104
* pgindent run for 9.5Bruce Momjian2015-05-231-0/+1
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-1/+1
* Separate block sampling functionsSimon Riggs2015-05-151-219/+6
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-031-14/+17
* Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane2015-03-291-0/+2
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-14/+71
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-181-16/+16
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-191-0/+6
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Emit msg re skipping ANALYZE for absent inh treeSimon Riggs2014-11-151-0/+4
* Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.Tom Lane2014-10-301-7/+12
* pgindent run for 9.4Bruce Momjian2014-05-061-23/+23
* Introduce logical decoding.Robert Haas2014-03-031-1/+2
* Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane2014-01-111-1/+15
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-1/+2
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-4/+5
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-3/+6
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-11/+11
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-141-1/+1
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-061-52/+42
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-061-44/+102
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-031-7/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-15/+13
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-251-2/+2
* Measure the number of all-visible pages for use in index-only scan costing.Tom Lane2011-10-141-2/+9
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-8/+8
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane2011-09-061-5/+4
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+2
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-021-5/+7
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-4/+0
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-191-15/+2
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-161-7/+10
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-2/+2
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-301-35/+24
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-5/+6
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-5/+5
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-191-2/+2