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
/
vacuumlazy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
1
-3
/
+4
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
1
-2
/
+13
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
1
-10
/
+10
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
1
-10
/
+10
*
Fix translation marker
Peter Eisentraut
2017-08-23
1
-1
/
+1
*
Fix typo in comment
Alvaro Herrera
2017-07-21
1
-2
/
+1
*
Fix typo
Alvaro Herrera
2017-07-07
1
-1
/
+1
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
1
-6
/
+4
*
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-16
1
-4
/
+11
*
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-09
1
-1
/
+1
*
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-19
1
-0
/
+9
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
1
-2
/
+4
*
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
1
-44
/
+53
*
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-15
1
-2
/
+6
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-4
/
+4
*
Fix comment to be more accurate.
Robert Haas
2016-06-03
1
-2
/
+2
*
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-03
1
-15
/
+11
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
1
-6
/
+6
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-1
/
+2
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
1
-6
/
+6
*
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-16
1
-2
/
+2
*
Add simple VACUUM progress reporting.
Robert Haas
2016-03-15
1
-0
/
+78
*
Don't vacuum all-frozen pages.
Robert Haas
2016-03-10
1
-74
/
+135
*
Re-pgindent vacuumlazy.c.
Robert Haas
2016-03-09
1
-12
/
+12
*
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
1
-0
/
+4
*
Department of second thoughts: remove PD_ALL_FROZEN.
Robert Haas
2016-03-08
1
-14
/
+3
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
1
-18
/
+85
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Dept of second thoughts: the !scan_all exit mustn't increase scanned_pages.
Tom Lane
2015-12-30
1
-1
/
+13
*
Avoid useless truncation attempts during VACUUM.
Tom Lane
2015-12-30
1
-25
/
+72
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-2
/
+6
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-5
/
+6
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
1
-4
/
+4
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
1
-5
/
+8
*
Fix logging of pages skipped due to pins during vacuum.
Andres Freund
2015-01-08
1
-24
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Use %u to print out BlockNumber variables
Alvaro Herrera
2014-12-18
1
-4
/
+4
*
Have VACUUM log number of skipped pages due to pins
Alvaro Herrera
2014-12-18
1
-28
/
+71
*
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
Andres Freund
2014-11-14
1
-1
/
+2
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
1
-0
/
+1
*
Test IsInTransactionChain, not IsTransactionBlock, in vac_update_relstats.
Tom Lane
2014-10-30
1
-2
/
+4
*
Do all-visible handling in lazy_vacuum_page() outside its critical section.
Andres Freund
2014-06-20
1
-9
/
+17
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-13
/
+13
*
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
1
-5
/
+11
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-2
/
+3
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
1
-2
/
+4
*
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-18
1
-2
/
+11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
1
-4
/
+4
[next]