| Age | Commit message (Expand) | Author |
| 2004-01-09 | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian |
| 2003-12-23 | Push responsibility for selecting out-of-line-assembler TAS code out to | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-27 | Remove possibility to specify an installation root after --with-krbx and | Peter Eisentraut |
| 2003-11-27 | Make sure vpath_build is set correctly even if config.status --no-create | Peter Eisentraut |
| 2003-11-24 | Upgrade to DocBook V4.2 SGML. | Peter Eisentraut |
| 2003-11-24 | Use --with-docdir to choose installation location of documentation; put | Peter Eisentraut |
| 2003-11-24 | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut |
| 2003-11-03 | Tag HEAD as 7.5devel. | Tom Lane |
| 2003-11-03 | tag it Release Candidate 1, as previously discussedREL7_4_RC1 | PostgreSQL Daemon |
| 2003-11-01 | Unset CFLAGS before reading template. This should be more robust. | Peter Eisentraut |
| 2003-10-28 | Guard against Ant versions that print CLASSPATH before the version number | Tom Lane |
| 2003-10-25 | Fix CFLAGS selection to actually work. Add test to detect whether gcc's | Peter Eisentraut |
| 2003-10-22 | up configure to beta5REL7_4_BETA5 | PostgreSQL Daemon |
| 2003-10-15 | Cause the default CFLAGS to be -O2 -fno-strict-aliasing when using gcc, | Tom Lane |
| 2003-10-14 | Add compile -O flag only for non-debug mode, per Tom | Bruce Momjian |
| 2003-10-09 | This centralizes the optimization defaults into configure.in, rather | Bruce Momjian |
| 2003-10-03 | brand her beta4REL7_4_BETA4 | PostgreSQL Daemon |
| 2003-09-27 | Finalize configuration of thread_test program. | Bruce Momjian |
| 2003-09-27 | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian |
| 2003-09-15 | tag her for beta3, as announced on Friday ...REL7_4_BETA3 | PostgreSQL Daemon |
| 2003-09-13 | Rename --without-spinlocks to --disable-spinlocks, per Peter. | Bruce Momjian |
| 2003-09-13 | Attempt threading in this order: | Bruce Momjian |
| 2003-09-12 | Implement compiler #error if spinlock code not found, add configure flag | Bruce Momjian |
| 2003-09-07 | Add $srcdir for Win32 builds, from Peter. | Bruce Momjian |
| 2003-09-07 | Changes for MinGW/WIN32: | Bruce Momjian |
| 2003-09-07 | Make the default pg_hba.conf include an entry for ::1 only if configure | Tom Lane |
| 2003-09-01 | Clean up after pygresql removal: adjust/remove documentation and remove | Peter Eisentraut |
| 2003-08-27 | update to beta2REL7_4_BETA2 | PostgreSQL Daemon |
| 2003-08-16 | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian |
| 2003-08-11 | Do not link in libwsock32 on non-win32 platforms. Improve grammar | Tom Lane |
| 2003-08-07 | Fix typo. | Tom Lane |
| 2003-08-07 | Don't assume that struct option is available just because we can find a | Tom Lane |
| 2003-08-04 | change tag to 7.4beta1 and update the Copyright to 2003 | PostgreSQL Daemon |
| 2003-08-04 | Re-add USE_THREADS, used by ecpg. | Bruce Momjian |
| 2003-08-04 | Fix thread handling in configure. | Bruce Momjian |
| 2003-08-04 | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane |
| 2003-08-03 | Don't pull in libbind except on BeOS, per pgsql-bugs discussion around | Tom Lane |
| 2003-08-01 | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane |
| 2003-08-01 | --enable-thread-safeness -> --enable-thread-safety | Bruce Momjian |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-23 | Rename --with-threads to --enable-thread-safeness, per Peter. | Bruce Momjian |
| 2003-07-22 | Fix threading configure tests, from Peter. | Bruce Momjian |
| 2003-06-23 | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian |
| 2003-06-18 | Move thread checking code farther down in conflgure. | Bruce Momjian |
| 2003-06-15 | Make ecpg thread safe. | Bruce Momjian |
| 2003-06-14 | Move thread os defines into template files. | Bruce Momjian |
| 2003-06-14 | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian |
| 2003-06-14 | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian |
| 2003-06-13 | Add --with-threads configure option to control threaded libpq. | Bruce Momjian |