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