Commits

DateSubjectAuthorReleases
2009-11-01 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made Tom Lane 9.0.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-10-17 Remove useless mark/restore support in hash index AM, per discussion. Tom Lane 8.4.0
2008-09-15 Change hash indexes to store only the hash code rather than the whole indexed Tom Lane 8.4.0
2008-07-13 Clean up the use of some page-header-access macros: principally, use Tom Lane 8.4.0
2008-06-19 Improve our #include situation by moving pointer types away from the Alvaro Herrera 8.4.0
2008-04-10 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole Tom Lane 8.4.0
2008-03-16 When creating a large hash index, pre-sort the index entries by estimated Tom Lane 8.4.0
2008-03-15 Change hash index creation so that rather than always establishing exactly Tom Lane 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-06-01 Fix performance problems in multi-batch hash joins by ensuring that we select Tom Lane 8.1.10
2007-06-01 Fix performance problems in multi-batch hash joins by ensuring that we select Tom Lane 8.2.5
2007-06-01 Fix several hash functions that were taking chintzy shortcuts instead of Tom Lane 8.3.0
2007-05-30 Make large sequential scans and VACUUMs work in a limited-size "ring" of Tom Lane 8.3.0
2007-05-03 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching Tom Lane 8.3.0
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 7.4.17
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.0.13
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.1.9
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.2.4
2007-04-19 Repair PANIC condition in hash indexes when a previous index extension attempt Tom Lane 8.3.0
2007-04-09 Minor tweaking of index special-space definitions so that the various Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2007-01-30 Add support for cross-type hashing in hash index searches and hash joins. Tom Lane 8.3.0