| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable threaded python builds on freebsd5, per report from Jim C. Nasby | Bruce Momjian | 2005-10-13 | 1 | -2/+2 |
* | Prevent threaded python build on BSD's, where it fails. | Bruce Momjian | 2005-09-26 | 1 | -1/+16 |
* | Allow Win32 libpq will use it's minimal pthread implementation, and ecpg | Bruce Momjian | 2005-08-29 | 1 | -1/+1 |
* | Update to autoconf 2.59 as well as updates of related scripts | Peter Eisentraut | 2005-07-01 | 4 | -443/+535 |
* | Clean up printf arg-control test, per Kurt Roeckx. | Tom Lane | 2005-02-24 | 1 | -11/+9 |
* | Add support to port/snprintf.c for position parameter specification: | Bruce Momjian | 2005-02-22 | 1 | -1/+34 |
* | New version of mkinstalldirs fixes problems on Tru64 UNIX. | Peter Eisentraut | 2005-01-08 | 1 | -15/+54 |
* | Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to | Bruce Momjian | 2004-12-16 | 2 | -13/+18 |
* | 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 |
* | Hack to work around broken linker on older NetBSD/OpenBSD/Irix assumed | Tom Lane | 2004-12-02 | 1 | -8/+9 |
* | Fix readline/libedit selection code to prefer readline over libedit | Tom Lane | 2004-11-30 | 1 | -6/+5 |
* | 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 | -30/+14 |
* | Another try at making plpython autoconfiguration work correctly. Use a | Tom Lane | 2004-10-11 | 1 | -4/+28 |
* | Un-break plpython build for non-Windows platforms. | Tom Lane | 2004-10-10 | 1 | -13/+5 |
* | Allow plpython to build on Win32. | Bruce Momjian | 2004-10-06 | 1 | -19/+4 |
* | Update comment on int64 printf speciifications for MinGW: | Bruce Momjian | 2004-10-04 | 1 | -1/+5 |
* | New config.guess and config.sub | Peter Eisentraut | 2004-09-17 | 2 | -64/+109 |
* | Make discovery of python_configdir architecture independent. Solution | Joe Conway | 2004-09-16 | 1 | -2/+10 |
* | 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 _timezone global on Cygwin instead of timezone. | Bruce Momjian | 2004-09-08 | 1 | -2/+6 |
* | Some versions of lex will drop a lex.yy.c file when we probe to see if | Tom Lane | 2004-09-02 | 1 | -2/+2 |
* | Use $PATH_SEPARATOR like the rest of the autoconf code, instead of | Tom Lane | 2004-09-02 | 1 | -3/+3 |
* | Fix agressive collection of thread flags. | Bruce Momjian | 2004-08-17 | 1 | -2/+3 |
* | Fix syntax error just introduced. | Bruce Momjian | 2004-08-16 | 1 | -1/+0 |
* | Be more aggressive about adding flags to thread compiles. The configure | Bruce Momjian | 2004-08-12 | 1 | -9/+14 |
* | Minor style cleanup of thread test script. | Bruce Momjian | 2004-08-12 | 1 | -11/+11 |
* | PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with | Peter Eisentraut | 2004-07-30 | 1 | -0/+16 |
* | Rename AC_PROG_LD* macros to PGAC_PROG_LD*. This avoids clashes with the | Peter Eisentraut | 2004-07-17 | 1 | -4/+4 |
* | Fix strerror_r by checking return type from configure. | Bruce Momjian | 2004-06-07 | 1 | -1/+18 |
* | Configure adjustments for irix. | Bruce Momjian | 2004-05-19 | 1 | -3/+3 |
* | Unconditionally define: | Bruce Momjian | 2004-04-26 | 1 | -4/+8 |
* | Add new auto-detection of thread flags. | Bruce Momjian | 2004-04-23 | 1 | -0/+199 |
* | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 | 1 | -1/+24 |
* | Do not let external specification of CFLAGS stop us from adding | Tom Lane | 2004-02-02 | 1 | -2/+2 |
* | Remove JDBC from the build system and documentation, too. | Tom Lane | 2004-01-19 | 1 | -61/+0 |
* | Add /usr/local/sgml/docbook-dsssl to the default search patch for | Bruce Momjian | 2003-12-13 | 1 | -1/+2 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 10 | -10/+10 |
* | Use --with-docdir to choose installation location of documentation; put | Peter Eisentraut | 2003-11-24 | 1 | -1/+1 |
* | Make the detection of nsgmls more robust for funny shells. | Peter Eisentraut | 2003-11-06 | 1 | -6/+8 |
* | Update install-sh and mkinstalldirs from master source (Automake). They | Peter Eisentraut | 2003-11-04 | 2 | -210/+304 |
* | New config.guess and config.sub from upstream. | Peter Eisentraut | 2003-11-04 | 2 | -324/+564 |
* | Unset CFLAGS before reading template. This should be more robust. | Peter Eisentraut | 2003-11-01 | 1 | -1/+41 |
* | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut | 2003-10-25 | 1 | -2/+31 |
* | Changes for MinGW/WIN32: | Bruce Momjian | 2003-09-07 | 1 | -13/+22 |
* | Clean up after pygresql removal: adjust/remove documentation and remove | Peter Eisentraut | 2003-09-01 | 1 | -19/+1 |
* | Have a go at fixing various outstanding portability issues in code that | Tom Lane | 2003-07-23 | 1 | -9/+15 |
* | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 | 1 | -1/+14 |