| Age | Commit message (Expand) | Author |
| 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 |
| 2003-05-16 | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian |
| 2003-05-15 | Add copydir() function because xcopy doesn't work in XP without a | Bruce Momjian |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-10 | More crypt() cleanup. | Bruce Momjian |
| 2003-05-10 | Remove HPUX 9 rint() test. | Bruce Momjian |
| 2003-05-09 | Add crypt() to /port for Win32. | Bruce Momjian |
| 2003-05-09 | Add rint() to /port, remove from qnx/. | Bruce Momjian |
| 2003-05-09 | Add opendir/readdir/closedir() for Win32. | Bruce Momjian |
| 2003-04-27 | Make getaddrinfo's behavior with NULL node parameter agree with the | Tom Lane |
| 2003-04-24 | Add comments to replace/unlink Win32 functions. | Bruce Momjian |
| 2003-04-22 | Add Win32 unlink/rename file. | Bruce Momjian |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-04-02 | Whack getaddrinfo() patch around until it works, more or less, on | Tom Lane |
| 2003-03-29 | Simplify the socket handling code by supplying a replacement getaddrinfo() | Peter Eisentraut |
| 2003-01-11 | Back out flockfile change for NetBSD. Giles Lean reports they are not | Bruce Momjian |
| 2003-01-06 | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut |
| 2003-01-02 | flockfile/funlockfile is POSIX, so NetBSD has them too --- use them. | Bruce Momjian |
| 2003-01-02 | Fix BSD/OS thread file locking bug in new fseeko code. | Bruce Momjian |
| 2002-10-29 | Update comments. | Bruce Momjian |
| 2002-10-29 | Re-add getopt.c for MSWin psql. | Bruce Momjian |
| 2002-10-28 | fseeko NetBSD fix. | Bruce Momjian |
| 2002-10-24 | Fix include for NetBSD. | Bruce Momjian |
| 2002-10-24 | Add prototype include to fseeko.c. | Bruce Momjian |
| 2002-10-24 | Add fseeko for NetBSD. | Bruce Momjian |
| 2002-10-23 | Improve coding style of new function. | Bruce Momjian |
| 2002-10-23 | Make BSD/OS fseeko thread-safe. | Bruce Momjian |
| 2002-10-23 | Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-12 | Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion | Tom Lane |