| Commit message (Expand) | Author | Age |
* | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 |
* | Run autoconf/autoheader for ecpg change. | Bruce Momjian | 2003-06-15 |
* | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian | 2003-06-14 |
* | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 |
* | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian | 2003-06-11 |
* | Add configure thread tests. | Bruce Momjian | 2003-05-27 |
* | Adjust configure so that extern tzname[] will be checked for | Tom Lane | 2003-05-22 |
* | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 |
* | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 |
* | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 |
* | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 |
* | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 |
* | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 |
* | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 |
* | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 |
* | Update comments on IPv6 #define. | Bruce Momjian | 2003-01-06 |
* | Update ipv6 comment, move configure test to the right place | Bruce Momjian | 2003-01-06 |
* | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 |
* | This trivial patch removes 2 unused defines from pg_config.h.in: | Bruce Momjian | 2002-11-10 |
* | Move substitute extern declarations to end of file, so that they are | Tom Lane | 2002-11-07 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
* | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove MULTIBYTE | Tatsuo Ishii | 2002-08-29 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian | 2002-08-13 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 |
* | Remove --enable-syslog option | Tatsuo Ishii | 2002-04-21 |
* | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut | 2002-04-10 |
* | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 |
* | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut | 2002-03-29 |
* | Add note that BLCKSZ must be a power of 2. | Tom Lane | 2002-02-25 |
* | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut | 2002-02-23 |
* | libpq++/pgconnection.h must not include postgres_fe.h, else it fails to | Tom Lane | 2002-01-22 |
* | Add configure-time check whether sig_atomic_t is defined; if not, | Tom Lane | 2001-12-03 |
* | More correct way to check for existence of types, which allows to specify | Peter Eisentraut | 2001-12-02 |
* | Well the absolute correct solution would involve all of: | Bruce Momjian | 2001-11-15 |
* | Fix for AIX compile and unsigned/signed typedefs. | Bruce Momjian | 2001-11-15 |
* | Revert change to autodetect '__getopt_initialized' variable ... turns | Tom Lane | 2001-10-20 |
* | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane | 2001-10-19 |
* | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian | 2001-10-13 |
* | > > > > > - PostgreSQL requires to be compiled with --enable-multibyte | Bruce Momjian | 2001-10-01 |
* | Provide some initial support for building the ODBC driver for | Peter Eisentraut | 2001-09-22 |
* | Remove --enable-unicode-conversion | Tatsuo Ishii | 2001-09-14 |
* | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian | 2001-09-07 |