summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
AgeCommit message (Expand)Author
2008-05-02Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane
2008-05-02Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-03-10Provide a build-time option to store large relations as single files, ratherTom Lane
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut
2008-01-24Change /contrib to contrib for consistency.Peter Eisentraut
2007-11-05Document that configure option only affects contrib:Bruce Momjian
2007-10-29New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander
2007-10-23Make configure probe for the location of the <uuid.h> header file.Tom Lane
2007-10-02Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane
2007-09-21If we're gonna provide an --enable-profiling configure option, surelyTom Lane
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-10Fix misspelling.Tom Lane
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-05-04tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-03-26Seems some people have been forgetting to run autoheader.Tom Lane
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
2007-01-28Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian
2007-01-28Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian
2007-01-02finite() no longer used; remove finite() platform-specificBruce Momjian
2006-12-21Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut
2006-11-06Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-05Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane
2006-10-04Adjust configure's handling of libedit to not look for a history.h file.Tom Lane
2006-10-02Properly handle the case where strlcpy() exists in libc but isn'tTom Lane
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-07-24DTrace support, with a small initial set of probesPeter Eisentraut
2006-06-18Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane
2006-05-23Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian
2006-04-29Rearrange some configure.in comments for better readability.Tom Lane
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-02-28Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian
2006-02-21Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane
2006-02-04Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian
2006-02-03Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian
2006-01-17Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane
2006-01-05Remove BEOS port.Bruce Momjian
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-08-20Convert the arithmetic for shared memory size calculation from 'int'Tom Lane
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-06-04Allow kerberos name and username case sensitivity to be specified fromBruce Momjian
2005-05-15Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian