| Commit message (Expand) | Author | Age | Files | Lines |
| * | mark it as RC3 ... | Marc G. Fournier | 2001-04-06 | 1 | -1/+1 |
| * | RC2 preparations ... | Marc G. Fournier | 2001-04-01 | 1 | -1/+1 |
| * | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 | 1 | -47/+74 |
| * | well, here goes our first Release Candidate for 7.1 *cross fingers* | Marc G. Fournier | 2001-03-20 | 1 | -1/+1 |
| * | upgrade version to beta6 | Marc G. Fournier | 2001-03-16 | 1 | -1/+1 |
| * | Try to run empty test program before running any real AC_TRY_RUN's, to | Peter Eisentraut | 2001-03-14 | 1 | -53/+86 |
| * | Throw error if Ant is not found and Java is requested. Remove redundant | Peter Eisentraut | 2001-03-11 | 1 | -497/+398 |
| * | Use install-sh unconditionally. | Peter Eisentraut | 2001-03-10 | 1 | -422/+325 |
| * | Hmmm, a conflict with V1.104 of configure.in remained and broke configure | Peter Mount | 2001-03-05 | 1 | -17/+3 |
| * | Ok, I've split todays commit into three, the first two already done had some | Peter Mount | 2001-03-05 | 1 | -392/+575 |
| * | Add configure check for -lunix, for QNX. | Peter Eisentraut | 2001-03-03 | 1 | -404/+454 |
| * | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii | 2001-03-01 | 1 | -145/+129 |
| * | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 | 1 | -126/+252 |
| * | update to beta5 | Marc G. Fournier | 2001-02-23 | 1 | -4/+4 |
| * | Fix nasty bug in configure. | Tatsuo Ishii | 2001-02-19 | 1 | -4/+4 |
| * | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 1 | -124/+140 |
| * | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut | 2001-02-10 | 1 | -322/+330 |
| * | Make DEF_PGPORT available to Makefiles, so it can be substituted into | Tom Lane | 2001-02-07 | 1 | -2/+3 |
| * | Only use termcap xor [n]curses, depending on what readline needs. Solaris | Peter Eisentraut | 2001-02-06 | 1 | -457/+311 |
| * | Check for -lresolv. | Peter Eisentraut | 2001-02-04 | 1 | -237/+280 |
| * | update configure to beta4 | Marc G. Fournier | 2001-01-29 | 1 | -1/+1 |
| * | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane | 2001-01-22 | 1 | -81/+47 |
| * | Remove no-longer-used STRERROR2 config symbol. | Tom Lane | 2001-01-20 | 1 | -94/+92 |
| * | Make checks for global variables (sys_nerr, timezone) safe against getting | Peter Eisentraut | 2001-01-10 | 1 | -138/+140 |
| * | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut | 2001-01-09 | 1 | -47/+79 |
| * | jump version to beta3 ... beta2 was created and pulled due to a couple ofREL7_1_BETA3 | PostgreSQL Daemon | 2001-01-09 | 1 | -1/+1 |
| * | tag configure as beta2 ..REL7_1_BETA2 | PostgreSQL Daemon | 2001-01-07 | 1 | -1/+1 |
| * | Allow NetBSD's libedit to be used instead of GNU Readline. (This simply | Peter Eisentraut | 2001-01-04 | 1 | -308/+326 |
| * | Only update stamp-h if config.status actually looks at config.h. | Peter Eisentraut | 2001-01-02 | 1 | -1/+1 |
| * | Define HAVE_LIBZ only if we detect <zlib.h> as well as libz.a/.so. | Tom Lane | 2001-01-01 | 1 | -241/+275 |
| * | stamp-h needs to be made by config.status, not elsewhere, per recipe in | Tom Lane | 2000-12-29 | 1 | -3/+3 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -26/+71 |
| * | Fix rules to re-generate config.h. The examples in the Autoconf manual are | Peter Eisentraut | 2000-12-16 | 1 | -1/+3 |
| * | update VERSION to 7.1beta1.. | Marc G. Fournier | 2000-12-06 | 1 | -1/+1 |
| * | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane | 2000-11-29 | 1 | -158/+124 |
| * | Fix directory search for include and library directories to accept white- | Peter Eisentraut | 2000-11-26 | 1 | -398/+399 |
| * | Remove check for 'ln' library. On FreeBSD this is some obscure lex | Peter Eisentraut | 2000-11-22 | 1 | -292/+249 |
| * | Add configure checks for strtoll, strtoull (or strto[u]q). Disable | Peter Eisentraut | 2000-11-20 | 1 | -26/+138 |
| * | Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8), | Peter Eisentraut | 2000-11-09 | 1 | -387/+428 |
| * | Add -V option to backend, to show version, since --version doesn't seem | Peter Eisentraut | 2000-11-06 | 1 | -38/+72 |
| * | Add some configure checks for DocBook and related tools. With a somewhat | Peter Eisentraut | 2000-11-05 | 1 | -0/+184 |
| * | If CFLAGS was specified in the environment, use that, not what the template | Peter Eisentraut | 2000-11-04 | 1 | -391/+402 |
| * | autoconf | Bruce Momjian | 2000-11-04 | 1 | -1/+1 |
| * | Add configure check to see whether <string.h> and <strings.h> may both be | Peter Eisentraut | 2000-11-03 | 1 | -172/+227 |
| * | autoconf | Bruce Momjian | 2000-11-02 | 1 | -1/+1 |
| * | This is the minimal version of the Darwin support patch from | Peter Eisentraut | 2000-10-31 | 1 | -364/+365 |
| * | Determine CXXFLAGS after the C++ compiler was detected. Also honor | Peter Eisentraut | 2000-10-31 | 1 | -318/+339 |
| * | Add -enable-uniconv | Tatsuo Ishii | 2000-10-30 | 1 | -366/+395 |
| * | Make use of system-specific linker option to embed shared library search | Peter Eisentraut | 2000-10-27 | 1 | -365/+391 |
| * | In flex --version test, redirect stdin to /dev/null, because some lex' hang | Peter Eisentraut | 2000-10-26 | 1 | -2/+2 |