Commits

DateSubjectAuthorReleases
2008-03-15 Change hash index creation so that rather than always establishing exactly Tom Lane 8.4.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
2006-07-11 Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that Tom Lane 8.2.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-05-02 Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-24 Arrange to emit a description of the current XLOG record as error context Tom Lane 8.2.0
2006-01-25 Remove the no-longer-useful HashItem/HashItemData level of structure. Tom Lane 8.2.0
2005-11-06 Add defenses to btree and hash index AMs to do simple sanity checks Tom Lane 8.2.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2005-03-27 First steps towards index scans with heap access decoupled from index Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2004-07-17 Invent ResourceOwner mechanism as per my recent proposal, and use it to Tom Lane 8.0.0