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