summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAgeFilesLines
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-143-9/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-032-17/+20
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-022-3/+17
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-4/+10
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-24/+35
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-312-34/+15
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-058-16/+16
* Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane2006-02-111-1/+13
* Revert based on Tom's recommendation:Bruce Momjian2006-02-111-12/+6
* Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian2006-02-111-6/+12
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-256-88/+32
* Some minor code cleanup, falling out from the removal of rtree. SK_NEGATETom Lane2006-01-141-4/+35
* Adjust string comparison so that only bitwise-equal strings are consideredTom Lane2005-12-221-4/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-223-23/+24
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-066-65/+88
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-182-10/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-157-188/+173
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-1/+4
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-101-2/+3
* 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
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-7/+1
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-10/+10
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-111-22/+3
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-113-7/+7
* Fix typo in comment.Neil Conway2005-05-101-2/+2
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-5/+5
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-1/+70
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-212-30/+16
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-318-16/+16
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-171-7/+5
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-111-6/+1
* Pgindent run for 8.0.Bruce Momjian2004-08-297-107/+115
* Update copyright to 2004.Bruce Momjian2004-08-298-16/+16
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-281-8/+6
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-33/+10
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+43
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-131-2/+20
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-101-1/+4
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-072-8/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-2910-10/+10
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-092-86/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-252-6/+6
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-048-997/+967
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-026-125/+101
* Fix a couple typos, add some more comments.Tom Lane2003-09-021-4/+15
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-025-69/+225
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-013-345/+303
* Add some internals documentation for hash indexes, including anTom Lane2003-09-011-0/+414