summaryrefslogtreecommitdiff
path: root/src/backend/access/hash/hashinsert.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-151-12/+11
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-191-1/+2
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-201-2/+2
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-121-2/+2
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-7/+5
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* 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-14/+9
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-061-5/+5
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-181-5/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-15/+14
* Add hints to cases where indexes fail because of values that are too long.Bruce Momjian2005-08-101-2/+3
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-10/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-7/+8
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-041-123/+115
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-021-8/+8
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-011-9/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/access.Tom Lane2003-07-211-3/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* I've attached a patch which implements Bob Jenkin's hash function forBruce Momjian2002-03-061-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+1
* Repair a number of places that didn't bother to check whether PageAddItemTom Lane2001-03-071-2/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-4/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-22/+22
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-188/+198
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-051-13/+5
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-031-31/+1
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-311-3/+6
* -Wall'dMarc G. Fournier1996-10-211-1/+8
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-1/+30