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
*
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
*
Rework tuple freezing protocol
Alvaro Herrera
2013-12-16
1
-5
/
+26
*
Fix WAL-logging of setting the visibility map bit.
Heikki Linnakangas
2013-12-13
1
-15
/
+12
*
New autovacuum_work_mem parameter
Simon Riggs
2013-12-12
1
-8
/
+11
*
Don't include unused space in LOG_NEWPAGE records.
Heikki Linnakangas
2013-12-04
1
-5
/
+1
*
Fix full-table-vacuum request mechanism for MultiXactIds
Alvaro Herrera
2013-11-29
1
-4
/
+14
*
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-27
1
-10
/
+21
*
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-18
1
-0
/
+1
*
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-23
1
-1
/
+6
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
1
-0
/
+1
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
1
-6
/
+6
*
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-22
1
-5
/
+8
*
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-06
1
-0
/
+18
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-31
/
+30
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
1
-6
/
+0
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
1
-0
/
+6
*
Ensure we MarkBufferDirty before visibilitymap_set()
Simon Riggs
2013-04-30
1
-21
/
+26
*
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-29
1
-36
/
+22
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
1
-7
/
+7
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
1
-2
/
+0
*
Correct tense in log message
Peter Eisentraut
2013-02-23
1
-1
/
+1
*
Update visibility map in the second phase of vacuum.
Heikki Linnakangas
2013-02-13
1
-4
/
+129
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-6
/
+18
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
1
-1
/
+1
*
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
1
-64
/
+166
*
Avoid holding vmbuffer pin after VACUUM.
Simon Riggs
2012-12-03
1
-7
/
+9
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-30
/
+30
*
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-06-07
1
-5
/
+29
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
1
-2
/
+9
*
Rearrange lazy_scan_heap to avoid visibility map race conditions.
Robert Haas
2012-04-23
1
-39
/
+46
*
After PageSetAllVisible, use MarkBufferDirty.
Robert Haas
2012-04-18
1
-2
/
+2
*
Fix typo in comment.
Robert Haas
2012-04-13
1
-1
/
+1
*
Update lazy_scan_heap header comment.
Robert Haas
2012-04-13
1
-6
/
+11
*
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
1
-2
/
+1
*
Fix broken logic in lazy_vacuum_heap.
Robert Haas
2012-01-13
1
-0
/
+4
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Improve logging of autovacuum I/O activity
Alvaro Herrera
2011-11-25
1
-4
/
+28
*
Rewrite comment for slightly greater accuracy.
Robert Haas
2011-11-08
1
-2
/
+3
*
Make VACUUM avoid waiting for a cleanup lock, where possible.
Robert Haas
2011-11-07
1
-4
/
+82
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
1
-3
/
+17
[next]