aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/vacuum.c
Commit message (Expand)AuthorAge
* Changed TOAST relations to have relkind RELKIND_TOASTVALUE.Jan Wieck2000-07-05
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-17
* Split vacuum and analyze into separate filesBruce Momjian2000-05-29
* Update messages.Bruce Momjian2000-05-29
* Make analyze do vacuum/analyze in one step.Bruce Momjian2000-05-29
* More vacuum cleanupBruce Momjian2000-05-29
* more cleanupBruce Momjian2000-05-29
* Add analyze log messages for verbose mode.Bruce Momjian2000-05-29
* cleanupBruce Momjian2000-05-29
* Allow vacuum to perform analyze with shared lock. Update cvs manual.Bruce Momjian2000-05-29
* More vacuum cleanupsBruce Momjian2000-05-29
* More vacuum renaming.Bruce Momjian2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Allow vacuum of temporary tablesBruce Momjian2000-04-06
* Repair assert failure in tuple-chain-moving logic (introduced by yoursTom Lane2000-04-06
* 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