aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Support "samehost" and "samenet" specifications in pg_hba.conf,Tom Lane2009-10-01
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-13
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-16
* Upgrade to Autoconf 2.63Peter Eisentraut2009-07-02
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-04
* Re-enable the old code in xlog.c that tried to use posix_fadvise(), so thatTom Lane2009-01-11
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-06
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-18
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-02
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Provide a build-time option to store large relations as single files, ratherTom Lane2008-03-10
* Upgrade to Autoconf 2.61:Peter Eisentraut2008-02-17
* Change /contrib to contrib for consistency.Peter Eisentraut2008-01-24
* Document that configure option only affects contrib:Bruce Momjian2007-11-05
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-29
* Make configure probe for the location of the <uuid.h> header file.Tom Lane2007-10-23
* Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in olderTom Lane2007-10-02
* If we're gonna provide an --enable-profiling configure option, surelyTom Lane2007-09-21
* Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander2007-07-12
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Fix misspelling.Tom Lane2007-07-10
* Add support for GSSAPI authentication.Magnus Hagander2007-07-10
* tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane2007-05-04
* Add --with-libxslt configure optionAndrew Dunstan2007-04-15
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-06
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Seems some people have been forgetting to run autoheader.Tom Lane2007-03-26
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-21
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-07
* Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather thanBruce Momjian2007-01-28
* Use sys_siglist[] to print out signal names for signal exits, ratherBruce Momjian2007-01-28
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-02
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-06
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-07
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-05
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-04
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-02
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-27
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-09
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-18
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-23
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-29
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-28