index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
vacuum.h
Age
Commit message (
Expand
)
Author
2008-08-13
Have autovacuum consider processing TOAST tables separately from their
Alvaro Herrera
2008-07-01
Extend VacAttrStats to allow typanalyze functions to store statistic values
Heikki Linnakangas
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-05
Modify vacuum() to accept a single relation OID instead of a list (which we
Alvaro Herrera
2008-03-14
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
Alvaro Herrera
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-05-30
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-17
Move the tuple freezing point in CLUSTER to a point further back in the past,
Alvaro Herrera
2007-03-13
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-11-05
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-07-13
More include file adjustments.
Bruce Momjian
2006-07-13
More include file adjustments.
Bruce Momjian
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-07-10
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-03
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-07-14
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-09-30
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-17
Add DLLIMPORT for PostGIS.
Bruce Momjian
2004-06-03
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-05-21
Probably need sys/time.h here too to be safe.
Tom Lane
2004-05-21
Integrate src/timezone library for all platforms. There is more we can
Tom Lane
2004-02-15
First steps towards statistics on expressional (nee functional) indexes.
Tom Lane
2004-02-13
After further thought about support for gathering stats on functional
Tom Lane
2004-02-12
Add hooks for type-specific calculation of ANALYZE statistics. Idea and
Tom Lane
2004-02-10
Centralize implementation of delay code by creating a pg_usleep()
Tom Lane
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2002-07-31
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
Tom Lane
2002-06-20
Update copyright to 2002.
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-08-26
Transaction IDs wrap around, per my proposal of 13-Aug-01. More
Tom Lane
2001-07-18
New-style vacuum neglected to update pg_class statistics about indexes
Tom Lane
2001-07-13
Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,
Tom Lane
2001-07-12
Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
Tom Lane
2001-06-27
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-05-07
Rewrite of planner statistics-gathering code. ANALYZE is now available as
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-07-14
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-05-29
Split vacuum and analyze into separate files
Bruce Momjian
[next]