index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
analyze.c
Commit message (
Expand
)
Author
Age
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Update reference to sampling algorithm in analyze.c
Tomas Vondra
2019-06-27
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED
Michael Paquier
2018-07-12
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Improve ANALYZE's strategy for finding MCVs.
Dean Rasheed
2018-03-22
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
*
Improve comments in vacuum_rel() and analyze_rel().
Tom Lane
2017-10-05
*
Fix inadequate locking during get_rel_oids().
Tom Lane
2017-09-29
*
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
*
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
*
Fix relcache reference leak.
Robert Haas
2017-03-07
*
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.
Robert Haas
2017-03-02
[next]