- 24 Feb, 2005 1 commit
-
-
Tom Lane authored
-
- 22 Feb, 2005 1 commit
-
-
Bruce Momjian authored
+ # Determine if printf supports %1$ argument selection, e.g. %5$ selects + # the fifth argument after the printf print string. + # This is not in the C99 standard, but in the Single Unix Specification (SUS). + # It is used in our langauge translation strings. Nicolai Tufar with configure changes by Bruce.
-
- 16 Dec, 2004 1 commit
-
-
Bruce Momjian authored
binary compiles, and adjust configure tests for AIX.
-
- 04 Oct, 2004 1 commit
-
-
Bruce Momjian authored
# MinGW uses '%I64d', though gcc throws an warning with -Wall, # while '%lld' doesn't generate a warning, but doesn't work.
-
- 08 Sep, 2004 1 commit
-
-
Bruce Momjian authored
-
- 07 Jun, 2004 1 commit
-
-
Bruce Momjian authored
-
- 20 Mar, 2004 1 commit
-
-
Bruce Momjian authored
Backpatch to 7.4.X. Required for Solaris 7 & 8.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 23 Jul, 2003 1 commit
-
-
Tom Lane authored
was modified for IPv6. Use a robust definition of struct sockaddr_storage, do a proper configure test to see if ss_len exists, don't assume that getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to return the protocol we ask for, etc. This incorporates several outstanding patches from Kurt Roeckx, but I'm to blame for anything that doesn't work ...
-
- 23 Jun, 2003 1 commit
-
-
Bruce Momjian authored
it. Also handle __ss_family as a synonym for ss_family. Kurt Roeckx
-
- 12 Jun, 2003 2 commits
-
-
Tom Lane authored
on some platforms.
-
Bruce Momjian authored
Kurt Roeckx Andrew Dunstan
-
- 22 May, 2003 1 commit
-
-
Tom Lane authored
independently of whether the struct tm tm_zone member exists. Also run autoheader, which seems not to have been done lately; it added about three more things to pg_config.h.in than I was expecting...
-
- 12 Apr, 2003 1 commit
-
-
Tom Lane authored
-
- 06 Apr, 2003 1 commit
-
-
Peter Eisentraut authored
parts. Standardize spelling of comments in pg_config.h.
-
- 02 Apr, 2003 1 commit
-
-
Tom Lane authored
machines without IPv6. Or at least it works on HPUX 10.20 ...
-
- 28 Jan, 2003 1 commit
-
-
Peter Eisentraut authored
separate macro. Also add support for %I64d which is the way on Windows. The code that checks for the 64-bit int type now gives more reasonable results when cross-compiling: In that case we just take the compiler's information and trust that the arithmetic works. Disabling int64 is too pessimistic.
-
- 27 Jul, 2002 1 commit
-
-
Peter Eisentraut authored
Some makefile simplifications.
-
- 30 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 29 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
calls with new or now-built-in versions. Make sure that all calls to AC_DEFINE have a third argument, for possible use of autoheader in the future.
-
- 23 Feb, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 20 Dec, 2001 1 commit
-
-
Bruce Momjian authored
-
- 07 Sep, 2001 1 commit
-
-
Bruce Momjian authored
-
- 22 Jan, 2001 1 commit
-
-
Tom Lane authored
eliminates a raft of portability issues, including whether sys_nerr exists, whether the platform has any valid negative errnos, etc. The downside is minimal: errno shouldn't ever contain an invalid value anyway, and if it does, reasonably modern versions of strerror will not choke. This rangecheck idea seemed good at the time, but it's clearly a net loss, and I apologize to all concerned for having ever put it in.
-
- 10 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
optimized away completely.
-
- 09 Jan, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 03 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
included, and then include <strings.h> if so. Several systems already needed <strings.h> anyway. Some new systems that claim to conform to the Unix 9x "standard" do not declare str[n]casemp() in string.h, and C99 compilers will not like that.
-
- 02 Oct, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
Update the installation instructions (formerly misnamed "FAQ"), add configure checks for some headers rather than having users copy stubs manually (ugh!). Use Autoconf check for exe extension. This also avoids inheriting the value of $(X) from the environment.
-
- 11 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
Interfaced a lot of the custom tests to the config.cache, in the process made them separate macros and grouped them out into files. Made naming adjustments. Removed a couple of useless/unused configure tests. Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl. And it breaks equally often. :(
-