| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-11-13 | I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs | Tom Lane | |
| itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all). | |||
| 2007-11-05 | Document that configure option only affects contrib: | Bruce Momjian | |
| --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp | |||
| 2007-11-04 | Update wording for xsl configure option. | Bruce Momjian | |
| 2007-11-04 | Document that configure --with-libxslt controls just /contrib/xml2. | Bruce Momjian | |
| Nikolay Samokhvalov | |||
| 2007-10-29 | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | |
| for this. | |||
| 2007-10-27 | Stamp 8.3beta2.REL8_3_BETA2 | Tom Lane | |
| 2007-10-23 | Make configure probe for the location of the <uuid.h> header file. | Tom Lane | |
| Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas | |||
| 2007-10-05 | tag it 8.3beta1 ... the beta cycle beginsREL8_3_BETA1 | Marc G. Fournier | |
| 2007-10-02 | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane | |
| OpenSSL libraries --- just don't call them if they're not there. This might possibly lead to misleading error messages, but we'll just have to live with that. | |||
| 2007-09-21 | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane | |
| it ought to know that you need -DLINUX_PROFILE on Linux. | |||
| 2007-09-12 | Revert ill-starred change to ICC anti-aliasing switches. Per | Tom Lane | |
| Jeremy Drake. | |||
| 2007-09-11 | Give ICC its preferred, documented form of the no-strict-aliasing | Tom Lane | |
| switch, viz '-fno-alias'. Since we have a separate code path here anyway, it's just as easy to cooperate. | |||
| 2007-08-20 | Add configure option --with-system-tzdata to use operating system time zone | Peter Eisentraut | |
| database. | |||
| 2007-08-05 | Adjust configure so that it sets CFLAGS properly for Intel's icc | Tom Lane | |
| even if the compiler is not defining __GNUC__. Per report from Dirk Tilger that it is possible for icc to not do that. | |||
| 2007-07-19 | Adjust configure script to print the bison and flex versions in use. | Tom Lane | |
| Minor rearrangements to make a few tests in a more logical order. | |||
| 2007-07-14 | Support for finding gssapi functions in the library "gss", as required | Magnus Hagander | |
| by Solaris 10 and possibly others. Stefan Kaltenbrunner | |||
| 2007-07-12 | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | |
| such as OpenBSD (possibly all Heimdal). Stefan Kaltenbrunner | |||
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander | |
| free function provided in the Kerberos library. This fixes a very hard to track down heap corruption on windows when using debug runtimes. | |||
| 2007-07-10 | Fix misspelling. | Tom Lane | |
| 2007-07-10 | Add support for GSSAPI authentication. | Magnus Hagander | |
| Documentation still being written, will be committed later. Henry B. Hotz and Magnus Hagander | |||
| 2007-06-29 | Fix computation of PG_VERSION_NUM by configure: remove unnecessary and | Tom Lane | |
| unportable backslashes in awk script (per Patrick Welche), and add brackets to prevent autoconf from mangling sed's regexp (the sed call here never did what was expected). | |||
| 2007-06-04 | Tidy overly long configure help lines. | Andrew Dunstan | |
| 2007-05-04 | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane | |
| 2007-04-21 | Fix alignment of help output. | Peter Eisentraut | |
| 2007-04-21 | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut | |
| library. New configure option --with-ossp-uuid to activate. | |||
| 2007-04-15 | Add --with-libxslt configure option | Andrew Dunstan | |
| 2007-04-13 | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan | |
| If this breaks things due to missing libxslt, then I'll have to revert it, but let's see if it breaks the buildfarm. Workarounds in case libxslt is missing include: . don't configure with libxml, or . don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or . change the xml2 Makefile | |||
| 2007-04-06 | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | |
| right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead. | |||
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | |
| This commit breaks any code that assumes that the mere act of forming a tuple (without writing it to disk) does not "toast" any fields. While all available regression tests pass, I'm not totally sure that we've fixed every nook and cranny, especially in contrib. Greg Stark with some help from Tom Lane | |||
| 2007-03-29 | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander | |
| ecpglib supports it. Change configure (patch from Bruce) and msvc build system to no longer require pthreads on win32, since all parts of postgresql can be thread-safe using the native platform functions. | |||
| 2007-03-26 | Properly fix PORTNAME in configure. | Bruce Momjian | |
| 2007-03-26 | User PORTNAME for win32 tests, rather than $template, for consistency. | Bruce Momjian | |
| 2007-03-26 | Add -lcrypto as one of the possible link dependencies of libkrb5. | Tom Lane | |
| Per report from Jim Rosenberg. This possibly should get back-patched, but I'm a bit suspicious of it still because of the lack of prior reports. | |||
| 2007-03-21 | Native shared memory implementation for win32. | Magnus Hagander | |
| Uses same underlying tech as before, but not the sysv emulation layer. | |||
| 2007-02-21 | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian | |
| Korry Douglas and Nikhil S | |||
| 2007-02-07 | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | |
| strange coding practices. | |||
| 2007-02-03 | Fix configure detection code when --with-ldap and --enable-thread-safety | Bruce Momjian | |
| are both used. Albe Laurenz | |||
| 2007-01-28 | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | |
| create our own. | |||
| 2007-01-28 | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | |
| than just numbers. | |||
| 2007-01-18 | Optionally use xml2-config to detect installation locations of libxml. | Peter Eisentraut | |
| 2007-01-07 | Check and document minimum required version of libxml. | Peter Eisentraut | |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | |
| back-stamped for this. | |||
| 2007-01-02 | finite() no longer used; remove finite() platform-specific | Bruce Momjian | |
| infrastructure. | |||
| 2006-12-21 | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | |
| 2006-12-14 | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane | |
| 2006-12-02 | Stamp HEAD as 8.3devel. | Tom Lane | |
| 2006-12-02 | v8.2.0 is now released ...REL8_2_0 | PostgreSQL Daemon | |
| 2006-11-29 | Ignore libedit/libreadline while probing for strlcpy and some other | Tom Lane | |
| standard functions. Per report from Stefan Kaltenbrunner. | |||
| 2006-11-25 | update for rc1REL8_2_RC1 | PostgreSQL Daemon | |
| 2006-11-07 | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | |
