summaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAgeFilesLines
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-201-2/+1
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-560/+191
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-211-5/+1
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-1/+5
* The KAME files md5.* and sha1.* have the following changelogBruce Momjian2001-01-091-1/+4
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-031-1/+4
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-12/+11
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-021-1/+15
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-291-4/+4
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-211-1/+4
* I concur with Andreas: unconditionally including <sys/fcntl.h> is notTom Lane2000-07-171-2/+2
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+20
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-121-4/+1
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-121-2/+2
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-071-6/+14
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-061-7/+1
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-3/+1
* More cleanup of c.h binary macrosBruce Momjian2000-06-021-3/+3
* Reverse PG_BINARY definesBruce Momjian2000-06-021-2/+2
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-021-1/+12
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-5/+141
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+13
* Reverse out macro fix for the time being.Bruce Momjian2000-04-121-9/+5
* Prevent drop database failure from showing.Bruce Momjian2000-04-121-5/+9
* Add compatiblity information for bytea.Bruce Momjian2000-03-201-3/+5
* Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane2000-03-191-65/+64
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-2/+1
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-201-3/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+6
* More config.h cleanups.Bruce Momjian1999-07-171-7/+5
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-131-2/+2
* #ifdef around true and false.Bruce Momjian1999-07-011-2/+6
* Rename to vararg_format().Bruce Momjian1999-06-191-5/+5
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-5/+5
* pgindent run over code.Bruce Momjian1999-05-251-59/+62
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-021-99/+35
* Small cleanups.Bruce Momjian1999-03-301-5/+1
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-091-1/+19
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-58/+58
* Include <varargs.h> on SunOS. (Does any other platform need it??)Tom Lane1999-02-111-1/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-171-2/+19
* Change Size from unsigned int to size_t.Bruce Momjian1998-12-131-2/+2
* Unixware patches from Billy G. Allie.Bruce Momjian1998-10-041-2/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-18/+20
* Hello!Bruce Momjian1998-08-291-1/+3
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-9/+13
* rename MAIN_MEMORY to STABLE_MEMORY_STORAGEBruce Momjian1998-06-231-3/+3