]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuum.c
Oops, only wanted python change in the last commit. Backing out.
[postgresql] / src / backend / commands / vacuum.c
2001-05-25 Bruce MomjianOops, only wanted python change in the last commit...
2001-05-25 Bruce MomjianWhile changing Cygwin Python to build its core as a...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-05-17 Bruce MomjianPrevent forced blank line before comment block in pgindent.
2001-05-17 Tom LaneReplace poorly-coded vac_find_eq routine with call...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-25 Tom LaneFix unportable assumptions about alignment of local...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Hiroshi Inoueifdef out reindex stuff in VACUUM for safety.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneNarrow scope of critical section, per discussion 1...
2001-01-19 Tom LaneMake critical sections (elog->crash) and interrupt...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-30 Vadim B. Mikheev1. WAL needs in zero-ed content of newly initialized...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-12-22 Tom LaneRevise lock manager to support "session level" locks...
2000-12-08 Hiroshi InoueCache invalidation for vacuum of system tables.
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-12-02 Tom LaneAvoid repeated detoasting (and possible memory leaks...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-10-28 Vadim B. MikheevWAL
2000-10-24 Vadim B. MikheevWAL misc
2000-10-22 Tom LanePatch VACUUM problem with moving chain of update tuples...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
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>
next