Commit Graph

49 Commits (8bb14cdd33deecc6977cf5638f73e80f76ab658b)

Author SHA1 Message Date
Peter Eisentraut a5da81359d Add missing include files to configure tests 9 years ago
Peter Eisentraut 1c0cf52b39 Use return instead of exit() in configure 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Tom Lane 0e9b89986b Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Heikki Linnakangas a2edb023d0 Replace obsolete autoconf macros with their modern replacements. 10 years ago
Tom Lane 8883bae33b Remove configure test for nonstandard variants of getpwuid_r(). 11 years ago
Andres Freund 7e3f728353 Fix configure check for %z printf support after INT64_MODIFIER changes. 11 years ago
Heikki Linnakangas ce486056ec Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. 11 years ago
Tom Lane ac4ef637ad Allow use of "z" flag in our printf calls, and use it where appropriate. 12 years ago
Tom Lane 5242fefb47 Be consistent about #define'ing configure symbols as "1" not empty. 12 years ago
Tom Lane f667747b6d Put back AC_REQUIRE([AC_STRUCT_TM]). 14 years ago
Peter Eisentraut ff4628f37a Remove unused AC_DEFINE symbols 14 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Peter Eisentraut 7cc514ac65 Upgrade to Autoconf 2.63 16 years ago
Peter Eisentraut 559cb873d3 Autoconf 2.62 will require cache variables to contain "_cv_". Fix our few 17 years ago
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Tom Lane e71d09a472 Clean up printf arg-control test, per Kurt Roeckx. 21 years ago
Bruce Momjian b4feafb6ff Add support to port/snprintf.c for position parameter specification: 21 years ago
Bruce Momjian b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to 21 years ago
Bruce Momjian 314cef0f12 Update comment on int64 printf speciifications for MinGW: 21 years ago
Bruce Momjian e97c817092 Use _timezone global on Cygwin instead of timezone. 21 years ago
Bruce Momjian a63d2168e9 Fix strerror_r by checking return type from configure. 22 years ago
Bruce Momjian aaf54d99f0 Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane df63503dc2 Have a go at fixing various outstanding portability issues in code that 22 years ago
Bruce Momjian 99308891ef Remove references to sa_family_t, except when SOCKADDR_STORAGE requires 23 years ago
Tom Lane ccd99a5eb5 <sys/socket.h> requires <sys/types.h> to already have been included 23 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 23 years ago
Tom Lane c120f4ba0a Adjust configure so that extern tzname[] will be checked for 23 years ago
Tom Lane e138630251 On some systems <sys/types.h> must be included before <sys/socket.h>. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Peter Eisentraut 955a1f81a7 Factor out the code that detects the long long int snprintf format into a 23 years ago
Peter Eisentraut b0c3c48eb3 Assemble portability modules into libpgport library. 23 years ago
Peter Eisentraut 25004eec95 Fix more random breakage manifesting on FreeBSD. 24 years ago
Peter Eisentraut 7c1ff35410 Upgrade to Autoconf version 2.53. Replaced many custom macro 24 years ago
Peter Eisentraut 42c3381fc7 Heimdal support (Kerberos V implementation from KTH) 24 years ago
Bruce Momjian 8799d84603 Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 24 years ago
Bruce Momjian a7621c92ae Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. 24 years ago
Tom Lane e9c936ff38 Remove rangechecks on errno; just call strerror unconditionally. This 25 years ago
Peter Eisentraut 5508ef30e2 Make checks for global variables (sys_nerr, timezone) safe against getting 25 years ago
Peter Eisentraut c3f9371956 Add configure check for sys_nerr, to end all discussions. 25 years ago
Peter Eisentraut dfda21e7a6 Add configure check to see whether <string.h> and <strings.h> may both be 25 years ago
Bruce Momjian 4af1d7c033 Fix configure types.h 25 years ago
Bruce Momjian b2cf67888d Add sys/types include for sockaddr test to configure 25 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 25 years ago
Peter Eisentraut 06cd0f1a32 Substituted new configure test for types of accept() 26 years ago