summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
* 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
| | | | some of the ports...
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
| | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :)
* 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 ↵Bruce Momjian1997-09-082-200/+200
| | | | indenting. Also static variable indenting.
* 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 ↵Bruce Momjian1997-08-191-2/+3
| | | | NOT_USED.
* 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