aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
Commit message (Expand)AuthorAge
* Allow --with-mb=SQL_ASCIITatsuo Ishii1999-12-30
* Clean up qnx template finding.Bruce Momjian1999-12-21
* tr cleanupBruce Momjian1999-12-20
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-20
* Lowercase $host for QNX.Bruce Momjian1999-12-17
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian1999-11-04
* Update pgaccessBruce Momjian1999-11-01
* Update for pgaccess 0.98.Bruce Momjian1999-11-01
* Update to pgaccess 0.98.Bruce Momjian1999-10-31
* Update for 0.98 pgaccessBruce Momjian1999-10-31
* Update pgaccess makefile for 0.98Bruce Momjian1999-10-31
* autoconfBruce Momjian1999-10-12
* autoconfBruce Momjian1999-10-12
* Add pginterface into main tree, called pgeasy.Bruce Momjian1999-10-11
* I hope this is what you had in mind:Bruce Momjian1999-10-03
* Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane1999-10-02
* Make sure both SRCH_INC and SRCH_LIB are checked for existances and added toMarc G. Fournier1999-09-12
* Fix ELF test so it doesn't spit up on all non-ELF systems...Tom Lane1999-08-03
* I didn't see any further discussion so here is, I hope, a clean fix toBruce Momjian1999-08-01
* Move -ieee to adt Makefile, and add CPU Makefile variable.Bruce Momjian1999-07-20
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Remove getopt configure check.Bruce Momjian1999-07-19
* Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane1999-07-19
* Add getopt test.Bruce Momjian1999-07-18
* Fix configure problem.Bruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* Update configure include checks.Bruce Momjian1999-07-18
* Update includes from configureBruce Momjian1999-07-18
* No check for string/strings.h.Bruce Momjian1999-07-18
* configure.in forgot to do AC_LANG_C to reselect C-based testsTom Lane1999-05-30
* Turns out that configure's test for HPUXMATHLIB didn't workTom Lane1999-05-29
* Give BEOS a chance ...Marc G. Fournier1999-05-26
* Apply freebsd specific patches dealign with ELF system from FreeBSD'sMarc G. Fournier1999-05-17
* Fix configure to generate correct expansion of library directoryTom Lane1999-05-11
* Portability patches for HPUX 11 and Unixware in configureTom Lane1999-04-20
* Fix typo in multi-byte encodings (EHC_CN --> EUC_CN)Tatsuo Ishii1999-04-19
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-02
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-25
* Add KOI8/WIN/ALT to the multi-byte encoding selectionsTatsuo Ishii1999-03-24
* Hmmm. It had to do with tcl/tk on FreeBSD. The configure scripts areBruce Momjian1999-03-16
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-15
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-08
* Cleaner autoconf tests for int8 support.Tom Lane1999-03-07
* Reduce DEF_MAXBACKENDS to 32 so that default configurationTom Lane1999-03-06
* Rearrange handling of MAXBACKENDS a little bit. The default settingTom Lane1999-02-21
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-19
* Modify int8 to not depend on sscanf(), and fix configure's testTom Lane1999-02-03