| Age | Commit message (Expand) | Author |
| 2001-04-01 | RC2 preparations ... | Marc G. Fournier |
| 2001-03-23 | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane |
| 2001-03-20 | well, here goes our first Release Candidate for 7.1 *cross fingers* | Marc G. Fournier |
| 2001-03-16 | upgrade version to beta6 | Marc G. Fournier |
| 2001-03-14 | Try to run empty test program before running any real AC_TRY_RUN's, to | Peter Eisentraut |
| 2001-03-11 | Throw error if Ant is not found and Java is requested. Remove redundant | Peter Eisentraut |
| 2001-03-10 | Use install-sh unconditionally. | Peter Eisentraut |
| 2001-03-05 | Hmmm, a conflict with V1.104 of configure.in remained and broke configure | Peter Mount |
| 2001-03-05 | Ok, I've split todays commit into three, the first two already done had some | Peter Mount |
| 2001-03-03 | Add configure check for -lunix, for QNX. | Peter Eisentraut |
| 2001-03-01 | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii |
| 2001-02-27 | Massive commits for SunOS4 port. | Tatsuo Ishii |
| 2001-02-23 | update to beta5 | Marc G. Fournier |
| 2001-02-19 | Fix nasty bug in configure. | Tatsuo Ishii |
| 2001-02-18 | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2001-02-07 | Make DEF_PGPORT available to Makefiles, so it can be substituted into | Tom Lane |
| 2001-02-06 | Only use termcap xor [n]curses, depending on what readline needs. Solaris | Peter Eisentraut |
| 2001-02-04 | Check for -lresolv. | Peter Eisentraut |
| 2001-01-29 | update configure to beta4 | Marc G. Fournier |
| 2001-01-22 | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane |
| 2001-01-20 | Remove no-longer-used STRERROR2 config symbol. | Tom Lane |
| 2001-01-09 | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut |
| 2001-01-09 | jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3 | PostgreSQL Daemon |
| 2001-01-07 | tag configure as beta2 ..REL7_1_BETA2 | PostgreSQL Daemon |
| 2001-01-04 | Allow NetBSD's libedit to be used instead of GNU Readline. (This simply | Peter Eisentraut |
| 2001-01-02 | Only update stamp-h if config.status actually looks at config.h. | Peter Eisentraut |
| 2001-01-01 | Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so. | Tom Lane |
| 2000-12-29 | stamp-h needs to be made by config.status, not elsewhere, per recipe in | Tom Lane |
| 2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
| 2000-12-16 | Fix rules to re-generate config.h. The examples in the Autoconf manual are | Peter Eisentraut |
| 2000-12-06 | update VERSION to 7.1beta1.. | Marc G. Fournier |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-26 | Fix directory search for include and library directories to accept white- | Peter Eisentraut |
| 2000-11-22 | Remove check for 'ln' library. On FreeBSD this is some obscure lex | Peter Eisentraut |
| 2000-11-20 | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut |
| 2000-11-09 | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut |
| 2000-11-06 | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut |
| 2000-11-05 | Add some configure checks for DocBook and related tools. With a somewhat | Peter Eisentraut |
| 2000-11-04 | If CFLAGS was specified in the environment, use that, not what the template | Peter Eisentraut |
| 2000-11-03 | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut |
| 2000-10-31 | This is the minimal version of the Darwin support patch from | Peter Eisentraut |
| 2000-10-31 | Determine CXXFLAGS after the C++ compiler was detected. Also honor | Peter Eisentraut |
| 2000-10-30 | Add new configure option "--enable-uniconv" that enables automatic | Tatsuo Ishii |
| 2000-10-27 | Make use of system-specific linker option to embed shared library search | Peter Eisentraut |
| 2000-10-25 | Rearrange handling of -L linker options so that they are always before all | Peter Eisentraut |
| 2000-10-24 | Don't call AC_SUBST (in libtool.m4) before AC_INIT. The m4 diversions get | Peter Eisentraut |
| 2000-10-24 | Make test for <netinet/tcp.h> IRIX-proof. | Tom Lane |
| 2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |
| 2000-10-23 | Back out xti.h portion of the patch. | Bruce Momjian |