| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -9/+9 |
| * | Punt when trying to build with threaded Python on FreeBSD. | Peter Eisentraut | 2006-10-16 | 1 | -61/+49 |
| * | Make unknown-option-warning code more portable. echo -n is not portable, | Peter Eisentraut | 2006-10-13 | 1 | -9/+10 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 1 | -2/+4 |
| * | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 | 1 | -4/+455 |
| * | Adjust configure's handling of libedit to not look for a history.h file. | Tom Lane | 2006-10-04 | 1 | -477/+22 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -15/+0 |
| * | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 1 | -74/+146 |
| * | Improve documentation of configure's readline/libedit switches. | Tom Lane | 2006-10-01 | 1 | -26/+26 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 1 | -1/+2 |
| * | Tag us Beta1REL8_2_BETA1 | PostgreSQL Daemon | 2006-09-23 | 1 | -9/+9 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -403/+640 |
| * | Used autoconf 2.59 this time. | Michael Meskes | 2006-08-23 | 1 | -9501/+6551 |
| * | Replaced double-quote-fix with a hopefully better version. | Michael Meskes | 2006-08-23 | 1 | -6777/+9505 |
| * | Produce a clean failure in configure when dtrace is selected but cannot be | Peter Eisentraut | 2006-08-17 | 1 | -0/+5 |
| * | Fix inadequate quoting in test for AIX xlc. | Tom Lane | 2006-08-04 | 1 | -1/+1 |
| * | Allow LDAP lookups from pg_service.conf. | Bruce Momjian | 2006-07-27 | 1 | -0/+85 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 1 | -1/+82 |
| * | Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates. | Tom Lane | 2006-07-11 | 1 | -130/+0 |
| * | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 | 1 | -0/+73 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -0/+8 |
| * | Emit warnings for unknown configure options. | Bruce Momjian | 2006-05-30 | 1 | -0/+77 |
| * | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian | 2006-05-23 | 1 | -11/+0 |
| * | Rearrange some configure.in comments for better readability. | Tom Lane | 2006-04-29 | 1 | -12/+22 |
| * | Intel compiler has a bug/misoptimization in checking for division by NAN | Bruce Momjian | 2006-04-29 | 1 | -0/+57 |
| * | Turn off strict aliasing when using AIX xlc compiler. | Bruce Momjian | 2006-04-27 | 1 | -2/+56 |
| * | Add mentioun of Intel compiler bug: | Bruce Momjian | 2006-04-22 | 1 | -1/+2 |
| * | Use special gcc -W flags only if we are using gcc, not if we are using | Bruce Momjian | 2006-04-21 | 1 | -6/+59 |
| * | Remove use of lorder and tsort while building static libraries. There's | Tom Lane | 2006-04-19 | 1 | -42/+1 |
| * | Revert getaddrinfo configure changes until we get a solution that is | Andrew Dunstan | 2006-04-07 | 1 | -23/+69 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 1 | -1/+432 |
| * | 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 | -1/+3 |
| * | Fix PG_VERSION_NUM awk -F parameter. | Bruce Momjian | 2006-02-28 | 1 | -1/+1 |
| * | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian | 2006-02-28 | 1 | -0/+8 |
| * | Adjust probe for getaddrinfo to cope with macro-ized definitions, such | Tom Lane | 2006-02-21 | 1 | -69/+23 |
| * | Since we only use libld on AIX, don't include it in LIBS on any other | Tom Lane | 2006-02-15 | 1 | -1/+6 |
| * | Fix up remaining library checks. | Peter Eisentraut | 2006-02-10 | 1 | -388/+34 |
| * | Remove some checks for libraries that no one can identify. We'll see how | Peter Eisentraut | 2006-02-07 | 1 | -340/+0 |
| * | Move thread_test directory from /tools to /test so source-only tarballs | Bruce Momjian | 2006-02-04 | 1 | -7/+7 |
| * | First attempt at removing some AC_CHECK_LIB(foo, main) calls. | Peter Eisentraut | 2006-02-04 | 1 | -133/+397 |
| * | Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off | Bruce Momjian | 2006-02-03 | 1 | -0/+11 |
| * | Fix fsync code to test whether F_FULLFSYNC is available, instead of | Tom Lane | 2006-01-17 | 1 | -0/+75 |
| * | Use a more bulletproof test for whether finite() and isinf() are present. | Tom Lane | 2006-01-12 | 1 | -3/+7 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -79/+0 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -1/+0 |
| * | Add URL for Solaris qsort() bug. | Bruce Momjian | 2005-12-17 | 1 | -1/+2 |
| * | Update doc mention that Solaris qsort() might be fixed. | Bruce Momjian | 2005-12-17 | 1 | -0/+2 |
| * | Put [] around default value for port number. | Peter Eisentraut | 2005-12-08 | 1 | -1/+1 |
| * | Add documentation on the use of *printf() macros and libintl. | Bruce Momjian | 2005-12-06 | 1 | -6/+29 |