summaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAgeFilesLines
* Add recreate index notice to vacuum error.Bruce Momjian1999-11-141-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-16/+16
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-281-8/+6
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-7/+8
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-23/+21
* Fix vacuum's memory consumptionTatsuo Ishii1999-08-251-4/+11
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-091-26/+36
* For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane1999-08-081-8/+16
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-011-22/+46
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-5/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-2/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-12/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+2
* Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev1999-06-111-3/+30
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-101-1/+3
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-061-3/+22
* Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED inVadim B. Mikheev1999-06-031-3/+2
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-291-19/+5
* pgindent run over code.Bruce Momjian1999-05-251-191/+207
* Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.Vadim B. Mikheev1999-05-231-17/+105
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Mistyping by me.Vadim B. Mikheev1999-05-091-3/+3
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-011-2/+16
* Some comments...Vadim B. Mikheev1999-04-121-2/+7
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-021-7/+6
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-281-60/+487
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-3/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* Initial MVCC code.Vadim B. Mikheev1998-12-151-8/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-99/+75
* Fix from Jan for vacuum statistics loss.Bruce Momjian1998-10-231-4/+24
* Update for bsdi 3.0.Bruce Momjian1998-10-231-5/+4
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-7/+4
* Reverse out vacuum change.Bruce Momjian1998-10-091-32/+1
* major/minor shared name cleanupBruce Momjian1998-10-091-1/+32
* Hello!Bruce Momjian1998-10-081-2/+1
* vacuum cleanupsBruce Momjian1998-10-071-29/+9
* Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian1998-10-071-3/+3
* Allow 8-key indexes.Bruce Momjian1998-09-231-2/+2
* Fix for indexing problems.Bruce Momjian1998-09-021-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-36/+45
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-38/+38
* vacuum fix.Bruce Momjian1998-08-281-13/+7
* Hi all,Bruce Momjian1998-08-281-6/+4
* fix for index problem.Bruce Momjian1998-08-201-2/+2
* Another vacuum fix.Bruce Momjian1998-08-201-8/+9