]> granicus.if.org Git - postgresql/history - src/backend/commands/analyze.c
TABLESAMPLE, SQL Standard and extensible
[postgresql] / src / backend / commands / analyze.c
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Simon RiggsSeparate block sampling functions
2015-04-03 Alvaro HerreraAdd log_min_autovacuum_duration per-table option
2015-03-29 Tom LaneAdd vacuum_delay_point call in compute_index_stats...
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-18 Alvaro HerreraRationalize vacuuming options and parameters
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-15 Simon RiggsEmit msg re skipping ANALYZE for absent inh tree
2014-10-30 Tom LaneTest IsInTransactionChain, not IsTransactionBlock,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-03 Robert HaasIntroduce logical decoding.
2014-01-11 Tom LaneFix compute_scalar_stats() for case that all values...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-04-06 Tom LaneDept of second thoughts: improve the API for AnalyzeFor...
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-02 Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-19 Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-01 Tom LaneFix ANALYZE's ancient deficiency of not trying to colle...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-30 Tom LaneDept of second thoughts: recursive case in ANALYZE...
2009-12-30 Tom LaneRevise pgstat's tracking of tuple changes to improve...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-08-12 Tom LaneFix old bug in log_autovacuum_min_duration code: it...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-05-19 Heikki LinnakangasUpdate relpages and reltuples estimates in stand-alone...
2009-05-05 Tom LaneAvoid integer overflow in the loop that extracts histog...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-06 Tom LaneClarify a confusing comment about MCVs vs histogram...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-17 Heikki LinnakangasDon't reset pg_class.reltuples and relpages in VACUUM...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-11-10 Tom LaneMake relhasrules and relhastriggers work like relhasind...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-01 Heikki LinnakangasExtend VacAttrStats to allow typanalyze functions to...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-03 Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-02-20 Alvaro HerreraImprove error messages emitted when VACUUM and ANALYZE...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-19 Alvaro HerreraSilence compiler warnings, per Bruce.
2007-04-18 Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
next