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
/
include
/
commands
/
vacuum.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
Alvaro Herrera
2008-03-14
1
-2
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-5
/
+6
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
1
-2
/
+2
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
1
-4
/
+9
*
Move the tuple freezing point in CLUSTER to a point further back in the past,
Alvaro Herrera
2007-05-17
1
-2
/
+2
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
1
-2
/
+2
*
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
-5
/
+5
*
More include file adjustments.
Bruce Momjian
2006-07-13
1
-3
/
+1
*
More include file adjustments.
Bruce Momjian
2006-07-13
1
-1
/
+4
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-4
/
+2
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
1
-2
/
+5
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-7
/
+7
*
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-10-03
1
-18
/
+1
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
1
-2
/
+2
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-09-30
1
-4
/
+4
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-13
/
+13
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Add DLLIMPORT for PostGIS.
Bruce Momjian
2004-08-17
1
-2
/
+2
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
1
-2
/
+1
*
Probably need sys/time.h here too to be safe.
Tom Lane
2004-05-21
1
-1
/
+3
*
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-05-21
1
-4
/
+2
*
First steps towards statistics on expressional (nee functional) indexes.
Tom Lane
2004-02-15
1
-2
/
+5
*
After further thought about support for gathering stats on functional
Tom Lane
2004-02-13
1
-12
/
+20
*
Add hooks for type-specific calculation of ANALYZE statistics. Idea and
Tom Lane
2004-02-12
1
-1
/
+77
*
Centralize implementation of delay code by creating a pg_usleep()
Tom Lane
2004-02-10
1
-1
/
+2
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
1
-2
/
+2
*
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
Tom Lane
2002-07-31
1
-1
/
+4
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
1
-2
/
+2
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
1
-2
/
+2
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
1
-1
/
+2
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
1
-10
/
+9
*
Transaction IDs wrap around, per my proposal of 13-Aug-01. More
Tom Lane
2001-08-26
1
-1
/
+4
*
New-style vacuum neglected to update pg_class statistics about indexes
Tom Lane
2001-07-18
1
-1
/
+2
*
Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,
Tom Lane
2001-07-13
1
-2
/
+8
*
Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
Tom Lane
2001-07-12
1
-1
/
+21
*
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-27
1
-2
/
+5
*
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-05-07
1
-111
/
+9
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
1
-14
/
+12
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
1
-2
/
+2
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
1
-12
/
+3
*
Split vacuum and analyze into separate files
Bruce Momjian
2000-05-29
1
-1
/
+2
*
More vacuum cleanup
Bruce Momjian
2000-05-29
1
-19
/
+19
*
more cleanup
Bruce Momjian
2000-05-29
1
-2
/
+2
*
Allow vacuum to perform analyze with shared lock. Update cvs manual.
Bruce Momjian
2000-05-29
1
-3
/
+1
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-2
/
+3
[next]