index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Age
Commit message (
Expand
)
Author
2018-05-21
Fix a long standing bug in vacuum/analyze of temp tables
Pavan Deolasee
2018-05-18
Fix post-cherry-pick problems.
Pavan Deolasee
2018-05-18
Track clearly whether to run a remote transaction in autocommit or a block
Pavan Deolasee
2017-10-19
Collect index statistics during ANALYZE on coordinator
Tomas Vondra
2017-08-21
Make sure ExecRemoteQuery is called with (PlanState *) parameter
Tomas Vondra
2017-07-13
Build extended stats on coordinators during ANALYZE
Tomas Vondra
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-22
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-07
Fix relcache reference leak.
Robert Haas
2017-03-02
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
There was a missing commit from when the repo was forked,
Mason Sharp
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-04
Add a few comments about ANALYZE's strategy for collecting MCVs.
Tom Lane
2016-04-04
Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.
Tom Lane
2016-04-01
Omit null rows when setting the threshold for what's a most-common value.
Tom Lane
2016-04-01
Omit null rows when applying the Haas-Stokes estimator for ndistinct.
Tom Lane
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-23
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-08-05
Fix issues with ANALYZE command
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Separate block sampling functions
Simon Riggs
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-03-29
Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.
Tom Lane
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-15
Emit msg re skipping ANALYZE for absent inh tree
Simon Riggs
[next]