]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuum.c
Make sure that FlushRelationBuffers() is invoked by all paths through
[postgresql] / src / backend / commands / vacuum.c
2000-09-19 Tom LaneMake sure that FlushRelationBuffers() is invoked by...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-05 Jan WieckChanged TOAST relations to have relkind RELKIND_TOASTVALUE.
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneFix performance problems with pg_index lookups (see...
2000-05-29 Bruce MomjianSplit vacuum and analyze into separate files
2000-05-29 Bruce MomjianUpdate messages.
2000-05-29 Bruce MomjianMake analyze do vacuum/analyze in one step.
2000-05-29 Bruce MomjianMore vacuum cleanup
2000-05-29 Bruce Momjianmore cleanup
2000-05-29 Bruce MomjianAdd analyze log messages for verbose mode.
2000-05-29 Bruce Momjiancleanup
2000-05-29 Bruce MomjianAllow vacuum to perform analyze with shared lock. ...
2000-05-29 Bruce MomjianMore vacuum cleanups
2000-05-29 Bruce MomjianMore vacuum renaming.
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-19 Tom LaneRevise FlushRelationBuffers/ReleaseRelationBuffers...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-06 Bruce MomjianAllow vacuum of temporary tables
2000-04-06 Tom LaneRepair assert failure in tuple-chain-moving logic ...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-03-08 Tom LaneRepair access-to-already-freed-memory error recently...
2000-02-24 Hiroshi InoueAdd the check CommonSpecialPortal in use(my fault)
2000-02-21 Hiroshi InoueFix "Invalid XID in t_cmin" error in vacuum.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-20 Bruce MomjianCleanup vacuum names.
2000-01-19 Bruce MomjianUpdate vacuum comments.
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-10 Tom LaneRepair subtle VACUUM bug that led to 'HEAP_MOVED_IN...
1999-12-29 Bruce MomjianUpdate comment.
1999-12-29 Bruce MomjianUpdate comments.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-12-01 Bruce MomjianMention index name when reporting corruption.
1999-11-29 Tom LaneAdd permissions check: now one must be the Postgres...
1999-11-28 Tom LaneRemove pg_vlock locking from VACUUM, allowing multiple...
1999-11-25 Bruce MomjianEnable pg_statistic cache use.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-14 Bruce MomjianAdd recreate index notice to vacuum error.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-25 Tatsuo IshiiFix vacuum's memory consumption
1999-08-09 Tom LaneStore -1 in attdisbursion to signal 'no duplicates...
1999-08-08 Tom LaneFor a unique-key attribute (no duplicate values), vacuu...
1999-08-01 Tom LaneFirst step in fixing selectivity-estimation code. eqsel and
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-06-11 Vadim B. MikheevChange Assert(Ptp.t_data->t_xmax == tp.t_data->t_xmin...
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-06-06 Vadim B. Mikheev1. xact.c: update comments about changing MyProc->xid...
1999-06-03 Vadim B. MikheevUnuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
1999-05-29 Vadim B. Mikheev1. Run all pg_dump queries in single serializable trans...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-23 Vadim B. MikheevFix tuple chain moving bug found by "Hiroshi Inoue...
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-09 Vadim B. MikheevMistyping by me.
1999-05-01 Tom LaneArrange for VACUUM to delete the init file that relcach...
1999-04-12 Vadim B. MikheevSome comments...
1999-04-02 Tom LaneClean up compile errors and warnings, cf Billy Allie's
1999-03-28 Vadim B. Mikheev1. Vacuum is updated for MVCC.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-23 Bruce MomjianFix from Jan for vacuum statistics loss.
1998-10-23 Bruce MomjianUpdate for bsdi 3.0.
1998-10-12 Bruce MomjianFix for vacuum and cache use. Fix for BSDI 4.0.
1998-10-09 Bruce MomjianReverse out vacuum change.
1998-10-09 Bruce Momjianmajor/minor shared name cleanup
1998-10-08 Bruce MomjianHello!
1998-10-07 Bruce Momjianvacuum cleanups
1998-10-07 Bruce MomjianFix snprintf.c for machines that don't have long long...
1998-09-23 Bruce MomjianAllow 8-key indexes.
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-28 Bruce Momjianvacuum fix.
1998-08-28 Bruce MomjianHi all,
1998-08-20 Bruce Momjianfix for index problem.
1998-08-20 Bruce MomjianAnother vacuum fix.
1998-08-19 Bruce MomjianFix for vacuum introduced today.
1998-08-19 Bruce MomjianVacuum cleanup.
1998-08-19 Bruce MomjianVacuum fix. Was modifying cache.
1998-08-19 Bruce MomjianFix for vacuum updating problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
next