]> granicus.if.org Git - postgresql/history - src/include/pg_config.h.in
DTrace support, with a small initial set of probes
[postgresql] / src / include / pg_config.h.in
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-06-18 Tom LaneDon't try to call posix_fadvise() unless <fcntl.h>...
2006-05-23 Bruce MomjianAvoid duplicate definition of LOCALEDIR in pg_config...
2006-04-29 Tom LaneRearrange some configure.in comments for better readabi...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-02-28 Bruce MomjianAdd PG_VERSION_NUM for use by 3rd party applications...
2006-02-21 Tom LaneAdjust probe for getaddrinfo to cope with macro-ized...
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-01 Peter EisentrautUpdate to autoconf 2.59 as well as updates of related...
2005-06-27 Neil ConwayRemove support for Kerberos V4. It seems no one is...
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-05-15 Bruce MomjianRename Rendezvous to Bonjour to match OS/X renaming.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2004-11-06 Tom LaneAdd code to find_my_exec() to resolve a symbolic link...
2004-10-06 Bruce MomjianHere is a patch to fix win32 ssl builds. Summary of...
2004-07-14 Peter EisentrautDetect locale/encoding mismatch in initdb, or pick...
2004-06-24 Tom LaneAvoid including <sys/time.h> on platforms that don...
2004-06-07 Bruce MomjianFix strerror_r by checking return type from configure.
2004-05-22 Tom LaneUse wide-character library routines, if available,...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-04-30 Bruce MomjianRename to USE_PGTZ to match code.
2004-04-30 Bruce MomjianEnable use of our own timezone library for Win32.
2004-04-23 Bruce MomjianAdd new auto-detection of thread flags.
2004-03-20 Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-02-11 Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-11 Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-10 Tom LaneAdd configure support for determining UINT64_FORMAT...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-09-13 Bruce Momjianautoconf/autoheader run.
2003-09-12 Bruce MomjianImplement compiler #error if spinlock code not found...
2003-09-07 Bruce MomjianChanges for MinGW/WIN32:
2003-08-16 Bruce MomjianMake NEED_REENTRANT_FUNC_NAMES _require_ *_r functions...
2003-08-11 Tom LaneDo not link in libwsock32 on non-win32 platforms. ...
2003-08-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 Bruce MomjianRe-add USE_THREADS, used by ecpg.
2003-08-04 Bruce MomjianFix thread handling in configure.
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-07-23 Tom LaneHave a go at fixing various outstanding portability...
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-15 Bruce MomjianRun autoconf/autoheader for ecpg change.
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-13 Bruce MomjianAdd --with-threads configure option to control threaded...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-11 Bruce MomjianAdd Rendezvous support to postmaster, from Chris Campbell
2003-05-27 Bruce MomjianAdd configure thread tests.
2003-05-22 Tom LaneAdjust configure so that extern tzname[] will be checke...
2003-05-07 Bruce MomjianChange alternate database location patch to test for...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-02 Tom LaneWhack getaddrinfo() patch around until it works, more...
2003-03-29 Peter EisentrautSimplify the socket handling code by supplying a replac...
2003-03-06 Tom LaneUse poll(2) in preference to select(2), if available...
2003-02-19 Bruce MomjianHere's the patch I promised over on HACKERS - it alters the
2003-02-14 Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-06 Bruce MomjianUpdate comments on IPv6 #define.
2003-01-06 Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2002-11-10 Bruce MomjianThis trivial patch removes 2 unused defines from pg_con...
2002-11-07 Tom LaneMove substitute extern declarations to end of file...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tatsuo IshiiRemove MULTIBYTE
2002-08-20 Peter EisentrautEnable large file support.
2002-08-13 Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-04-21 Tatsuo IshiiRemove --enable-syslog option
2002-04-10 Peter EisentrautReadline and Zlib now required by default. Add options...
2002-04-03 Peter EisentrautLocale support is on by default. The choice of locale...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-02-25 Tom LaneAdd note that BLCKSZ must be a power of 2.
2002-02-23 Peter EisentrautHeimdal support (Kerberos V implementation from KTH)
2002-01-22 Tom Lanelibpq++/pgconnection.h must not include postgres_fe...
2001-12-03 Tom LaneAdd configure-time check whether sig_atomic_t is define...
2001-12-02 Peter EisentrautMore correct way to check for existence of types, which...
2001-11-15 Bruce MomjianWell the absolute correct solution would involve all of:
2001-11-15 Bruce MomjianFix for AIX compile and unsigned/signed typedefs.
2001-10-20 Tom LaneRevert change to autodetect '__getopt_initialized'...
2001-10-19 Tom LaneProper fix for glibc getopt() botch. Surprising we...
2001-10-13 Bruce MomjianAttached patch for unconditional enabling of pltcl...
2001-10-01 Bruce Momjian> > > > > - PostgreSQL requires to be compiled with...
2001-09-22 Peter EisentrautProvide some initial support for building the ODBC...
2001-09-14 Tatsuo IshiiRemove --enable-unicode-conversion
2001-09-07 Bruce MomjianUpdate SCM_CREDS for Net/Free/BSD-OS. Add configure...
2001-09-07 Tom LaneGet rid of PID entries in shmem hash table; there is...
2001-09-06 Bruce MomjianPAM authentication:
2001-09-06 Bruce MomjianNext version of patch.
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...