aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAge
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-11
* Revert based on Tom's recommendation:Bruce Momjian2006-02-11
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-11
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-25
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-14
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-22
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-10
* Add missing #include -- mea culpa.Tom Lane2005-06-09
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-09
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-11
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Fix typo in comment.Neil Conway2005-05-10
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-27
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-17
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-04
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-02
* Fix a couple typos, add some more comments.Tom Lane2003-09-02
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-02
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-01
* Add some internals documentation for hash indexes, including anTom Lane2003-09-01
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21