aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More config.h cleanups.Bruce Momjian1999-07-17
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* #ifdef around true and false.Bruce Momjian1999-07-01
* Rename to vararg_format().Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* pgindent run over code.Bruce Momjian1999-05-25
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-02
* Small cleanups.Bruce Momjian1999-03-30
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Include <varargs.h> on SunOS. (Does any other platform need it??)Tom Lane1999-02-11
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
* Change Size from unsigned int to size_t.Bruce Momjian1998-12-13
* Unixware patches from Billy G. Allie.Bruce Momjian1998-10-04
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Hello!Bruce Momjian1998-08-29
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-23
* Fixup for asserts.Bruce Momjian1998-06-20
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-15
* ASSERT fixes.Bruce Momjian1998-04-06
* Fix macro read violation for Maurice.Bruce Momjian1998-03-31
* Sorry. I made above mistakes. "__svr4" should be "__svr4__" orBruce Momjian1998-03-20
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: t-ishii@sra.co.jpMarc G. Fournier1998-02-24
* MemSet cleanup.Bruce Momjian1998-02-12
* Memset cleanupBruce Momjian1998-02-11
* Change to MemSet for Alpha.Bruce Momjian1998-02-11
* Change int align.Bruce Momjian1998-02-11
* Deadlock ceallnup.Bruce Momjian1998-01-27
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24
* 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