aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashutil.c
Commit message (Expand)AuthorAge
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Hash indexes had better pass the index collation to support functions, too.Tom Lane2011-04-23
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-03
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-14
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-02
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-02
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* >the extra level of struct naming for pd_opaque has no obviousBruce Momjian2002-07-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-06
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Clean up index/btree comments/macros, as approved.Bruce Momjian2001-02-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24