summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2000-08-21fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane
2000-07-17I concur with Andreas: unconditionally including <sys/fcntl.h> is notTom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-02More cleanup of c.h binary macrosBruce Momjian
2000-06-02Reverse PG_BINARY definesBruce Momjian
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-12Reverse out macro fix for the time being.Bruce Momjian
2000-04-12Prevent drop database failure from showing.Bruce Momjian
2000-03-20Add compatiblity information for bytea.Bruce Momjian
2000-03-19Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane
2000-01-26Add:Bruce Momjian
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
1999-12-20Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-17More config.h cleanups.Bruce Momjian
1999-07-13Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian
1999-07-01#ifdef around true and false.Bruce Momjian
1999-06-19Rename to vararg_format().Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-04-02Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane
1999-03-30Small cleanups.Bruce Momjian
1999-03-09Changes to fix/improve the dynamic loading on NTMarc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
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