summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashpage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs after spaces in C commentsBruce Momjian2014-05-061-10/+10
* Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane2009-11-011-86/+84
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-11/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-4/+4
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-151-22/+10
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-111-4/+4
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* When creating a large hash index, pre-sort the index entries by estimatedTom Lane2008-03-161-3/+20
* Change hash index creation so that rather than always establishing exactlyTom Lane2008-03-151-15/+44
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-23/+25
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-2/+2
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-2/+30
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-26/+59
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-191-67/+108
* Minor tweaking of index special-space definitions so that the variousTom Lane2007-04-091-4/+4
* Add comment noting that hashm_procid in a hash index's metapage isn'tTom Lane2007-01-291-1/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-031-22/+4
* Repair problems with hash indexes that span multiple segments: the hash code'sTom Lane2006-11-191-18/+132
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-7/+7
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-2/+3
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-32/+12
* 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-9/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-8/+8
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-12/+14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-70/+64
* Add missing #include -- mea culpa.Tom Lane2005-06-091-1/+2
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-091-1/+12
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-3/+3
* Fix typo in comment.Neil Conway2005-05-101-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-54/+60
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-281-8/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-333/+377
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-021-65/+25
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-021-6/+10
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-011-125/+118
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-30/+14
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-7/+7
* Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane2002-01-151-12/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-11/+5