]> granicus.if.org Git - postgresql/history - src/backend/access/hash
pgindent run for 9.4
[postgresql] / src / backend / access / hash /
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-21 Noah MischConsistently use unsigned arithmetic for alignment...
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-03 Stephen FrostAdditional spelling corrections
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-06-26 Robert HaasReduce use of heavyweight locking inside hash AM.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-14 Tom LaneMeasure the number of all-visible pages for use in...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-23 Tom LaneHash indexes had better pass the index collation to...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Robert HaasTidy up a few calls to smrgextend().
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-11-01 Tom LaneDept of second thoughts: after studying index_getnext...
2009-11-01 Tom LaneFix two serious bugs introduced into hash indexes by...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-05-05 Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-17 Tom LaneRemove useless mark/restore support in hash index AM...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-16 Tom LaneWhen creating a large hash index, pre-sort the index...
2008-03-15 Tom LaneChange hash index creation so that rather than always...
2008-03-07 Tom LaneChange hashscan.c to keep its list of active hash index...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-21 Tom LaneFix regex, LIKE, and some other second-rank text-manipu...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-06-01 Tom LaneFix several hash functions that were taking chintzy...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-04-19 Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-29 Tom LaneAdd comment noting that hashm_procid in a hash index...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-09 Tom LaneAdd a citation to Seltzer and Yigit's Usenix '91 paper...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
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-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2005-12-22 Tom LaneAdjust string comparison so that only bitwise-equal...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
next