summaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-111-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+5
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-021-1/+2
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-2/+1
* 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-051-2/+2
* Remove the no-longer-useful HashItem/HashItemData level of structure.Tom Lane2006-01-251-10/+2
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-12/+12
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* First steps towards index scans with heap access decoupled from indexTom Lane2005-03-271-2/+3
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-13/+16
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-171-3/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-22/+47
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-021-26/+29
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-021-7/+6
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-011-105/+61
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Revise hash join and hash aggregation code to use the same datatype-Tom Lane2003-06-221-2/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Code review for improved-hashing patch. Fix some portability issuesTom Lane2002-03-091-3/+4
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-6/+4
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-251-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-5/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+5
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-151-13/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Put external declarations into header files.Peter Eisentraut2000-11-211-1/+8
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-2/+1
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-4/+5
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-14/+10
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-14/+20
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-1/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-2/+2
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* More cleanupBruce Momjian1999-07-161-3/+3
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-6/+6
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2