| Commit message (Expand) | Author | Age |
* | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian | 2005-03-24 |
* | Backpatch to 8.0.X, already in HEAD: | Bruce Momjian | 2005-03-17 |
* | Rearrange include file contents into a saner order, add inclusion of | Tom Lane | 2004-12-26 |
* | Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP. | Bruce Momjian | 2004-12-01 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Fix improper defines for uid_t and gid_t. Had them backwards. | Bruce Momjian | 2004-10-06 |
* | Use #define instead of typedef for plperl because perl defines | Bruce Momjian | 2004-10-06 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | Fix typo in recent Win32 typedef change. | Bruce Momjian | 2004-10-05 |
* | Remove unused Win32 defines, convert them to typdefs, per suggestion | Bruce Momjian | 2004-10-05 |
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
* | Win32 compile fix for misc_utils. | Tom Lane | 2004-09-14 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Apparently HPUX runs the IA64 in big-endian mode. | Tom Lane | 2004-09-02 |
* | Define lstat with parameters, rather than just redefining the symbol. | Bruce Momjian | 2004-08-31 |
* | Fix typo in lstat() macro exposed by new tablespace code. | Bruce Momjian | 2004-08-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | >>> I understand your disliking of non-posix stuff. OTOH, | Bruce Momjian | 2004-08-29 |
* | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 |
* | Move Win32 defines from port.h to win32.h. | Bruce Momjian | 2004-07-23 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Cleanup for Win32 pgkill. | Bruce Momjian | 2004-05-27 |
* | Move pgkill out into /port so pg_ctl can use it on Win32. | Bruce Momjian | 2004-05-27 |
* | Rename another irix file. | Bruce Momjian | 2004-05-19 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Per discussion earlier today, here is a fix that lets ereport() on win32 | Bruce Momjian | 2004-04-22 |
* | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 |
* | Here's an attempt at new socket and signal code for win32. | Bruce Momjian | 2004-04-12 |
* | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane | 2004-03-15 |
* | Add missing checks for Borland C compiler. | Bruce Momjian | 2004-03-02 |
* | NOFILE isn't used anywhere any more. | Tom Lane | 2004-02-23 |
* | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian | 2004-02-18 |
* | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway | 2004-02-08 |
* | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian | 2004-01-26 |
* | Back out win32 patch so we can apply it separately. | Bruce Momjian | 2004-01-26 |
* | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian | 2004-01-26 |
* | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane | 2003-12-23 |
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 |
* | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian | 2003-12-23 |
* | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian | 2003-12-22 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update for m68k from Peter. | Bruce Momjian | 2003-10-26 |
* | Fix #elif typo. | Bruce Momjian | 2003-10-26 |
* | Update linux/mips port. | Bruce Momjian | 2003-10-26 |
* | Move -D_GNU_SOURCE hack from port header to template, so that | Tom Lane | 2003-09-26 |
* | Add missing support for Opteron (__x86_64__). | Tom Lane | 2003-09-14 |
* | Enable Opteron/Itanium spinlocks. | Bruce Momjian | 2003-09-12 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 |
* | IPv6 cleanups. | Bruce Momjian | 2003-06-12 |