| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replaced double-quote-fix with a hopefully better version. | Michael Meskes | 2006-08-23 | 1 | -1/+4 |
| * | Produce a clean failure in configure when dtrace is selected but cannot be | Peter Eisentraut | 2006-08-17 | 1 | -1/+4 |
| * | Fix inadequate quoting in test for AIX xlc. | Tom Lane | 2006-08-04 | 1 | -2/+2 |
| * | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 | 1 | -1/+9 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 1 | -1/+12 |
| * | Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. | Tom Lane | 2006-07-11 | 1 | -3/+1 |
| * | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 | 1 | -1/+2 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -1/+2 |
| * | Emit warnings for unknown configure options. | Bruce Momjian | 2006-05-30 | 1 | -1/+7 |
| * | Rearrange some configure.in comments for better readability. | Tom Lane | 2006-04-29 | 1 | -6/+7 |
| * | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 | 1 | -9/+14 |
| * | Intel compiler has a bug/misoptimization in checking for division by NAN | Bruce Momjian | 2006-04-29 | 1 | -1/+6 |
| * | Turn off strict aliasing when using AIX xlc compiler. | Bruce Momjian | 2006-04-27 | 1 | -1/+4 |
| * | Revert Intel compiler bug comment. | Bruce Momjian | 2006-04-22 | 1 | -3/+2 |
| * | Add mentioun of Intel compiler bug: | Bruce Momjian | 2006-04-22 | 1 | -2/+3 |
| * | Use special gcc -W flags only if we are using gcc, not if we are using | Bruce Momjian | 2006-04-21 | 1 | -7/+16 |
| * | Remove use of lorder and tsort while building static libraries. There's | Tom Lane | 2006-04-19 | 1 | -2/+1 |
| * | Revert getaddrinfo configure changes until we get a solution that is | Andrew Dunstan | 2006-04-07 | 1 | -13/+3 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 1 | -1/+33 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Fix PG_VERSION_NUM for different awk -F handling. | Bruce Momjian | 2006-02-28 | 1 | -2/+4 |
| * | Fix PG_VERSION_NUM awk -F parameter. | Bruce Momjian | 2006-02-28 | 1 | -2/+2 |
| * | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian | 2006-02-28 | 1 | -2/+6 |
| * | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 | 1 | -3/+13 |
| * | Since we only use libld on AIX, don't include it in LIBS on any other | Tom Lane | 2006-02-15 | 1 | -2/+7 |
| * | Fix up remaining library checks. | Peter Eisentraut | 2006-02-10 | 1 | -12/+2 |
| * | Remove some checks for libraries that no one can identify. We'll see how | Peter Eisentraut | 2006-02-07 | 1 | -6/+1 |
| * | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 | 1 | -5/+5 |
| * | First attempt at removing some AC_CHECK_LIB(foo, main) calls. | Peter Eisentraut | 2006-02-04 | 1 | -13/+8 |
| * | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 1 | -1/+8 |
| * | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 | 1 | -1/+4 |
| * | Use a more bulletproof test for whether finite() and isinf() are present. | Tom Lane | 2006-01-12 | 1 | -7/+11 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -7/+1 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -2/+1 |
| * | Add URL for Solaris qsort() bug. | Bruce Momjian | 2005-12-17 | 1 | -2/+3 |
| * | Update doc mention that Solaris qsort() might be fixed. | Bruce Momjian | 2005-12-17 | 1 | -1/+3 |
| * | Put [] around default value for port number. | Peter Eisentraut | 2005-12-08 | 1 | -2/+2 |
| * | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian | 2005-12-06 | 1 | -7/+30 |
| * | Add comment on why pg *printf functions are used unconditionally on | Bruce Momjian | 2005-12-06 | 1 | -1/+5 |
| * | Make Win32 build use our port/snprintf.c routines, instead of depending | Tom Lane | 2005-12-06 | 1 | -13/+12 |
| * | Add configure flag to allow libedit to be preferred over GNU readline: | Bruce Momjian | 2005-12-04 | 1 | -2/+9 |
| * | Brand HEAD branch as 8.2devel. | Tom Lane | 2005-11-05 | 1 | -2/+2 |
| * | Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0 | PostgreSQL Daemon | 2005-11-05 | 1 | -2/+2 |
| * | tag it for rc1REL8_1_0RC1 | PostgreSQL Daemon | 2005-10-30 | 1 | -2/+2 |
| * | update configure and bugtemplate for beta 4 ...REL8_1_0BETA4 | PostgreSQL Daemon | 2005-10-22 | 1 | -2/+2 |
| * | update to beta3 before tagging ... | PostgreSQL Daemon | 2005-10-11 | 1 | -2/+2 |
| * | Add -Winline to the default CFLAGS for gcc, and remove | Tom Lane | 2005-10-05 | 1 | -3/+2 |
| * | tag it all beta2 ...REL8_1_0BETA2 | PostgreSQL Daemon | 2005-09-16 | 1 | -2/+2 |
| * | Add comment explaining that autoconf's failure to find getaddrinfo() | Tom Lane | 2005-08-25 | 1 | -3/+6 |
| * | fix up a few references to 8.1devel -> 8.1beta1REL8_1_0BETA1 | PostgreSQL Daemon | 2005-08-24 | 1 | -2/+2 |