summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Expand)AuthorAgeFilesLines
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-34/+20
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+8
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-172-5/+5
* Shared-memory hashtables have non-extensible directories, which meansTom Lane2000-02-261-5/+30
* Add:Bruce Momjian2000-01-262-4/+6
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-172-5/+3
* Final cleanupBruce Momjian1999-07-161-3/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-8/+8
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Correct serious bug in hashtable expansion routine: under theTom Lane1999-05-311-38/+44
* pgindent run over code.Bruce Momjian1999-05-251-22/+28
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-071-1/+2
* A few further tweaks to shared memory space estimation.Tom Lane1999-03-061-9/+17
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-64/+106
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-132-4/+4
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-012-40/+40
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-27/+1
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-262-16/+16
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-112-16/+16
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Inline memset() as MemSet().Bruce Momjian1997-09-181-5/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-21/+21
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-082-200/+200
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-072-757/+837
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+3
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-5/+5
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-4/+4
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* More compile cleanupsBruce Momjian1996-11-081-2/+1
* Compile and warning cleanupBruce Momjian1996-11-081-10/+2
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-1/+2
* Produce a clean compile of backend...Marc G. Fournier1996-11-032-4/+4
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-14/+37
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-093-0/+1038