]> granicus.if.org Git - postgresql/history - src/backend/commands/vacuum.c
Repair some REINDEX problems per recent discussions. The relcache is
[postgresql] / src / backend / commands / vacuum.c
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-04 Tom LaneReimplement free-space-map management as per recent...
2003-02-24 Tom LaneDuring VACUUM FULL, truncate off any deletable pages...
2003-02-23 Tom LaneImprove coding of log_heap_clean() and heap_xlog_clean().
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-10-31 Tom LaneFix miscalculation of remaining free space during tuple...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-19 Tom LaneInvert logic in pg_exec_query_string() so that we set...
2002-09-27 Tom LaneARGH!
2002-09-23 Tom LaneDisallow VACUUM, ANALYZE, TRUNCATE on temp tables belon...
2002-09-23 Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-09-20 Tom LanePerformance improvement for MultiRecordFreeSpace on...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-13 Tom LaneFix tuple-chain-moving tests to handle marked-for-updat...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-20 Bruce MomjianThis patch fixes a regression caused by my recent chang...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Tom LaneFix up gcc warnings, improve comments.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-06-13 Bruce MomjianAllow ANALYZE to run in a transaction.
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-15 Bruce MomjianDisable VACUUM from being called from a function becaus...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-02 Tom LaneFix CLOG truncation code to not do the Wrong Thing...
2002-04-02 Tom LaneMake VACUUM handle schema-qualified relation names...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-04 Tom LaneFix comment, add Assert.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-07-18 Tom LaneNew-style vacuum neglected to update pg_class statistic...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-07-13 Tom LaneInitial implementation of concurrent VACUUM. Ifdef...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-07-11 Tom LaneRemove direct calls of index_insert(), instead use...
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-29 Tom LaneFix VACUUM so that it can use pages as move targets...
2001-06-29 Tom LaneFix longstanding error in VACUUM: sometimes would exami...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
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...
next