summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
AgeCommit message (Expand)Author
2018-05-21Fix a long standing bug in vacuum/analyze of temp tablesPavan Deolasee
2018-05-18Fix post-cherry-pick problems.Pavan Deolasee
2018-05-18Track clearly whether to run a remote transaction in autocommit or a blockPavan Deolasee
2017-10-19Collect index statistics during ANALYZE on coordinatorTomas Vondra
2017-08-21Make sure ExecRemoteQuery is called with (PlanState *) parameterTomas Vondra
2017-07-13Build extended stats on coordinators during ANALYZETomas Vondra
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-07Fix relcache reference leak.Robert Haas
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-27Use the new castNode() macro in a number of places.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-04Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane
2016-04-04Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane
2016-04-01Omit null rows when setting the threshold for what's a most-common value.Tom Lane
2016-04-01Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane
2016-03-02Change the format of the VM fork to add a second bit per page.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-23Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane
2015-08-05Fix issues with ANALYZE commandPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Separate block sampling functionsSimon Riggs
2015-04-27Fix compilation issues post 9.4 merge.Pavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-03-29Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-15Emit msg re skipping ANALYZE for absent inh treeSimon Riggs