summaryrefslogtreecommitdiff
path: root/src/backend/access/hash
Commit message (Expand)AuthorAgeFilesLines
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-019-57/+57
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-193-14/+24
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-155-61/+5
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-71/+4
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-4/+71
* Hi,Bruce Momjian1998-04-061-5/+3
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-71/+4
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-075-26/+26
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-055-26/+26
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Clean up the MakefilesMarc G. Fournier1997-12-171-5/+7
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-2/+2
* Inline memset() as MemSet().Bruce Momjian1997-09-182-8/+8
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-084-14/+14
* Add typdefs to pgindent run.Bruce Momjian1997-09-084-13/+13
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-089-464/+464
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-079-2383/+2570
* HTNegate/HTCommute/HTNegateCommute are not used.Vadim B. Mikheev1997-08-201-2/+2
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-28/+9
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-11/+11
* _hash_checkpage: cleanup for CASSERTVadim B. Mikheev1997-08-141-5/+5
* These changes allow the module to compile quietly when assert checking isBruce Momjian1997-08-121-6/+5
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-123-9/+9
* _hash_first: release buf & metabuf if no tuples found for a key.Vadim B. Mikheev1997-06-281-1/+5
* Fix old bug in _hash_first() for scan without keys:Vadim B. Mikheev1997-04-301-2/+8
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-2/+2
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-9/+3
* Unallocate opaque.Bruce Momjian1996-11-151-3/+1
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+3
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-059-83/+51
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-038-293/+25
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-319-34/+53
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-18/+38
* Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier1996-10-241-3/+1
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-232-6/+14
* -Wall'dMarc G. Fournier1996-10-218-8/+83
* First pass at fixing my own mistakesMarc G. Fournier1996-10-208-8/+258
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-209-95/+21
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-2/+9
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-0910-0/+3131