]> granicus.if.org Git - postgresql/history - src/include/pg_config.h.in
A visit from the message-style police ...
[postgresql] / src / include / pg_config.h.in
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...