aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAge
* 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
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-06
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-19
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-14
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Update comments on IPv6 #define.Bruce Momjian2003-01-06
* Update ipv6 comment, move configure test to the right placeBruce Momjian2003-01-06
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-06
* This trivial patch removes 2 unused defines from pg_config.h.in:Bruce Momjian2002-11-10
* Move substitute extern declarations to end of file, so that they areTom Lane2002-11-07
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-05
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Remove MULTIBYTETatsuo Ishii2002-08-29
* Enable large file support.Peter Eisentraut2002-08-20
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-13
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Remove --enable-syslog optionTatsuo Ishii2002-04-21
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-10
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* Add note that BLCKSZ must be a power of 2.Tom Lane2002-02-25
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane2001-12-03
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-02
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-15
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-15
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-20
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-19
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-13
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-01
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-22
* Remove --enable-unicode-conversionTatsuo Ishii2001-09-14
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07