| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust a few more copyright notices to match the format expected by | Tom Lane | 2005-01-01 | 1 | -2/+2 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -3/+3 |
* | tag files for rc2REL8_0_0RC2 | PostgreSQL Daemon | 2004-12-21 | 1 | -2/+2 |
* | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -2/+1 |
* | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane | 2004-12-16 | 1 | -1/+6 |
* | tag configure for rc1 ..REL8_0_0RC1 | PostgreSQL Daemon | 2004-12-03 | 1 | -2/+2 |
* | Allow libedit to keep its headers in /usr/include/readline/ ... not a | Tom Lane | 2004-12-02 | 1 | -11/+17 |
* | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 | 1 | -1/+8 |
* | Fix readline/libedit selection code to prefer readline over libedit | Tom Lane | 2004-11-30 | 1 | -10/+23 |
* | update us to beta5REL8_0_0BETA5 | PostgreSQL Daemon | 2004-11-22 | 1 | -2/+2 |
* | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 1 | -2/+2 |
* | Move pthread.h test up to use PTHREAD_CFLAGS. | Bruce Momjian | 2004-11-02 | 1 | -3/+4 |
* | make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4 | PostgreSQL Daemon | 2004-10-25 | 1 | -2/+2 |
* | When using GCC, change the default CFLAGS to: | Neil Conway | 2004-10-20 | 1 | -3/+13 |
* | > This lets you do something like: | Bruce Momjian | 2004-10-15 | 1 | -1/+2 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -3/+8 |
* | Remove more traces of libpgtcl from the source tree. Also, make some | Neil Conway | 2004-10-01 | 1 | -3/+3 |
* | update for beta3, and update Copyright date to 2004REL8_0_0BETA3 | PostgreSQL Daemon | 2004-09-27 | 1 | -3/+3 |
* | Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just | Peter Eisentraut | 2004-09-17 | 1 | -2/+3 |
* | Use $PORTNAME consistently instead of $host_os, where appropriate. | Bruce Momjian | 2004-09-10 | 1 | -14/+11 |
* | Use $PATH_SEPARATOR like the rest of the autoconf code, instead of | Tom Lane | 2004-09-02 | 1 | -3/+3 |
* | tag configure beta2REL8_0_0BETA2 | PostgreSQL Daemon | 2004-08-31 | 1 | -2/+2 |
* | tag her configure 8.0.0beta1 ... | PostgreSQL Daemon | 2004-08-08 | 1 | -2/+2 |
* | Fixups for Win32 symlinks. | Bruce Momjian | 2004-08-08 | 1 | -2/+5 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
* | Add docs for initdb --auth. | Bruce Momjian | 2004-08-01 | 1 | -6/+1 |
* | Suppress readline usage in mingw in configure. | Bruce Momjian | 2004-07-20 | 1 | -3/+13 |
* | Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the | Peter Eisentraut | 2004-07-17 | 1 | -2/+2 |
* | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut | 2004-07-14 | 1 | -2/+2 |
* | Add --enable-thread-safety-force to force a thread compile even if the | Bruce Momjian | 2004-07-10 | 1 | -7/+25 |
* | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane | 2004-06-24 | 1 | -2/+2 |
* | Improve comment. | Bruce Momjian | 2004-06-16 | 1 | -2/+2 |
* | Do PGAC_FUNC_GETPWUID_R_5ARG and PGAC_FUNC_STRERROR_R_INT tests with the | Bruce Momjian | 2004-06-16 | 1 | -3/+5 |
* | Fix mingw link check by using double-brackets. | Bruce Momjian | 2004-06-08 | 1 | -2/+2 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 1 | -1/+2 |
* | Remove quotes around $CONFIG_LINKS. Caused improper expansion. | Bruce Momjian | 2004-05-28 | 1 | -2/+2 |
* | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 | 1 | -1/+2 |
* | Use wide-character library routines, if available, for upper/lower/initcap | Tom Lane | 2004-05-22 | 1 | -56/+3 |
* | Put path configuration information into a .h file instead of cluttering | Tom Lane | 2004-05-21 | 1 | -1/+54 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -3/+3 |
* | benign change ...added space to end of line | PostgreSQL Daemon | 2004-05-20 | 1 | -2/+2 |
* | Revert irix change to suppress configure warnings. | Bruce Momjian | 2004-05-19 | 1 | -17/+5 |
* | Configure adjustments for irix. | Bruce Momjian | 2004-05-19 | 1 | -4/+12 |
* | Rename irix5 port to irix. | Bruce Momjian | 2004-05-19 | 1 | -2/+2 |
* | Improve win32 link test. Previous commit added most of the code, but | Bruce Momjian | 2004-05-18 | 1 | -3/+2 |
* | Update Makefile dependencies for Win32 timezones, per Claudio. | Bruce Momjian | 2004-05-18 | 1 | -6/+5 |
* | Improve configure win32 link test to run from config.status. | Bruce Momjian | 2004-05-17 | 1 | -11/+15 |
* | Refactor code to warn about configure link failures on MinGW. | Bruce Momjian | 2004-05-13 | 1 | -17/+11 |
* | Warn when MinGW fails to create symlinks during configure. Report | Bruce Momjian | 2004-05-13 | 1 | -1/+19 |
* | As part of the work for making relocatable installs, I have re-factored | Bruce Momjian | 2004-05-11 | 1 | -2/+1 |