| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian | 2005-05-15 | 1 | -17/+17 |
| * | Revert the ld --as-needed patch. This breaks Fedora Core 3, due to a strange | Neil Conway | 2005-05-07 | 1 | -68/+5 |
| * | On Win32, libintl replaces snprintf() with its own version that | Bruce Momjian | 2005-05-05 | 1 | -1/+7 |
| * | The issue has been raised in the past that our build system links each | Neil Conway | 2005-05-05 | 1 | -5/+68 |
| * | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane | 2005-03-25 | 1 | -3/+118 |
| * | Define snprintf() to call pg_snprintf() so our own snprintf-like | Bruce Momjian | 2005-03-11 | 1 | -0/+5 |
| * | Use test && test rather than test -a, per Peter. | Bruce Momjian | 2005-03-02 | 1 | -1/+1 |
| * | Use our own snprintf() only if NLS is enabled, and support %qd and %I64d. | Bruce Momjian | 2005-03-02 | 1 | -1/+2 |
| * | Un-break configure snprintf tests (partly my fault, partly Bruce's). | Tom Lane | 2005-02-28 | 1 | -62/+64 |
| * | Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprintf 64-bit tests so | Bruce Momjian | 2005-02-28 | 1 | -62/+62 |
| * | We aren't supposed to try to run test programs until after we've | Tom Lane | 2005-02-24 | 1 | -134/+137 |
| * | Clean up printf arg-control test, per Kurt Roeckx. | Tom Lane | 2005-02-24 | 1 | -10/+8 |
| * | Add support to port/snprintf.c for position parameter specification: | Bruce Momjian | 2005-02-22 | 1 | -0/+57 |
| * | Stamp 8.1 in configure. | Bruce Momjian | 2005-01-18 | 1 | -9/+9 |
| * | its that time ... tag it for releaseREL8_0_0 | PostgreSQL Daemon | 2005-01-17 | 1 | -9/+9 |
| * | up release to rc5REL8_0_0RC5 | PostgreSQL Daemon | 2005-01-11 | 1 | -9/+9 |
| * | upgrade tags to rc4REL8_0_0RC4 | PostgreSQL Daemon | 2005-01-07 | 1 | -9/+9 |
| * | Adjust a few more copyright notices to match the format expected by | Tom Lane | 2005-01-01 | 1 | -2/+2 |
| * | forgot to autoconf after tag'ng configure.in with rc3REL8_0_0RC3 | PostgreSQL Daemon | 2004-12-31 | 1 | -11/+11 |
| * | tag files for rc2REL8_0_0RC2 | PostgreSQL Daemon | 2004-12-21 | 1 | -9/+9 |
| * | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -110/+0 |
| * | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane | 2004-12-16 | 1 | -1/+115 |
| * | Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to | Bruce Momjian | 2004-12-16 | 1 | -15/+20 |
| * | Update aix cc_r wording. | Bruce Momjian | 2004-12-14 | 1 | -3/+3 |
| * | Mention aix cc_r is not supported, and why | Bruce Momjian | 2004-12-14 | 1 | -0/+3 |
| * | tag configure for rc1 ..REL8_0_0RC1 | PostgreSQL Daemon | 2004-12-03 | 1 | -9/+9 |
| * | Allow libedit to keep its headers in /usr/include/readline/ ... not a | Tom Lane | 2004-12-02 | 1 | -0/+234 |
| * | Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed | Tom Lane | 2004-12-02 | 1 | -7/+8 |
| * | Rework libpq threaded SIGPIPE handling to avoid interference with | Bruce Momjian | 2004-12-02 | 1 | -0/+12 |
| * | Fix readline/libedit selection code to prefer readline over libedit | Tom Lane | 2004-11-30 | 1 | -20/+270 |
| * | update us to beta5REL8_0_0BETA5 | PostgreSQL Daemon | 2004-11-22 | 1 | -9/+9 |
| * | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 | 1 | -1/+2 |
| * | Move pthread.h test up to use PTHREAD_CFLAGS. | Bruce Momjian | 2004-11-02 | 1 | -5/+6 |
| * | make sure we tag configure.in as beta4 as well ...REL8_0_0BETA4 | PostgreSQL Daemon | 2004-10-25 | 1 | -9/+9 |
| * | If we're going to test for switch validity by observing whether the | Tom Lane | 2004-10-24 | 1 | -1/+3 |
| * | When using GCC, change the default CFLAGS to: | Neil Conway | 2004-10-20 | 1 | -21/+145 |
| * | > This lets you do something like: | Bruce Momjian | 2004-10-15 | 1 | -0/+7 |
| * | Another try at making plpython autoconfiguration work correctly. Use a | Tom Lane | 2004-10-11 | 1 | -3/+21 |
| * | Un-break plpython build for non-Windows platforms. | Tom Lane | 2004-10-10 | 1 | -15/+6 |
| * | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 | 1 | -0/+141 |
| * | Allow plpython to build on Win32. | Bruce Momjian | 2004-10-06 | 1 | -20/+3 |
| * | Remove more traces of libpgtcl from the source tree. Also, make some | Neil Conway | 2004-10-01 | 1 | -2/+2 |
| * | update for beta3, and update Copyright date to 2004REL8_0_0BETA3 | PostgreSQL Daemon | 2004-09-27 | 1 | -11/+11 |
| * | Add support for GNU/Hurd and GNU/*BSD. For our purposes, they behave just | Peter Eisentraut | 2004-09-17 | 1 | -1/+2 |
| * | Make discovery of python_configdir architecture independent. Solution | Joe Conway | 2004-09-16 | 1 | -1/+14 |
| * | Send thread test output to file descriptor 5 like configure does rather | Bruce Momjian | 2004-09-11 | 1 | -1/+1 |
| * | Check for ignored thread compiler options to reduce compiler noise. | Bruce Momjian | 2004-09-11 | 1 | -7/+21 |
| * | Use $PORTNAME consistently instead of $host_os, where appropriate. | Bruce Momjian | 2004-09-10 | 1 | -13/+10 |
| * | Use _timezone global on Cygwin instead of timezone. | Bruce Momjian | 2004-09-08 | 1 | -0/+4 |
| * | Some versions of lex will drop a lex.yy.c file when we probe to see if | Tom Lane | 2004-09-02 | 1 | -1/+1 |