summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
AgeCommit message (Expand)Author
2013-03-06Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-04-06Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-03-03Collect and use element-frequency statistics for arrays.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-09-06Avoid possibly accessing off the end of memory in examine_attribute().Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-02Teach ANALYZE to clear pg_class.relhassubclass when appropriate.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-06-19Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane
2011-06-16Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-30Fix VACUUM so that it always updates pg_class.reltuples/relpages.Tom Lane
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-19Revise collation derivation method and expression-tree representation.Tom Lane
2011-03-12Make all comparisons done for/with statistics use the default collation.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-07Avoid having autovacuum workers wait for relation locks.Robert Haas
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-09Repair memory leakage while ANALYZE-ing complex index expressions.Tom Lane
2010-10-30Provide hashing support for arrays.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-01Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-01Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-30Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane
2009-12-30Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-11-16Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane
2009-08-12Fix old bug in log_autovacuum_min_duration code: it was relying on being ableTom Lane
2009-08-02Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-06Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane