summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for vacuum introduced today.Bruce Momjian1998-08-191-8/+11
* Vacuum cleanup.Bruce Momjian1998-08-191-154/+155
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-191-211/+221
* Fix for vacuum updating problem.Bruce Momjian1998-08-191-5/+4
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-100/+75
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-12/+8
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-121-3/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* This patch...Bruce Momjian1998-04-271-37/+36
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-31/+33
* Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev1998-02-251-15/+11
* Vacuum parameter fix.Bruce Momjian1998-02-031-2/+2
* Subselects with =, >, etc.Bruce Momjian1998-02-031-2/+4
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-5/+5
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-28/+21
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-7/+7
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-7/+7
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-2/+2
* Makefile cleaned upMarc G. Fournier1997-12-171-2/+2
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+2
* Archive cleanups.Bruce Momjian1997-11-211-2/+1
* Remove archive stuff.Bruce Momjian1997-11-211-125/+11
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-8/+8
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-50/+43
* Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev1997-09-221-1/+10
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-11/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-27/+27
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-270/+270
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1888/+2032
* Fix for psql pager when no tty, cleanup for vacuum attdisbursion type.Bruce Momjian1997-08-221-2/+2
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-211-2/+2
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-211-2/+2
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-37/+37
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-5/+5
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-2/+2
* Cleanup on xinv# table names.Bruce Momjian1997-06-071-2/+2
* avoid xinv* table name conflict with large objects.Bruce Momjian1997-06-071-3/+4
* lowercase large object table name fix.Bruce Momjian1997-06-061-2/+2
* Fix deleted tuples re-incarnation possible when vacuum transactionVadim B. Mikheev1997-06-031-38/+26
* Kill re-incarnated bug arroundVadim B. Mikheev1997-05-051-3/+7
* More informative NOTICEs in tuple checks.Vadim B. Mikheev1997-04-301-10/+13
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-231-128/+225
* The patch fixes a rare bug that may occur when one tries to vacuum a singleVadim B. Mikheev1997-04-171-6/+5
* Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier1997-04-151-1/+3
* vc_getrels(p, VacRelP) returns NIL for special relations (indices,Vadim B. Mikheev1997-04-021-5/+8
* Add missing paren.Bruce Momjian1997-03-101-2/+2
* Vacuum cleanups from Massimo.Bruce Momjian1997-03-091-18/+14