summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
1999-11-04Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-07-19Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian
1999-07-19Remove getopt configure check.Bruce Momjian
1999-07-19Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane
1999-07-18Add getopt test.Bruce Momjian
1999-07-18Fix configure problem.Bruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-18Update configure include checks.Bruce Momjian
1999-07-18Update includes from configureBruce Momjian
1999-07-09Add mention block size <= 32k.Bruce Momjian
1999-06-12Move default NBuffers setting into config.h, and rename itTom Lane
1999-06-04Add configurable option controlling security checks in LO functions.Tom Lane
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