aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* Move thread_test directory from /tools to /test so source-only tarballsBruce Momjian2006-02-04
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-03
* Fix fsync code to test whether F_FULLFSYNC is available, instead ofTom Lane2006-01-17
* Remove BEOS port.Bruce Momjian2006-01-05
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-06
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-01
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-27
* Allow kerberos name and username case sensitivity to be specified fromBruce Momjian2005-06-04
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-15
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-11
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-06
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-14
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-24
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-07
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-22
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Second try at a portable unsetenv().Tom Lane2004-05-05
* Rename to USE_PGTZ to match code.Bruce Momjian2004-04-30
* Enable use of our own timezone library for Win32.Bruce Momjian2004-04-30
* Add new auto-detection of thread flags.Bruce Momjian2004-04-23
* Handle draft version of getpwuid_r() that accepts only four arguments.Bruce Momjian2004-03-20
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-11
* Add configure support for determining UINT64_FORMAT, the appropriateTom Lane2004-02-10
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* autoconf/autoheader run.Bruce Momjian2003-09-13
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-12
* Changes for MinGW/WIN32:Bruce Momjian2003-09-07
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-11
* Don't assume that struct option is available just because we can find aTom Lane2003-08-07
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-04
* Fix thread handling in configure.Bruce Momjian2003-08-04
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-04
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-23
* Run autoconf/autoheader for ecpg change.Bruce Momjian2003-06-15
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-14
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-13
* IPv6 cleanups.Bruce Momjian2003-06-12
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-11
* Add configure thread tests.Bruce Momjian2003-05-27
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-22
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-07
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-06
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02