summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2002-07-15Add search for libgetopt.a in hopes of finding getopt_long().Bruce Momjian
2002-07-15Remove certain Makefile dependencies by using full pathnames inBruce Momjian
2002-07-07Move CXX platform-specific stuff into template files.Bruce Momjian
2002-05-28Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut
2002-05-24Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-26Fix typo.Tom Lane
2002-04-26Add checking for syslog.hTatsuo Ishii
2002-04-24Sorry for the package, but the following patch need to be applied to getBruce Momjian
2002-04-21Provide new option "--enable-integer-datetimes". Defaults to disabled forThomas G. Lockhart
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-14Allow detection of collateindex.pl in stylesheet directory or in path,Peter Eisentraut
2002-04-10Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut
2002-04-10Add make install-strip target.Peter Eisentraut
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-04-01Fix broken PG_VERSION_STR.Tom Lane
2002-03-30Fix more random breakage manifesting on FreeBSD.Peter Eisentraut
2002-03-30Reorder some things so prerequisite macros don't get expanded implicitlyPeter Eisentraut
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2002-03-13MovePeter Eisentraut
2002-03-12Change "head -1" to "sort q" as suggested for POSIX compatibility.Bruce Momjian
2002-03-05At this moment, --enable-debug adds debugging information to most of theBruce Momjian
2002-03-05> Tatsuo Ishii wrote:Bruce Momjian
2002-02-23Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut
2002-02-18Set version to 7.3devel.Peter Eisentraut
2002-02-03Stamp configure/configure.in for 7.2, already did register.txt andBruce Momjian
2002-01-25let's roll up rc2 ..PostgreSQL Daemon
2002-01-24Cope with gcc that outputs a multiline version string, per Trond.Tom Lane
2002-01-22okay, sorry for delay all ... here is the tag for RC1 ...PostgreSQL Daemon
2002-01-14tag as beta 5 for *hopefully* a very very short beta cycle on this one?PostgreSQL Daemon
2001-12-20Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian
2001-12-13--with-pam was claiming to take an argument, but didn't. Help display fixed.Peter Eisentraut
2001-12-12tag it as b4, with all the changes that have gone on ...PostgreSQL Daemon
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-11-20update configure.in for b3 ...PostgreSQL Daemon
2001-11-15Well the absolute correct solution would involve all of:Bruce Momjian
2001-11-15Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian
2001-11-06tag'd and branded as b2 ...PostgreSQL Daemon
2001-10-25bmake sure that configure is tags as 7.2b1 now instead of 7.2develPostgreSQL Daemon
2001-10-20Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane
2001-10-19Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane
2001-10-19Without this patch I couldn't compile PostgreSQL on Solaris 8 x86 usingBruce Momjian
2001-10-16Ok, here is the modified encoding table (column1 is the standard name,Tatsuo Ishii
2001-10-13Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian
2001-10-11Add support for ISO-8859-6 to 16Tatsuo Ishii
2001-10-01> > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
2001-09-14Remove --enable-unicode-conversionTatsuo Ishii
2001-09-12Check both -lrt and -lposix4 for fdatasync, to cover all Solaris versions.Peter Eisentraut