index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
vacuum.c
Commit message (
Expand
)
Author
Age
*
Changed TOAST relations to have relkind RELKIND_TOASTVALUE.
Jan Wieck
2000-07-05
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
*
Fix performance problems with pg_index lookups (see, for example,
Tom Lane
2000-06-17
*
Split vacuum and analyze into separate files
Bruce Momjian
2000-05-29
*
Update messages.
Bruce Momjian
2000-05-29
*
Make analyze do vacuum/analyze in one step.
Bruce Momjian
2000-05-29
*
More vacuum cleanup
Bruce Momjian
2000-05-29
*
more cleanup
Bruce Momjian
2000-05-29
*
Add analyze log messages for verbose mode.
Bruce Momjian
2000-05-29
*
cleanup
Bruce Momjian
2000-05-29
*
Allow vacuum to perform analyze with shared lock. Update cvs manual.
Bruce Momjian
2000-05-29
*
More vacuum cleanups
Bruce Momjian
2000-05-29
*
More vacuum renaming.
Bruce Momjian
2000-05-29
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
*
Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with
Tom Lane
2000-05-19
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Allow vacuum of temporary tables
Bruce Momjian
2000-04-06
*
Repair assert failure in tuple-chain-moving logic (introduced by yours
Tom Lane
2000-04-06
*
Fix a bunch of minor portability problems and maybe-bugs revealed by
Tom Lane
2000-03-17
*
Trial implementation of ALTER DROP COLUMN.
Hiroshi Inoue
2000-03-09
*
Repair access-to-already-freed-memory error recently introduced into
Tom Lane
2000-03-08
*
Add the check CommonSpecialPortal in use(my fault)
Hiroshi Inoue
2000-02-24
*
Fix "Invalid XID in t_cmin" error in vacuum.
Hiroshi Inoue
2000-02-21
*
Implement reindex command
Hiroshi Inoue
2000-02-18
*
Add:
Bruce Momjian
2000-01-26
*
Cleanup vacuum names.
Bruce Momjian
2000-01-20
*
Update vacuum comments.
Bruce Momjian
2000-01-19
*
Fix a passel of problems with incorrect calls to typinput and typoutput
Tom Lane
2000-01-15
*
Repair subtle VACUUM bug that led to 'HEAP_MOVED_IN was not expected'
Tom Lane
2000-01-10
*
Update comment.
Bruce Momjian
1999-12-29
*
Update comments.
Bruce Momjian
1999-12-29
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
Rename several destroy* functions/tags to drop*.
Bruce Momjian
1999-12-10
*
Mention index name when reporting corruption.
Bruce Momjian
1999-12-01
*
Add permissions check: now one must be the Postgres superuser or the
Tom Lane
1999-11-29
*
Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run in
Tom Lane
1999-11-28
*
Enable pg_statistic cache use.
Bruce Momjian
1999-11-25
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
*
Add recreate index notice to vacuum error.
Bruce Momjian
1999-11-14
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Make tree compilable (+WAL).
Vadim B. Mikheev
1999-09-28
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Fix vacuum's memory consumption
Tatsuo Ishii
1999-08-25
*
Store -1 in attdisbursion to signal 'no duplicates in column'.
Tom Lane
1999-08-09
*
For a unique-key attribute (no duplicate values), vacuum analyze
Tom Lane
1999-08-08
*
First step in fixing selectivity-estimation code. eqsel and
Tom Lane
1999-08-01
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
[next]