Commit Graph

613 Commits (aa719c4853ea460d5f9dae5856088205518b51a7)

Author SHA1 Message Date
Peter Eisentraut e08617cfba Fix alignment of help output. 19 years ago
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Tom Lane 37a609b27f Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be 19 years ago
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage. 19 years ago
Magnus Hagander 96b171903d Make ECPG regression tests use native threading instead of pthreads, now that 19 years ago
Bruce Momjian 357be8c974 Properly fix PORTNAME in configure. 19 years ago
Bruce Momjian 0b1e4f8530 User PORTNAME for win32 tests, rather than $template, for consistency. 19 years ago
Tom Lane 66bbc2fdd5 Add -lcrypto as one of the possible link dependencies of libkrb5. 19 years ago
Magnus Hagander 18d82d03b5 Native shared memory implementation for win32. 19 years ago
Bruce Momjian 6765df9174 Add configure --enable-profiling to enable GCC profiling. Patches from 19 years ago
Peter Eisentraut 4f64a07bee Add strlcat() from OpenBSD, to be used for replacing strncat and other 19 years ago
Bruce Momjian 25dc46334b Fix configure detection code when --with-ldap and --enable-thread-safety 19 years ago
Bruce Momjian 91ed399517 Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than 19 years ago
Bruce Momjian 82480fc254 Use sys_siglist[] to print out signal names for signal exits, rather 19 years ago
Peter Eisentraut 16f372d940 Optionally use xml2-config to detect installation locations of libxml. 19 years ago
Peter Eisentraut de9aa5a7b4 Check and document minimum required version of libxml. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Bruce Momjian cac2d912d9 finite() no longer used; remove finite() platform-specific 19 years ago
Peter Eisentraut 8c1de5fb00 Initial SQL/XML support: xml data type and initial set of functions. 19 years ago
Tom Lane 1f09a857b7 Make --with-ldap build on Unixware, per Olivier Prenant. 19 years ago
Tom Lane 75330c3205 Stamp HEAD as 8.3devel. 19 years ago
PostgreSQL Daemon 2f52d7260c v8.2.0 is now released ... 19 years ago
Tom Lane 59cf88da91 Ignore libedit/libreadline while probing for strlcpy and some other 19 years ago
PostgreSQL Daemon c11b5228cf update for rc1 19 years ago
PostgreSQL Daemon 9b3aee524f Tag as Beta3 ... two outstanding *known* bugs before RC1 ... 19 years ago
Tom Lane 02f37bd8c4 Revert to the pre-8.2 method of probing for libm, that is, always 19 years ago
Peter Eisentraut 0b9f93e6b0 Code the unknown options check without using m4 diversions. Otherwise this 19 years ago
Tom Lane 66f5264a2e Stamp 8.2beta2. 19 years ago
Peter Eisentraut 6ab23dabf5 Punt when trying to build with threaded Python on FreeBSD. 19 years ago
Tom Lane 71a6f8b85b On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that 19 years ago
Tom Lane 9e6c3582dd Second try at fixing libedit configuration for Bob Friesenhahn. 20 years ago
Tom Lane bdef2bf296 Adjust configure's handling of libedit to not look for a history.h file. 20 years ago
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed 20 years ago
Tom Lane 1e05359f4b Properly handle the case where strlcpy() exists in libc but isn't 20 years ago
Tom Lane 7ceec34a73 Improve documentation of configure's readline/libedit switches. 20 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 20 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 20 years ago
Tom Lane 42c17a6bb0 Revise OpenLDAP configuration and linking to work on more platforms 20 years ago
Michael Meskes 9bade3ff84 Replaced double-quote-fix with a hopefully better version. 20 years ago
Peter Eisentraut bb764e94ce Produce a clean failure in configure when dtrace is selected but cannot be 20 years ago
Tom Lane a7d400ad07 Fix inadequate quoting in test for AIX xlc. 20 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 20 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 20 years ago
Tom Lane c469aed1cb Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. 20 years ago
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Bruce Momjian 382808612c Emit warnings for unknown configure options. 20 years ago
Tom Lane f0df096785 Rearrange some configure.in comments for better readability. 20 years ago