summaryrefslogtreecommitdiff
path: root/src/backend/lib
Commit message (Expand)AuthorAgeFilesLines
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-19/+21
* Fix a potential infinite loop in appendStringInfo: would lockTom Lane1998-11-081-19/+20
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-014-21/+21
* Remove un-needed braces around single statements.Bruce Momjian1998-06-153-19/+3
* ASSERT fixes.Bruce Momjian1998-04-061-2/+2
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-302-314/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-21/+21
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-8/+8
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-4/+4
* Cleanup of outnodes.Bruce Momjian1998-01-071-2/+2
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-2/+4
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-4/+4
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* First pass through, of many to come, towards making the whole sourceMarc G. Fournier1997-12-171-4/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-083-18/+18
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-086-61/+61
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-077-405/+457
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-192-3/+8
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-2/+2
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-06-061-13/+5
* Remove CFLAGS_SL from lib/MakefileBruce Momjian1997-01-141-2/+2
* Shared library cleanup for -fpic.Bruce Momjian1997-01-121-4/+2
* Makefile's -fpic only for gccBruce Momjian1997-01-101-2/+4
* final fix for shared library under BSD44_derivedMarc G. Fournier1997-01-051-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+3
* Slowly getting faster to make sure it compiles...still needs cleaningMarc G. Fournier1996-11-067-34/+37
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+2
* Clean out makefileMarc G. Fournier1996-10-316-12/+17
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-20/+37
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-286-297/+0
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-0914-0/+1219