| Commit message (Expand) | Author | Age | Files | Lines |
* | Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, | Magnus Hagander | 2007-07-12 | 1 | -0/+6 |
* | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander | 2007-07-12 | 1 | -0/+3 |
* | Fix misspelling. | Tom Lane | 2007-07-10 | 1 | -3/+3 |
* | Add support for GSSAPI authentication. | Magnus Hagander | 2007-07-10 | 1 | -0/+3 |
* | tas() support for Renesas' M32R processor. Kazuhiro Inaoka | Tom Lane | 2007-05-04 | 1 | -0/+6 |
* | Add --with-libxslt configure option | Andrew Dunstan | 2007-04-15 | 1 | -0/+3 |
* | Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be | Tom Lane | 2007-04-06 | 1 | -3/+0 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -0/+4 |
* | Seems some people have been forgetting to run autoheader. | Tom Lane | 2007-03-26 | 1 | -0/+3 |
* | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian | 2007-02-21 | 1 | -0/+3 |
* | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 1 | -0/+7 |
* | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 | 1 | -3/+4 |
* | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 | 1 | -0/+3 |
* | finite() no longer used; remove finite() platform-specific | Bruce Momjian | 2007-01-02 | 1 | -3/+0 |
* | Initial SQL/XML support: xml data type and initial set of functions. | Peter Eisentraut | 2006-12-21 | 1 | -0/+6 |
* | Revert to the pre-8.2 method of probing for libm, that is, always | Tom Lane | 2006-11-06 | 1 | -0/+3 |
* | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -0/+6 |
* | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 | 1 | -0/+3 |
* | Adjust configure's handling of libedit to not look for a history.h file. | Tom Lane | 2006-10-04 | 1 | -3/+0 |
* | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 1 | -0/+4 |
* | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 1 | -0/+3 |
* | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -0/+3 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 1 | -0/+3 |
* | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 | 1 | -0/+4 |
* | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian | 2006-05-23 | 1 | -3/+0 |
* | Rearrange some configure.in comments for better readability. | Tom Lane | 2006-04-29 | 1 | -1/+4 |
* | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 1 | -0/+15 |
* | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian | 2006-02-28 | 1 | -1/+4 |
* | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 | 1 | -31/+1 |
* | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 | 1 | -21/+0 |
* | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 1 | -0/+3 |
* | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 | 1 | -0/+4 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -3/+0 |
* | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 | 1 | -1/+1 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -0/+3 |
* | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut | 2005-07-01 | 1 | -9/+0 |
* | Remove support for Kerberos V4. It seems no one is using this, it has | Neil Conway | 2005-06-27 | 1 | -3/+0 |
* | Allow kerberos name and username case sensitivity to be specified from | Bruce Momjian | 2005-06-04 | 1 | -4/+4 |
* | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 | 1 | -2/+2 |
* | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 | 1 | -0/+3 |
* | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 1 | -0/+3 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -0/+6 |
* | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 | 1 | -0/+3 |
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -0/+3 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 1 | -0/+3 |
* | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane | 2004-05-22 | 1 | -0/+12 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -3/+0 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -3/+0 |
* | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 | 1 | -0/+3 |
* | Rename to USE_PGTZ to match code. | Bruce Momjian | 2004-04-30 | 1 | -3/+3 |