| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -0/+4 |
| * | Alter the configure script to fail immediately if the C compiler does not | Tom Lane | 2010-01-07 | 1 | -3/+2 |
| * | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 | 1 | -3/+17 |
| * | Support "samehost" and "samenet" specifications in pg_hba.conf, | Tom Lane | 2009-10-01 | 1 | -0/+15 |
| * | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane | 2009-09-13 | 1 | -3/+6 |
| * | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane | 2009-07-16 | 1 | -0/+3 |
| * | Upgrade to Autoconf 2.63 | Peter Eisentraut | 2009-07-02 | 1 | -3/+14 |
| * | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane | 2009-04-04 | 1 | -0/+3 |
| * | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 | 1 | -0/+3 |
| * | Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much | Tom Lane | 2009-01-06 | 1 | -0/+3 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -0/+3 |
| * | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander | 2008-12-02 | 1 | -3/+0 |
| * | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander | 2008-11-24 | 1 | -0/+3 |
| * | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 | 1 | -0/+6 |
| * | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane | 2008-05-02 | 1 | -0/+12 |
| * | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 | 1 | -3/+22 |
| * | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane | 2008-04-21 | 1 | -0/+15 |
| * | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 | 1 | -0/+6 |
| * | Upgrade to Autoconf 2.61: | Peter Eisentraut | 2008-02-17 | 1 | -9/+11 |
| * | Change /contrib to contrib for consistency. | Peter Eisentraut | 2008-01-24 | 1 | -1/+1 |
| * | Document that configure option only affects contrib: | Bruce Momjian | 2007-11-05 | 1 | -1/+2 |
| * | New versions of mingw have gettimeofday(), so add an autoconf test | Magnus Hagander | 2007-10-29 | 1 | -0/+3 |
| * | Make configure probe for the location of the <uuid.h> header file. | Tom Lane | 2007-10-23 | 1 | -0/+6 |
| * | Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older | Tom Lane | 2007-10-02 | 1 | -0/+3 |
| * | If we're gonna provide an --enable-profiling configure option, surely | Tom Lane | 2007-09-21 | 1 | -1/+2 |
| * | 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 |