index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
commands
/
vacuum.h
Commit message (
Expand
)
Author
Age
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-08-01
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-11-10
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add vacuum_freeze_table_age GUC option, to control when VACUUM should
Heikki Linnakangas
2009-01-16
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Don't reset pg_class.reltuples and relpages in VACUUM, if any pages were
Heikki Linnakangas
2008-12-17
*
Make relhasrules and relhastriggers work like relhasindex, namely we let
Tom Lane
2008-11-10
*
Have autovacuum consider processing TOAST tables separately from their
Alvaro Herrera
2008-08-13
*
Extend VacAttrStats to allow typanalyze functions to store statistic values
Heikki Linnakangas
2008-07-01
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Modify vacuum() to accept a single relation OID instead of a list (which we
Alvaro Herrera
2008-06-05
*
Fix vacuum so that autovacuum is really not cancelled when doing an emergency
Alvaro Herrera
2008-03-14
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
*
Move the tuple freezing point in CLUSTER to a point further back in the past,
Alvaro Herrera
2007-05-17
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
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-13
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Separate out the VacRUsage stuff as an independent module, in preparation
Tom Lane
2005-10-03
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Adjust index locking rules as per my proposal of earlier today. You
Tom Lane
2004-09-30
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Add DLLIMPORT for PostGIS.
Bruce Momjian
2004-08-17
*
Adjust our timezone library to use pg_time_t (typedef'd as int64) in
Tom Lane
2004-06-03
*
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-05-21
*
First steps towards statistics on expressional (nee functional) indexes.
Tom Lane
2004-02-15
*
After further thought about support for gathering stats on functional
Tom Lane
2004-02-13
*
Add hooks for type-specific calculation of ANALYZE statistics. Idea and
Tom Lane
2004-02-12
*
Centralize implementation of delay code by creating a pg_usleep()
Tom Lane
2004-02-10
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
Tom Lane
2002-07-31
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
[next]