| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 | 1 | -2/+2 |
| * | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 | 1 | -0/+3 |
| * | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 1 | -0/+3 |
| * | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -0/+6 |
| * | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 | 1 | -0/+3 |
| * | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -0/+3 |
| * | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 1 | -0/+3 |
| * | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane | 2004-05-22 | 1 | -0/+12 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -3/+0 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -3/+0 |
| * | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 | 1 | -0/+3 |
| * | Rename to USE_PGTZ to match code. | Bruce Momjian | 2004-04-30 | 1 | -3/+3 |
| * | Enable use of our own timezone library for Win32. | Bruce Momjian | 2004-04-30 | 1 | -0/+3 |
| * | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 1 | -9/+7 |
| * | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 | 1 | -0/+3 |
| * | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian | 2004-02-11 | 1 | -3/+9 |
| * | Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. | Bruce Momjian | 2004-02-11 | 1 | -0/+3 |
| * | Add configure support for determining UINT64_FORMAT, the appropriate | Tom Lane | 2004-02-10 | 1 | -0/+4 |
| * | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut | 2003-11-24 | 1 | -4/+4 |
| * | autoconf/autoheader run. | Bruce Momjian | 2003-09-13 | 1 | -0/+9 |
| * | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian | 2003-09-12 | 1 | -0/+3 |
| * | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 | 1 | -0/+3 |
| * | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian | 2003-08-16 | 1 | -9/+0 |
| * | Do not link in libwsock32 on non-win32 platforms. Improve grammar | Tom Lane | 2003-08-11 | 1 | -4/+4 |
| * | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 | 1 | -0/+3 |
| * | Re-add USE_THREADS, used by ecpg. | Bruce Momjian | 2003-08-04 | 1 | -0/+4 |
| * | Fix thread handling in configure. | Bruce Momjian | 2003-08-04 | 1 | -4/+0 |
| * | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 | 1 | -4/+1 |
| * | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 1 | -1/+11 |
| * | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 | 1 | -0/+6 |
| * | Run autoconf/autoheader for ecpg change. | Bruce Momjian | 2003-06-15 | 1 | -1/+1 |
| * | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian | 2003-06-14 | 1 | -0/+12 |
| * | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 | 1 | -3/+0 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -0/+6 |
| * | Add Rendezvous support to postmaster, from Chris Campbell | Bruce Momjian | 2003-06-11 | 1 | -0/+3 |
| * | Add configure thread tests. | Bruce Momjian | 2003-05-27 | 1 | -0/+3 |
| * | Adjust configure so that extern tzname[] will be checked for | Tom Lane | 2003-05-22 | 1 | -2/+10 |
| * | Change alternate database location patch to test for symlink() rather | Bruce Momjian | 2003-05-07 | 1 | -0/+3 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -0/+6 |
| * | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -640/+418 |
| * | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane | 2003-04-02 | 1 | -1/+7 |
| * | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut | 2003-03-29 | 1 | -1/+4 |
| * | Use poll(2) in preference to select(2), if available. This solves | Tom Lane | 2003-03-06 | 1 | -4/+13 |
| * | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian | 2003-02-19 | 1 | -1/+10 |
| * | Update FAQ's in head and 7.3.X. | Bruce Momjian | 2003-02-14 | 1 | -1/+7 |
| * | Where available, use utime() or utimes() to update the file mod time | Tom Lane | 2003-01-25 | 1 | -1/+10 |
| * | Update comments on IPv6 #define. | Bruce Momjian | 2003-01-06 | 1 | -2/+2 |
| * | Update ipv6 comment, move configure test to the right place | Bruce Momjian | 2003-01-06 | 1 | -2/+2 |
| * | Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entries | Bruce Momjian | 2003-01-06 | 1 | -1/+4 |
| * | This trivial patch removes 2 unused defines from pg_config.h.in: | Bruce Momjian | 2002-11-10 | 1 | -16/+1 |