aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hash.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane2009-11-01
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-01
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Insert CHECK_FOR_INTERRUPTS() calls into btree and hash index scans at theTom Lane2009-05-05
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Update copyright for 2009.Bruce Momjian2009-01-01
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-17
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* 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
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-16
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-15
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-30
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-03
* Refactor the index AM API slightly: move currentItemData andNeil Conway2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-11
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-17
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04