| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander | 2007-07-12 | 1 | -0/+58 |
| * | Fix misspelling. | Tom Lane | 2007-07-10 | 1 | -4/+3 |
| * | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 1 | -1/+333 |
| * | Fix computation of PG_VERSION_NUM by configure: remove unnecessary and | Tom Lane | 2007-06-29 | 1 | -2/+2 |
| * | Tidy overly long configure help lines. | Andrew Dunstan | 2007-06-04 | 1 | -2/+2 |
| * | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane | 2007-05-04 | 1 | -1/+2 |
| * | Fix alignment of help output. | Peter Eisentraut | 2007-04-21 | 1 | -1/+1 |
| * | Contrib module uuid-ossp for generating UUID values using the OSSP UUID | Peter Eisentraut | 2007-04-21 | 1 | -1/+36 |
| * | Add --with-libxslt configure option | Andrew Dunstan | 2007-04-15 | 1 | -1/+271 |
| * | Enable building contrib/xml2 if configured using --with-libxml. | Andrew Dunstan | 2007-04-13 | 1 | -1/+3 |
| * | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 1 | -2/+1 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -1/+231 |
| * | Make ECPG regression tests use native threading instead of pthreads, now that | Magnus Hagander | 2007-03-29 | 1 | -2/+35 |
| * | Properly fix PORTNAME in configure. | Bruce Momjian | 2007-03-26 | 1 | -3/+3 |
| * | User PORTNAME for win32 tests, rather than $template, for consistency. | Bruce Momjian | 2007-03-26 | 1 | -3/+3 |
| * | Add -lcrypto as one of the possible link dependencies of libkrb5. | Tom Lane | 2007-03-26 | 1 | -2/+2 |
| * | Native shared memory implementation for win32. | Magnus Hagander | 2007-03-21 | 1 | -1/+9 |
| * | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian | 2007-02-21 | 1 | -1/+50 |
| * | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 1 | -1/+72 |
| * | Fix configure detection code when --with-ldap and --enable-thread-safety | Bruce Momjian | 2007-02-03 | 1 | -1/+1 |
| * | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 | 1 | -17/+35 |
| * | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 | 1 | -0/+62 |
| * | Optionally use xml2-config to detect installation locations of libxml. | Peter Eisentraut | 2007-01-18 | 1 | -1/+57 |
| * | Check and document minimum required version of libxml. | Peter Eisentraut | 2007-01-07 | 1 | -12/+12 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 1 | -59/+0 |
| * | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -0/+267 |
| * | Make --with-ldap build on Unixware, per Olivier Prenant. | Tom Lane | 2006-12-14 | 1 | -5/+5 |
| * | Stamp HEAD as 8.3devel. | Tom Lane | 2006-12-02 | 1 | -9/+9 |
| * | v8.2.0 is now released ...REL8_2_0 | PostgreSQL Daemon | 2006-12-02 | 1 | -9/+9 |
| * | Better solution to the tr problem: use sed instead. Per Martijn and Andrew. | Tom Lane | 2006-11-30 | 1 | -1/+1 |
| * | Improve portability of 'tr' invocation in PGAC_ARG_CHECK. Reported by | Tom Lane | 2006-11-30 | 1 | -1/+1 |
| * | Ignore libedit/libreadline while probing for strlcpy and some other | Tom Lane | 2006-11-29 | 1 | -0/+7 |
| * | update for rc1REL8_2_RC1 | PostgreSQL Daemon | 2006-11-25 | 1 | -9/+9 |
| * | Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3 | PostgreSQL Daemon | 2006-11-07 | 1 | -9/+9 |
| * | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 | 1 | -92/+39 |
| * | Code the unknown options check without using m4 diversions. Otherwise this | Peter Eisentraut | 2006-10-30 | 1 | -81/+42 |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -9/+9 |
| * | Punt when trying to build with threaded Python on FreeBSD. | Peter Eisentraut | 2006-10-16 | 1 | -61/+49 |
| * | Make unknown-option-warning code more portable. echo -n is not portable, | Peter Eisentraut | 2006-10-13 | 1 | -9/+10 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -2/+4 |
| * | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 | 1 | -4/+455 |
| * | Adjust configure's handling of libedit to not look for a history.h file. | Tom Lane | 2006-10-04 | 1 | -477/+22 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -15/+0 |
| * | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 1 | -74/+146 |
| * | Improve documentation of configure's readline/libedit switches. | Tom Lane | 2006-10-01 | 1 | -26/+26 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 1 | -1/+2 |
| * | Tag us Beta1REL8_2_BETA1 | PostgreSQL Daemon | 2006-09-23 | 1 | -9/+9 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -403/+640 |
| * | Used autoconf 2.59 this time. | Michael Meskes | 2006-08-23 | 1 | -9501/+6551 |