| Commit message (Expand) | Author | Age |
* | Remove unnecessary variables in _hash_splitbucket(). | Tom Lane | 2015-04-03 |
* | Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. | Tom Lane | 2015-03-30 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Fix race condition between hot standby and restoring a full-page image. | Heikki Linnakangas | 2014-11-13 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Reduce use of heavyweight locking inside hash AM. | Robert Haas | 2012-06-26 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Tidy up a few calls to smrgextend(). | Robert Haas | 2010-08-19 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | When creating a large hash index, pre-sort the index entries by estimated | Tom Lane | 2008-03-16 |
* | Change hash index creation so that rather than always establishing exactly | Tom Lane | 2008-03-15 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 |
* | Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching | Tom Lane | 2007-05-03 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 |
* | Minor tweaking of index special-space definitions so that the various | Tom Lane | 2007-04-09 |
* | Add comment noting that hashm_procid in a hash index's metapage isn't | Tom Lane | 2007-01-29 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 |
* | Repair problems with hash indexes that span multiple segments: the hash code's | Tom Lane | 2006-11-19 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Remove the no-longer-useful HashItem/HashItemData level of structure. | Tom Lane | 2006-01-25 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane | 2005-11-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add missing #include -- mea culpa. | Tom Lane | 2005-06-09 |
* | Put a critical section around update of hash index metapage. Per | Tom Lane | 2005-06-09 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | Fix typo in comment. | Neil Conway | 2005-05-10 |