summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2002-09-25Stamp configure for beta2.Bruce Momjian
2002-09-20Put in defense against gcc -ffast-math.Peter Eisentraut
2002-09-17Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.Bruce Momjian
2002-09-11Add mention of config.log for configure failure debugging.Bruce Momjian
2002-09-06Add JAVA_HOME test for Ant.Bruce Momjian
2002-09-05autoconfPeter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04Stamp configure.in with 7.3b1, not just 7.3. Seems Marc does thatBruce Momjian
2002-09-04Brand 7.3. Ready for beta!Bruce Momjian
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Add check for Ant version >= 1.5.Bruce Momjian
2002-08-30Run autoconf.Bruce Momjian
2002-08-30Re-enable perl configure tests for psql help file generation.Bruce Momjian
2002-08-30perl5 interface moved to gborgMarc G. Fournier
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-08-20Enable large file support.Peter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
2002-07-17Improve getopt_long search, per Peter:Bruce Momjian
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian
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-29Add missing comma.Peter 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-05Autoconf for jdbc debug changes.Bruce 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 andREL7_2Bruce Momjian
2002-01-25let's roll up rc2 ..REL7_2_RC2PostgreSQL Daemon