]> granicus.if.org Git - postgresql/history - src/backend/access/index
HOT updates. When we update a tuple without changing any of its indexed
[postgresql] / src / backend / access / index /
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-06-27 Teodor SigaevConcurrency for GiST
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-05-15 Tom LaneFix latent bug in ExecSeqRestrPos: it leaves the plan...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-04-21 Tom LaneTweak indexscan and seqscan code to arrange that steps...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/access.
2003-03-24 Tom LaneModify keys_are_unique optimization to release buffer...
2003-03-23 Tom LaneAdjust amrescan code so that it's allowed to call index...
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-24 Tom LaneWups, managed to break ANALYZE with one aspect of that...
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-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
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-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-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-05-30 Tom LaneTweak StrategyEvaluation data structure to eliminate...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-14 Tom LaneCache fmgr lookup data for index's getnext() function...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
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 MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-05-25 Bruce Momjianpgindent run over code.
next