summaryrefslogtreecommitdiff
path: root/config/c-library.m4
AgeCommit message (Expand)Author
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2023-07-08All supported systems have locale_t.Thomas Munro
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut
2018-09-26Try another way to detect the result type of strerror_r().Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-08-17Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane
2018-08-16Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane
2018-05-23Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
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