index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuumlazy.c
Age
Commit message (
Expand
)
Author
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-07-22
Fix typo in comment
Alvaro Herrera
2017-07-07
Fix typo
Alvaro Herrera
2017-06-22
Update out-of-date comment in vacuumlazy.c
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-24
Make VACUUM VERBOSE report the number of skipped frozen pages.
Fujii Masao
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-03
Allow vacuums to report oldestxmin
Simon Riggs
2017-01-23
Prefetch blocks during lazy vacuum's truncation scan
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-06
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-07-19
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-03
Fix comment to be more accurate.
Robert Haas
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-10
Don't vacuum all-frozen pages.
Robert Haas
2016-03-09
Re-pgindent vacuumlazy.c.
Robert Haas
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-03-08
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
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-12-30
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-01-08
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Use %u to print out BlockNumber variables
Alvaro Herrera
2014-12-18
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-11-14
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
Andres Freund
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-10-30
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-06-20
Do all-visible handling in lazy_vacuum_page() outside its critical section.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]