]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuum.c
From: t-ishii@sra.co.jp
[postgresql] / src / backend / commands / vacuum.c
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-12 Bruce MomjianPrint relation name before vacuum, results after vacuum.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Vadim B. MikheevFix 6.X vacuum bug in shrinking code.
1998-02-03 Bruce MomjianVacuum parameter fix.
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-12-17 Marc G. FournierMakefile cleaned up
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-21 Bruce MomjianArchive cleanups.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-22 Vadim B. MikheevBlowaway relation buffers from buffer pool before trunc...
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-22 Bruce MomjianFix for psql pager when no tty, cleanup for vacuum...
1997-08-21 Bruce MomjianRename pg_attribute.attnvals to attdisbursion.
1997-08-21 Bruce MomjianChange pg_attribute.attnvals to float4, change #ifdef...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-06-07 Bruce MomjianCleanup on xinv# table names.
1997-06-07 Bruce Momjianavoid xinv* table name conflict with large objects.
1997-06-06 Bruce Momjianlowercase large object table name fix.
1997-06-03 Vadim B. MikheevFix deleted tuples re-incarnation possible when vacuum...
1997-05-05 Vadim B. MikheevKill re-incarnated bug arround
1997-04-30 Vadim B. MikheevMore informative NOTICEs in tuple checks.
1997-04-23 Vadim B. MikheevAnalyze data only if specified and specified attrs...
1997-04-17 Vadim B. MikheevThe patch fixes a rare bug that may occur when one...
1997-04-15 Marc G. FournierPatch for Solaris 2.5 from: adrian@waltham.harvard.net
1997-04-02 Vadim B. Mikheevvc_getrels(p, VacRelP) returns NIL for special relation...
1997-03-10 Bruce MomjianAdd missing paren.
1997-03-09 Bruce MomjianVacuum cleanups from Massimo.
1997-03-09 Bruce MomjianFix vacuum crash Vadim found.
1997-03-07 Bruce MomjianReverse patch for Vadims problem.
1997-03-06 Bruce MomjianFix vacuum bug Vadim found with text fields.
1997-03-06 Vadim B. MikheevNot understandable fix of strange bug in vacuum statist...
1997-02-18 Bruce MomjianClarify clearing of attribute stats memory.
1997-02-07 Bruce MomjianAdd attribute optimization statistics.
1997-01-29 Vadim B. MikheevNew func _vc_scanoneind: scan one index relation to...
1997-01-25 Marc G. FournierThe check should be for getrusage(), not rusage() ...
1997-01-24 Marc G. FournierSwitch over NEED_RUSAGE to HAVE_RUSAGE for configure
1997-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1997-01-13 Bruce MomjianAdded VERBOSE option to vacuum command.
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1997-01-05 Vadim B. MikheevClosing opened indices.
1996-11-29 Vadim B. MikheevAdded: dynamic re-moving page from list of pages usable...
1996-11-28 Vadim B. MikheevFix for "might be used uninitialized" warnings.
1996-11-27 Vadim B. MikheevShrinking and other things.
1996-11-06 Marc G. FournierClean it up so that it compiles
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierAnother first pass at cleaning up the #includes
1996-10-23 Marc G. FournierMajor code cleanups from D'arcy (-Wall -Werror)
1996-10-18 Vadim B. Mikheev1. Reap deleted/unused tuples on page-base
1996-10-03 Bruce MomjianAdded restriction to tables vacuum'able.
1996-10-03 Bruce MomjianAllow vacuum to run for only one table. Fixes allocati...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01