summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
1999-02-11Include <varargs.h> on SunOS. (Does any other platform need it??)Tom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Add configure test to see whether vsnprintf() is present,Tom Lane
1998-12-13Change Size from unsigned int to size_t.Bruce Momjian
1998-10-04Unixware patches from Billy G. Allie.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-29Hello!Bruce Momjian
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-06-23rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian
1998-06-20Fixup for asserts.Bruce Momjian
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-04-06ASSERT fixes.Bruce Momjian
1998-03-31Fix macro read violation for Maurice.Bruce Momjian
1998-03-20Sorry. I made above mistakes. "__svr4" should be "__svr4__" orBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-24From: t-ishii@sra.co.jpMarc G. Fournier
1998-02-12MemSet cleanup.Bruce Momjian
1998-02-11Memset cleanupBruce Momjian
1998-02-11Change to MemSet for Alpha.Bruce Momjian
1998-02-11Change int align.Bruce Momjian
1998-01-27Deadlock ceallnup.Bruce Momjian
1998-01-26From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-10-27c.h:Vadim B. Mikheev
1997-10-25StrNCpy cleanup.Bruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-18UPdate memset macro.Bruce Momjian
1997-09-18Cleanup for memset macro.Bruce Momjian
1997-09-18Inline frequently called functions.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-25Small cleanup.Bruce Momjian
1997-08-24Major patch to speed up backend startup after profiling analysis.Bruce Momjian
1997-08-12Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian
1997-05-17added const declaration in form() E.MerglEdmund Mergl
1997-04-24Various bug fixes based on a bug report submitted byMarc G. Fournier
1997-04-15Various minor HP related patches from:Marc G. Fournier
1997-04-12modifications to pg_dump towards supporting dumping of ACLs (doesn't work yet!)Marc G. Fournier
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1997-02-09Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier
1997-02-08Add missing paren for hpux.Bruce Momjian
1996-12-26Removal of unused CppConcat defines.Bruce Momjian
1996-12-04Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson
1996-11-14Include stdlib.h to gives its NULL, etc. definitions precedence over ours.Bryan Henderson
1996-11-05Fix c.h for sparc_solarisMarc G. Fournier
1996-11-04Removed PORTNAME_. Use OS version only.Bruce Momjian
1996-10-31Add these files to ${SRCDIR}/includeMarc G. Fournier