summaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-271-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-3/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-011-2/+5
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-011-1/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-171-6/+4
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-151-5/+20
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-131-5/+5
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-2/+3
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-101-2/+2
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-161-2/+10
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-151-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-7/+7
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-011-1/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-3/+8
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-3/+5
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-191-1/+2
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-091-11/+9
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+2
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-301-1/+2
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-201-1/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+5
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-1/+2
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-2/+1
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-251-10/+2
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-2/+3
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-13/+16
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-3/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-22/+47
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-021-26/+29