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