summaryrefslogtreecommitdiff
path: root/config/c-library.m4
Commit message (Expand)AuthorAgeFilesLines
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-12/+6
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-11/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-13/+1
* Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h.Thomas Munro2022-08-141-4/+1
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-14/+0
* Simplify gettimeofday() fallback logic.Andres Freund2022-08-061-24/+0
* Enable Unix-domain sockets support on WindowsPeter Eisentraut2020-03-281-2/+3
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-071-25/+6
* Try another way to detect the result type of strerror_r().Tom Lane2018-09-261-9/+9
* Always use our own versions of *printf().Tom Lane2018-09-261-100/+0
* Fix configure's snprintf test so it exposes HP-UX bug.Tom Lane2018-08-171-3/+8
* Require a C99-compliant snprintf(), and remove related workarounds.Tom Lane2018-08-161-0/+27
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-231-55/+0
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-251-5/+5
* Add missing include files to configure testsPeter Eisentraut2016-09-301-1/+3
* Use return instead of exit() in configurePeter Eisentraut2016-09-301-1/+3
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-2/+2
* Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane2016-03-151-1/+31
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-311-27/+0
* Replace obsolete autoconf macros with their modern replacements.Heikki Linnakangas2015-07-021-18/+18
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-111-24/+0
* Fix configure check for %z printf support after INT64_MODIFIER changes.Andres Freund2014-09-181-1/+2
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-211-16/+16
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-11/+47
* Be consistent about #define'ing configure symbols as "1" not empty.Tom Lane2013-06-151-5/+10
* Put back AC_REQUIRE([AC_STRUCT_TM]).Tom Lane2012-05-141-1/+2
* Remove unused AC_DEFINE symbolsPeter Eisentraut2012-05-141-3/+2
* Per-column collation supportPeter Eisentraut2011-02-081-0/+29
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-021-27/+1
* Autoconf 2.62 will require cache variables to contain "_cv_". Fix our fewPeter Eisentraut2008-08-211-9/+9
* Backport fixed AC_FUNC_FSEEKOPeter Eisentraut2008-02-191-1/+27
* Clean up printf arg-control test, per Kurt Roeckx.Tom Lane2005-02-241-11/+9
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-1/+34
* Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS toBruce Momjian2004-12-161-7/+12
* Update comment on int64 printf speciifications for MinGW:Bruce Momjian2004-10-041-1/+5
* Use _timezone global on Cygwin instead of timezone.Bruce Momjian2004-09-081-2/+6
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-1/+18
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-1/+24
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+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
* 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-061-5/+10
* 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-281-1/+49