summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAgeFilesLines
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-021-3/+0
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-0/+6
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-0/+3
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-0/+6
* Second try at fixing libedit configuration for Bob Friesenhahn.Tom Lane2006-10-051-0/+3
* Adjust configure's handling of libedit to not look for a history.h file.Tom Lane2006-10-041-3/+0
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-021-0/+4
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-271-0/+3
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-0/+3
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-0/+3
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-181-0/+4
* Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian2006-05-231-3/+0
* Rearrange some configure.in comments for better readability.Tom Lane2006-04-291-1/+4
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-061-0/+15
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-281-1/+4
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-211-31/+1
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-041-21/+0
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-0/+3
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-171-0/+4
* Remove BEOS port.Bruce Momjian2006-01-051-3/+0
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-1/+1
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-0/+3
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-011-9/+0
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-3/+0
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-041-4/+4
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-151-2/+2
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-0/+3
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-0/+3
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-061-0/+6
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-141-0/+3
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-241-0/+3
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-071-0/+3
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-221-0/+12
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-3/+0
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-3/+0
* Second try at a portable unsetenv().Tom Lane2004-05-051-0/+3
* Rename to USE_PGTZ to match code.Bruce Momjian2004-04-301-3/+3
* Enable use of our own timezone library for Win32.Bruce Momjian2004-04-301-0/+3
* Add new auto-detection of thread flags.Bruce Momjian2004-04-231-9/+7
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-201-0/+3
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-111-3/+9
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-111-0/+3
* Add configure support for determining UINT64_FORMAT, the appropriateTom Lane2004-02-101-0/+4
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-241-4/+4
* autoconf/autoheader run.Bruce Momjian2003-09-131-0/+9
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-121-0/+3
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-0/+3
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-161-9/+0
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-111-4/+4
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-0/+3