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
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
2014-04-17
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-01-19
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-16
Rework tuple freezing protocol
Alvaro Herrera
2013-12-13
Fix WAL-logging of setting the visibility map bit.
Heikki Linnakangas
2013-12-12
New autovacuum_work_mem parameter
Simon Riggs
2013-12-03
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-11-30
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-27
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-06-06
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-02
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-04-30
Ensure we MarkBufferDirty before visibilitymap_set()
Simon Riggs
2013-04-29
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
[next]