Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | |
1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian | |
1998-01-05 | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | |
1997-12-20 | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | |
1997-12-19 | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | |
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 :) | |||
1997-11-17 | Use limits.h for INT, SHRT, and SCHAR min and max values rather than | Thomas G. Lockhart | |
hardcoded values. | |||
1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian | |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | |
indenting. Also static variable indenting. | |||
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | |
NOT_USED. | |||
1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian | |
1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | |
some (void) casts that are unnecessary. | |||
1997-04-22 | Add fcvt() as a check to configure so that we can get rid of the BSD44_derived | Marc G. Fournier | |
type check in numutils.c:ftoa() Pointed out by: "Martin J. Laubach" <mjl@emsi.priv.at> | |||
1997-04-13 | Add ccsym to tools to determine OS/compiler specific symbols | Marc G. Fournier | |
Change BSD44_derived to __FreeBSD__ in numutils.c (need to know what NetBSD is referred to as...someone?) | |||
1996-12-28 | Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full | Bruce Momjian | |
gmake of the code without interruption. There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that all supported platforms have MAXPATHLEN defined in <sys/param.h>. (The only unknowns for the above are AIX and IRIX5.) | |||
1996-11-27 | More stuff to make it compile on various ports. | Bryan Henderson | |
1996-11-06 | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | |
1996-11-06 | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | |
1996-10-31 | more removal of PORTNAME_* | Marc G. Fournier | |
1996-07-22 | - merging in Dr. George's tree with ours | Marc G. Fournier | |
- src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged | |||
1996-07-16 | fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} | Marc G. Fournier | |
submitted by: Bruce Momjian (root@candle.pha.pa.us) | |||
1996-07-09 | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | |