summaryrefslogtreecommitdiff
path: root/src/include/access/hash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Declare hashint8().Thomas G. Lockhart1999-04-151-1/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* hash.h's use of BSHIFT conflicts with <sys/param.h> on myTom Lane1998-10-041-2/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-20/+11
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-1/+2
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-5/+1
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-1/+5
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-5/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-10/+19
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-241-19/+10
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-13/+13
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-83/+79
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-187/+197
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-8/+1
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-2/+2
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2