aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
Commit message (Expand)AuthorAge
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't include low level locking code from frontend code.Andres Freund2015-08-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Fix whitespacePeter Eisentraut2014-07-11
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* 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
* 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
* 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
* Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane2007-06-01
* 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
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-09
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* 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
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02