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
/
vacuum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
1
-318
/
+172
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-53
/
+55
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
1
-2
/
+2
*
Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared
Tom Lane
2006-09-17
1
-3
/
+3
*
Now that we've rearranged relation open to get a lock before touching
Tom Lane
2006-08-18
1
-27
/
+24
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-10
/
+7
*
Modify snapshot definition so that lazy vacuums are ignored by other
Alvaro Herrera
2006-07-30
1
-4
/
+46
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-8
/
+1
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+3
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
1
-121
/
+259
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-6
/
+6
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-7
/
+21
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
1
-73
/
+48
*
Create a syscache for pg_database-indexed-by-oid, and make use of it
Tom Lane
2006-05-03
1
-9
/
+16
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
1
-51
/
+16
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
1
-1
/
+19
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
1
-35
/
+37
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Skip ambulkdelete scan if there's nothing to delete and the index is not
Tom Lane
2006-02-11
1
-1
/
+3
*
Revert based on Tom's recommendation:
Bruce Momjian
2006-02-11
1
-9
/
+5
*
Allow VACUUM to complete faster by avoiding scanning the indexes when no
Bruce Momjian
2006-02-11
1
-5
/
+9
*
Modify pgstats code to reduce performance penalties from oversized stats data
Tom Lane
2006-01-18
1
-3
/
+5
*
Fix another case in which autovacuum would fail while analyzing
Tom Lane
2006-01-04
1
-1
/
+9
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-38
/
+37
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
1
-8
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-310
/
+295
*
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-10-03
1
-71
/
+18
*
Take exclusive buffer lock in scan_heap() to eliminate some corner cases
Tom Lane
2005-09-22
1
-4
/
+11
*
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-02
1
-3
/
+3
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
1
-86
/
+137
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
1
-7
/
+9
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
1
-8
/
+29
*
Simplify shared-memory lock data structures as per recent discussion:
Tom Lane
2005-06-14
1
-2
/
+2
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
1
-2
/
+2
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-4
/
+5
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-6
/
+5
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
1
-33
/
+5
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-7
/
+4
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
1
-2
/
+1
*
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-26
1
-3
/
+4
*
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-20
1
-15
/
+37
*
Update comment on VACUUM FULL.
Bruce Momjian
2005-02-15
1
-8
/
+13
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Avoid memory leakage during VACUUM FULL when an index expression or
Tom Lane
2004-12-23
1
-1
/
+3
*
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
Tom Lane
2004-12-02
1
-49
/
+90
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
1
-2
/
+2
*
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-15
1
-9
/
+8
*
Back out unindented modification to file.
Bruce Momjian
2004-10-07
1
-326
/
+385
[next]