aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* Fix case issues with quotes.Bruce Momjian1997-11-10
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* c.h:Vadim B. Mikheev1997-10-27
* StrNCpy cleanup.Bruce Momjian1997-10-25
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* UPdate memset macro.Bruce Momjian1997-09-18
* Cleanup for memset macro.Bruce Momjian1997-09-18
* Inline frequently called functions.Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Small cleanup.Bruce Momjian1997-08-25
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* added const declaration in form() E.MerglEdmund Mergl1997-05-17
* Various bug fixes based on a bug report submitted byMarc G. Fournier1997-04-24
* Various minor HP related patches from:Marc G. Fournier1997-04-15
* modifications to pg_dump towards supporting dumping of ACLs (doesn't work yet!)Marc G. Fournier1997-04-12
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier1997-02-09
* Add missing paren for hpux.Bruce Momjian1997-02-08
* Removal of unused CppConcat defines.Bruce Momjian1996-12-26
* Change portname "sparc" to "sunos4" and change some portname dependencies toBryan Henderson1996-12-04
* Include stdlib.h to gives its NULL, etc. definitions precedence over ours.Bryan Henderson1996-11-14
* Fix c.h for sparc_solarisMarc G. Fournier1996-11-05
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
* Add these files to ${SRCDIR}/includeMarc G. Fournier1996-10-31