| Age | Commit message (Expand) | Author |
| 2004-03-14 | > (I also see some post-7.4.1 changes in src/template/solaris, so you | Bruce Momjian |
| 2004-03-10 | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian |
| 2004-03-09 | The win32 port backend will require the functionality provided by | Bruce Momjian |
| 2004-03-02 | Add missing checks for Borland C compiler. | Bruce Momjian |
| 2004-02-26 | For immediate application to HEAD. | Bruce Momjian |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-11 | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian |
| 2004-02-10 | Looks like we need <unistd.h> for select() on Darwin. | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-02 | Win32 adjustments for dirmod and configure/configure.in. | Bruce Momjian |
| 2004-02-02 | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian |
| 2004-02-02 | Briefly, | Bruce Momjian |
| 2004-01-09 | Add WIN32 pipe implementation that uses sockets. | Bruce Momjian |
| 2004-01-08 | Throw compile error if our non-thread-safe snprintf is used. | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-24 | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut |
| 2003-11-11 | Update /port C header descriptions. | Bruce Momjian |
| 2003-10-26 | Allow win32 client compiles with MSC. | Bruce Momjian |
| 2003-10-24 | Don't reference pthread.h unless we have threads enabled, per Peter. | Bruce Momjian |
| 2003-10-24 | Use AROPT, not hard-coded flags. | Peter Eisentraut |
| 2003-10-10 | Change Win32 rename/unlink timeout to 3 seconds. | Bruce Momjian |
| 2003-09-29 | Update docs that point to thread test program. | Bruce Momjian |
| 2003-09-27 | Rename thread compile flag. Move thread test program to tools/thread, | Bruce Momjian |
| 2003-09-15 | Add errno value for thread *_r function call buffer too small. Improve | Bruce Momjian |
| 2003-09-13 | Attempt threading in this order: | Bruce Momjian |
| 2003-09-10 | copydir() is supposed to return on failure, not elog(ERROR). Reduce | Tom Lane |
| 2003-09-05 | ifdef out pqGetpwuid() because Win32 doesn't have struct passwd. | Bruce Momjian |
| 2003-09-03 | Add test for thread-safeness of libc functions. | Bruce Momjian |
| 2003-08-16 | Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to | Bruce Momjian |
| 2003-08-14 | Document threading status. | Bruce Momjian |
| 2003-08-13 | I'm quite fond of doing VPATH builds, i.e. building outside the source | Bruce Momjian |
| 2003-08-08 | Move simple_prompt()/sprompt.c into /port. | Bruce Momjian |
| 2003-08-08 | Typo cleanup. | Bruce Momjian |
| 2003-08-08 | More threading cleanups. | Bruce Momjian |
| 2003-08-08 | threads.c -> thread.c, be consistent. | Bruce Momjian |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-27 | elog mop-up. | Tom Lane |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-06-23 | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian |
| 2003-06-14 | Handle threading in two more gethostbyname calls. | Bruce Momjian |
| 2003-06-14 | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian |
| 2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian |
| 2003-06-12 | Back out patch that got bundled into another patch. | Bruce Momjian |
| 2003-06-12 | New patch with corrected README attached. | Bruce Momjian |
| 2003-06-12 | IPv6 cleanups. | Bruce Momjian |
| 2003-05-16 | Allow interfaces to compile under MingGW/Win32 by adding _P to symbols | Bruce Momjian |