aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Trial implementation of ALTER DROP COLUMN.Hiroshi Inoue2000-03-09
* Repair access-to-already-freed-memory error recently introduced intoTom Lane2000-03-08
* Add the check CommonSpecialPortal in use(my fault)Hiroshi Inoue2000-02-24
* Fix "Invalid XID in t_cmin" error in vacuum.Hiroshi Inoue2000-02-21
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Cleanup vacuum names.Bruce Momjian2000-01-20
* Update vacuum comments.Bruce Momjian2000-01-19
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-15
* Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected'Tom Lane2000-01-10
* Update comment.Bruce Momjian1999-12-29
* Update comments.Bruce Momjian1999-12-29
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Add permissions check: now one must be the Postgres superuser or theTom Lane1999-11-29
* Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run inTom Lane1999-11-28
* Enable pg_statistic cache use.Bruce Momjian1999-11-25
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Add recreate index notice to vacuum error.Bruce Momjian1999-11-14
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make tree compilable (+WAL).Vadim B. Mikheev1999-09-28
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Fix vacuum's memory consumptionTatsuo Ishii1999-08-25
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-09
* For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane1999-08-08
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :Vadim B. Mikheev1999-06-11
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* 1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.Vadim B. Mikheev1999-06-06
* Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED inVadim B. Mikheev1999-06-03
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-29
* pgindent run over code.Bruce Momjian1999-05-25
* Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.Vadim B. Mikheev1999-05-23
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Mistyping by me.Vadim B. Mikheev1999-05-09
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-01
* Some comments...Vadim B. Mikheev1999-04-12
* Clean up compile errors and warnings, cf Billy Allie'sTom Lane1999-04-02
* 1. Vacuum is updated for MVCC.Vadim B. Mikheev1999-03-28
* 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