summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
1999-05-25Get rid of page-level locking in btree-s.Vadim B. Mikheev
1999-05-15I've got 2 pretty small patches.Bruce Momjian
1999-04-06On reflection, filesize limit ought to be an exact powerTom Lane
1999-04-05Reduce default file size limit to 1Gb, and move theTom Lane
1999-04-02Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane
1999-03-25Revise memutils.h to use alignment information gathered byTom Lane
1999-03-15Fix int8 configure one more time ... prior version didn'tTom Lane
1999-03-08Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier
1999-02-21Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane
1999-02-19Allow maximum number of backends to be set at configure timeTom Lane
1999-02-07Correct definition of srandom() --- it takes unsigned int not int.Tom Lane
1999-01-17Add description of ELOG_TIMESTAMPS and USE_SYSLOG options,Tom Lane
1999-01-17Add configure test to see whether vsnprintf() is present,Tom Lane
1998-12-29Fix for deadlock detection timeout.Bruce Momjian
1998-12-13Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane
1998-11-29Use autoconf to determine whether system has POSIX signals,Tom Lane
1998-10-13From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier
1998-10-08Do not enable TCL_ARRAYS feature by default, because itTom Lane
1998-10-07Add a few items to support an integrated build of the ODBC interface.Thomas G. Lockhart
1998-10-06Add configure test to make sure fcntl(SETLK) is available,Tom Lane
1998-09-11Remove lld from LONG LONG nameBruce Momjian
1998-09-11Remove %qd.Bruce Momjian
1998-09-11%lld fix.Bruce Momjian
1998-09-10long long cleanupBruce Momjian
1998-08-25From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1998-08-23Attached is a patch that uses autoconf to determine whether thereBruce Momjian
1998-08-01Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier
1998-05-13Add a check for DBL_MIN problem...not sure if this is right...needsMarc G. Fournier
1998-05-12The attached patch corrects two problems with autoconfiguration ofBruce Momjian
1998-04-06Assert fixBruce Momjian
1998-04-06ASSERT fixes.Bruce Momjian
1998-04-05this patch solve 2 problemes :Bruce Momjian
1998-03-31Pointed out by: Doug Winterburn <dlw@seavme.xroads.com>Marc G. Fournier
1998-02-24From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier
1998-02-24From: t-ishii@sra.co.jpMarc G. Fournier
1998-02-24Various fixes for string.h vs strings.hMarc G. Fournier
1998-02-24Add an '#include <sys/types.h>' for the netinet/in.h sectionMarc G. Fournier
1998-02-18Check for and include <getopt.h>Marc G. Fournier
1998-02-14From: Brian E Gallew <geek+@cmu.edu>Marc G. Fournier
1998-02-02Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier
1998-01-27Deadlock ceallnup.Bruce Momjian
1998-01-27Real deadlock detection.Bruce Momjian
1998-01-23Minor cleanups for i386_solaris portMarc G. Fournier
1998-01-15Fix:Marc G. Fournier
1997-12-20Missed a HAVE_Marc G. Fournier
1997-12-20Make sure configure reflects changesMarc G. Fournier
1997-12-19More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-11-21Remove archive stuff.Bruce Momjian
1997-10-27c.h:Vadim B. Mikheev