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
*
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
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-03
*
Change Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin) to :
Vadim B. Mikheev
1999-06-11
*
1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")
Vadim B. Mikheev
1999-06-10
*
1. xact.c: update comments about changing MyProc->xid and MyProc->xmin.
Vadim B. Mikheev
1999-06-06
*
Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
Vadim B. Mikheev
1999-06-03
*
1. Run all pg_dump queries in single serializable transaction.
Vadim B. Mikheev
1999-05-29
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix tuple chain moving bug found by "Hiroshi Inoue" <Inoue@tpf.co.jp>.
Vadim B. Mikheev
1999-05-23
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Mistyping by me.
Vadim B. Mikheev
1999-05-09
*
Arrange for VACUUM to delete the init file that relcache.c uses
Tom Lane
1999-05-01
*
Some comments...
Vadim B. Mikheev
1999-04-12
*
Clean up compile errors and warnings, cf Billy Allie's
Tom Lane
1999-04-02
*
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
[next]