summaryrefslogtreecommitdiff
path: root/config/c-library.m4
AgeCommit message (Expand)Author
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2016-09-30Add missing include files to configure testsPeter Eisentraut
2016-09-30Use return instead of exit() in configurePeter Eisentraut
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-07-02Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2014-09-18Fix configure check for %z printf support after INT64_MODIFIER changes.Andres Freund
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2013-06-15Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane
2012-05-15Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane
2012-05-14Remove unused AC_DEFINE symbolsPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-07-02Upgrade to Autoconf 2.63Peter Eisentraut
2008-08-21Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut
2008-02-19Backport fixed AC_FUNC_FSEEKOPeter Eisentraut
2005-02-24Clean up printf arg-control test, per Kurt Roeckx.Tom Lane
2005-02-22Add support to port/snprintf.c for position parameter specification:Bruce Momjian
2004-12-16Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian
2004-10-04Update comment on int64 printf speciifications for MinGW:Bruce Momjian
2004-09-08Use _timezone global on Cygwin instead of timezone.Bruce Momjian
2004-06-07Fix strerror_r by checking return type from configure.Bruce Momjian
2004-03-20Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
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-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-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-03-30Fix more random breakage manifesting on FreeBSD.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-09-07Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian
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-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-10-02Fix configure types.hBruce Momjian
2000-10-02Add sys/types include for sockaddr test to configureBruce Momjian
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut