summaryrefslogtreecommitdiff
path: root/src/include/pg_config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Remove references to sa_family_t, except when SOCKADDR_STORAGE requiresBruce Momjian2003-06-231-0/+6
* Run autoconf/autoheader for ecpg change.Bruce Momjian2003-06-151-1/+1
* Add thread.c for libpq threading, and hook it into libpq/configure.Bruce Momjian2003-06-141-0/+12
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-131-3/+0
* IPv6 cleanups.Bruce Momjian2003-06-121-0/+6
* Add Rendezvous support to postmaster, from Chris CampbellBruce Momjian2003-06-111-0/+3
* Add configure thread tests.Bruce Momjian2003-05-271-0/+3
* Adjust configure so that extern tzname[] will be checked forTom Lane2003-05-221-2/+10
* Change alternate database location patch to test for symlink() ratherBruce Momjian2003-05-071-0/+3
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-0/+6
* Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut2003-04-061-640/+418
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-021-1/+7
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-291-1/+4
* Use poll(2) in preference to select(2), if available. This solvesTom Lane2003-03-061-4/+13
* Here's the patch I promised over on HACKERS - it alters theBruce Momjian2003-02-191-1/+10
* Update FAQ's in head and 7.3.X.Bruce Momjian2003-02-141-1/+7
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-251-1/+10
* Update comments on IPv6 #define.Bruce Momjian2003-01-061-2/+2
* Update ipv6 comment, move configure test to the right placeBruce Momjian2003-01-061-2/+2
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-061-1/+4
* This trivial patch removes 2 unused defines from pg_config.h.in:Bruce Momjian2002-11-101-16/+1
* Move substitute extern declarations to end of file, so that they areTom Lane2002-11-071-60/+79
* Be careful to include postgres.h *before* any system headers, to ensureTom Lane2002-09-051-18/+18
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-041-14/+2
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-7/+1
* Remove MULTIBYTETatsuo Ishii2002-08-291-10/+2
* Enable large file support.Peter Eisentraut2002-08-201-1/+18
* Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian2002-08-131-2/+2
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-311-6/+1
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-1/+7
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+10
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-211-1/+4
* Remove --enable-syslog optionTatsuo Ishii2002-04-211-4/+3
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-101-7/+1
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-4/+1
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-291-7/+7
* Add note that BLCKSZ must be a power of 2.Tom Lane2002-02-251-1/+2
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-1/+13
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-221-2/+11
* Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane2001-12-031-1/+4
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-021-5/+5
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-151-1/+3
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-151-1/+4
* Revert change to autodetect '__getopt_initialized' variable ... turnsTom Lane2001-10-201-4/+1
* Proper fix for glibc getopt() botch. Surprising we did not see thisTom Lane2001-10-191-1/+4
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-131-4/+1
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-011-4/+1
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-221-1/+8
* Remove --enable-unicode-conversionTatsuo Ishii2001-09-141-3/+5
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-071-1/+10