aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix from Jan for vacuum statistics loss.Bruce Momjian1998-10-23
* Update for bsdi 3.0.Bruce Momjian1998-10-23
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-12
* Reverse out vacuum change.Bruce Momjian1998-10-09
* major/minor shared name cleanupBruce Momjian1998-10-09
* Hello!Bruce Momjian1998-10-08
* vacuum cleanupsBruce Momjian1998-10-07
* Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian1998-10-07
* Allow 8-key indexes.Bruce Momjian1998-09-23
* Fix for indexing problems.Bruce Momjian1998-09-02
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* vacuum fix.Bruce Momjian1998-08-28
* Hi all,Bruce Momjian1998-08-28
* fix for index problem.Bruce Momjian1998-08-20
* Another vacuum fix.Bruce Momjian1998-08-20
* Fix for vacuum introduced today.Bruce Momjian1998-08-19
* Vacuum cleanup.Bruce Momjian1998-08-19
* Vacuum fix. Was modifying cache.Bruce Momjian1998-08-19
* Fix for vacuum updating problem.Bruce Momjian1998-08-19
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* Print relation name before vacuum, results after vacuum.Bruce Momjian1998-07-12
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* This patch...Bruce Momjian1998-04-27
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Fix 6.X vacuum bug in shrinking code.Vadim B. Mikheev1998-02-25
* Vacuum parameter fix.Bruce Momjian1998-02-03
* Subselects with =, >, etc.Bruce Momjian1998-02-03
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Makefile cleaned upMarc G. Fournier1997-12-17
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Archive cleanups.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Blowaway relation buffers from buffer pool before truncation.Vadim B. Mikheev1997-09-22
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12