aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAge
* 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
* Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane2011-09-02
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-19
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-16
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane2011-05-30
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Per-column collation supportPeter Eisentraut2011-02-08
* Avoid having autovacuum workers wait for relation locks.Robert Haas2011-02-07
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane2010-11-09
* Provide hashing support for arrays.Tom Lane2010-10-30