index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
vacuum.h
Commit message (
Expand
)
Author
Age
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
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
*
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-02
*
Improve VACUUM and ANALYZE by avoiding early lock queue
Michael Paquier
2018-08-27
*
When updating reltuples after ANALYZE, just extrapolate from our sample.
Tom Lane
2018-03-13
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Put back a backwards-compatible version of sampling support functions.
Tom Lane
2015-05-18
*
Separate block sampling functions
Simon Riggs
2015-05-15
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
*
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-30
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-08-01
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-11-10
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add vacuum_freeze_table_age GUC option, to control when VACUUM should
Heikki Linnakangas
2009-01-16
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were
Heikki Linnakangas
2008-12-17
*
Make relhasrules and relhastriggers work like relhasindex, namely we let
Tom Lane
2008-11-10
[next]