| Commit message (Expand) | Author | Age |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 |
* | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 |
* | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane | 2006-10-08 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Round microseconds on setitimer upwards. | Bruce Momjian | 2006-08-09 |
* | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian | 2006-08-09 |
* | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian | 2006-08-09 |
* | Formatting improvement. | Bruce Momjian | 2006-08-09 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 |
* | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Remove Win32 file, moved to /port. | Bruce Momjian | 2006-06-08 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Allow sparcv8plus to use "cas". | Bruce Momjian | 2006-05-18 |
* | Add more sparcv8plus comments. | Bruce Momjian | 2006-05-18 |
* | Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. | Bruce Momjian | 2006-05-18 |
* | Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. | Bruce Momjian | 2006-05-18 |
* | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian | 2006-05-17 |
* | Change spaces to tabs, for consistency. (Caused by email cut/paste.) | Bruce Momjian | 2006-05-17 |
* | On Solaris ASM, / '/' is the comment for x86, while '!' is the comment | Bruce Momjian | 2006-05-05 |
* | Change Solaris comments from / to !. | Bruce Momjian | 2006-05-05 |
* | Remove sema.c, superseded by win32_sema.c. | Tom Lane | 2006-04-29 |
* | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 |
* | Modify Solaris compiler build rules to use the cpp preprocessor, the the | Bruce Momjian | 2006-04-28 |
* | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 |
* | Suppress a couple of minor compiler warnings, per Magnus. | Tom Lane | 2006-04-09 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 |
* | Check that SID is enabled while checking for Windows admin privileges. | Tom Lane | 2006-02-10 |
* | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane | 2006-01-08 |
* | Update x86 Solaris documenation ideas. | Bruce Momjian | 2006-01-05 |
* | Add compile flags sample. | Bruce Momjian | 2006-01-05 |
* | Remove BEOS port. | Bruce Momjian | 2006-01-05 |
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
* | Add support for Solaris x86_64 using Sun's compiler. | Bruce Momjian | 2005-12-30 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Fix Windows setitimer() emulation to not depend on delivering an APC | Tom Lane | 2005-10-25 |
* | Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing | Tom Lane | 2005-10-21 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log | Tom Lane | 2005-10-07 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | [ backpatched to 8.0.X.] | Bruce Momjian | 2005-08-12 |
* | Sync dlopen error handling for the *BSDs ... seems to me I've done this | Tom Lane | 2005-07-06 |