summaryrefslogtreecommitdiff
path: root/src/backend/commands/analyze.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-1/+1
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-151-1/+32
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-271-1/+1
* Rename files and headers related to index AMMichael Paquier2019-12-251-1/+1
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-211-1/+1
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-111-1/+12
* Split tuptoaster.c into three separate files.Robert Haas2019-09-051-1/+1
* Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera2019-09-031-2/+1
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-301-3/+9
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+2
* Update reference to sampling algorithm in analyze.cTomas Vondra2019-06-271-7/+7
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-29/+29
* tableam: VACUUM and ANALYZE support.Andres Freund2019-03-301-165/+42
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-181-12/+12
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-8/+8
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+2
* Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund2019-01-141-0/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-031-3/+18
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-141-4/+22
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+2
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-021-1/+1
* Refactor relation opening for VACUUM and ANALYZEMichael Paquier2018-10-021-49/+6
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-251-1/+1
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-081-1/+1
* Improve VACUUM and ANALYZE by avoiding early lock queueMichael Paquier2018-08-271-19/+9
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-121-1/+1
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-121-1/+1
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+1
* Improve ANALYZE's strategy for finding MCVs.Dean Rasheed2018-03-221-58/+158
* When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane2018-03-131-8/+11
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* When VACUUM or ANALYZE skips a concurrently dropped table, log it.Robert Haas2017-12-041-5/+41
* Improve comments in vacuum_rel() and analyze_rel().Tom Lane2017-10-051-3/+1
* Fix inadequate locking during get_rel_oids().Tom Lane2017-09-291-1/+6
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-261-1/+1
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-211-7/+18
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-2/+2
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-9/+9
* Phase 2 of pgindent updates.Tom Lane2017-06-211-6/+6
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-6/+4
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-241-13/+10
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-1/+1
* Fix relcache reference leak.Robert Haas2017-03-071-2/+5
* Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas2017-03-021-12/+25