summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-1/+24
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-021-2/+2
* Make the detection of nsgmls more robust for funny shells.Peter Eisentraut2003-11-061-6/+8
* Unset CFLAGS before reading template. This should be more robust.Peter Eisentraut2003-11-011-1/+41
* Fix CFLAGS selection to actually work. Add test to detect whether gcc'sPeter Eisentraut2003-10-251-2/+31
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-13/+22
* Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut2003-09-011-19/+1
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-231-9/+15
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-1/+14
* <sys/socket.h> requires <sys/types.h> to already have been includedTom Lane2003-06-121-2/+3
* IPv6 cleanups.Bruce Momjian2003-06-121-5/+16
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-221-1/+33
* Properly test for buggy flex 2.5.3.Bruce Momjian2003-05-061-2/+2
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-1/+27
* On some systems <sys/types.h> must be included before <sys/socket.h>.Tom Lane2003-04-121-2/+3
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-063-12/+17
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-1/+11
* Factor out the code that detects the long long int snprintf format into aPeter Eisentraut2003-01-282-5/+55
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-042-65/+6
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-25/+1
* This fixes 2 inaccuracies in the recently added SQL99 feature list docs.Bruce Momjian2002-07-161-1/+2
* Change PL/Perl and Pg interface build to use configured compiler andPeter Eisentraut2002-05-281-16/+24
* Change PL/Tcl build to use configured compiler and Makefile.shlibPeter Eisentraut2002-05-241-1/+14
* Allow detection of collateindex.pl in stylesheet directory or in path,Peter Eisentraut2002-04-141-3/+17
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-101-1/+22
* Add make install-strip target.Peter Eisentraut2002-04-101-1/+26
* Fix more random breakage manifesting on FreeBSD.Peter Eisentraut2002-03-301-2/+2
* Add missing comma.Peter Eisentraut2002-03-291-2/+2
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-2911-294/+118
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-1/+32
* Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian2001-12-201-1/+25
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-1/+32
* Make prep_buildtree harmless when run on top of the source tree.Peter Eisentraut2001-09-101-2/+4
* Add explicit '-print' to 'find' commands.Peter Eisentraut2001-09-101-1/+1
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-1/+49
* Fix the readline test to find dependent libraries on NetBSD and OpenBSD.Peter Eisentraut2001-08-281-3/+16
* Put the right runpath to libpq into the Perl module shared object on morePeter Eisentraut2001-08-261-0/+27
* Do not pre-expand localedir as substituted in the makefile, so that 'makePeter Eisentraut2001-08-061-4/+5
* update from upstreamPeter Eisentraut2001-08-062-372/+452
* Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut2001-07-101-24/+20
* Check for jakarta-ant before ant, in case 'ant' is the screen saver program.Peter Eisentraut2001-07-041-2/+51
* Native Language Support (NLS)Peter Eisentraut2001-06-021-1/+32
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-121-36/+74
* Throw error if Ant is not found and Java is requested. Remove redundantPeter Eisentraut2001-03-111-7/+3
* There's always 1 file missed out ;-)Peter Mount2001-03-051-0/+16
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-031-4/+9
* Only look for bison as YACC; other yaccs need to be selected explicitly.Peter Eisentraut2001-02-102-18/+15
* Make more portable.Peter Eisentraut2001-02-091-7/+8
* Only use termcap xor [n]curses, depending on what readline needs. SolarisPeter Eisentraut2001-02-061-1/+33
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-17/+1