]> granicus.if.org Git - postgresql/history - src/backend/catalog/index.c
Teach reindex_index() to clear pg_index.indcheckxmin when possible.
[postgresql] / src / backend / catalog / index.c
2009-03-27 Tom LaneTeach reindex_index() to clear pg_index.indcheckxmin...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-14 Tom LaneAdd a defense to prevent storing pseudo-type data into...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-30 Tom LaneAdd checks to TRUNCATE, CLUSTER, and REINDEX to prevent...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-08 Tom LaneIf an index depends on no columns of its table, give...
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-16 Alvaro HerreraHave TRUNCATE advance the affected table's relfrozenxid...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-03 Bruce MomjianFix for COPY-after-truncate feature.
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
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 ...
next