summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2003-09-07Changes for MinGW/WIN32:Bruce Momjian
2003-09-01Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-06-23Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian
2003-06-12<sys/socket.h> requires <sys/types.h> to already have been includedTom Lane
2003-06-12IPv6 cleanups.Bruce Momjian
2003-05-22Adjust configure so that extern tzname[] will be checked forTom Lane
2003-05-06Properly test for buggy flex 2.5.3.Bruce Momjian
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-12On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2003-04-02Whack getaddrinfo() patch around until it works, more or less, onTom Lane
2003-01-28Factor out the code that detects the long long int snprintf format into aPeter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-16This fixes 2 inaccuracies in the recently added SQL99 feature list docs.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-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-03-30Fix more random breakage manifesting on FreeBSD.Peter Eisentraut
2002-03-29Add missing comma.Peter Eisentraut
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2002-02-23Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut
2001-12-20Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-09-10Make prep_buildtree harmless when run on top of the source tree.Peter Eisentraut
2001-09-10Add explicit '-print' to 'find' commands.Peter Eisentraut
2001-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
2001-08-28Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut
2001-08-26Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut
2001-08-06Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut
2001-08-06update from upstreamPeter Eisentraut
2001-07-10Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut
2001-07-04Check for jakarta-ant before ant, in case 'ant' is the screen saver program.Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-03-11Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut
2001-03-05There's always 1 file missed out ;-)Peter Mount
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
2001-02-10Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut
2001-02-09Make more portable.Peter Eisentraut
2001-02-06Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-10Make checks for global variables (sys_nerr, timezone) safe against gettingPeter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2000-11-09Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut
2000-11-05Add some configure checks for DocBook and related tools. With a somewhatPeter Eisentraut
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut