]> granicus.if.org Git - postgresql/history - src/backend/catalog/index.c
Comments in IndexBuildHeapScan describe the indexing of recently-dead
[postgresql] / src / backend / catalog / index.c
2006-03-24 Tom LaneComments in IndexBuildHeapScan describe the indexing...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-06-25 Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-20 Neil ConwayTrivial code clarity improvement to UpdateStats();...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-07 Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Jan WieckBackground writer process
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-23 Hiroshi InouePutting back the previous change must be the first...
2003-09-19 Tom LaneSeems like a bad idea that REINDEX TABLE supports ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-05-29 Tom LaneFix stupid oversight :-(
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-02-19 Bruce MomjianThis patch makes the following changes to the documenta...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-09-27 Tom LaneUse heap_formtuple not heap_addheader to construct...
2002-09-23 Tom LaneGet rid of bogus use of heap_mark4update in reindex...
2002-09-22 Tom LaneIn UpdateStats(), don't bother to update the pg_class...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneI think reindex_index had better get AccessExclusiveLoc...
2002-09-03 Tom LaneCode review and documentation updates for indisclustere...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-29 Tom LaneCause REINDEX to regard TOAST tables as regular relatio...
2002-08-28 Bruce MomjianThis trivial patches fixes the error message returned...
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
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-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive... REL7_2_BETA3
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
next