summaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAgeFilesLines
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-1712-9/+45
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-6/+6
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-161-2/+2
* Add a new ereport auxiliary function errdetail_log(), which works the same asTom Lane2008-03-241-1/+8
* More README src cleanups.Bruce Momjian2008-03-212-2/+7
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-201-0/+5
* Clean up double negative, per Tom Lane.Alvaro Herrera2008-03-051-3/+2
* Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera2008-03-051-4/+4
* More refactoring, so that the SUBSYS.o rules are now all in one place.Peter Eisentraut2008-02-194-40/+10
* This subdirectory has been unused, dead, and broken for 10 years.Peter Eisentraut2008-02-192-54/+0
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-6/+3
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-263-38/+26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0136-70/+70
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+3
* pgindent run for 8.3.Bruce Momjian2007-11-154-50/+49
* Add sentence-ending periods.Peter Eisentraut2007-11-081-5/+5
* Make variable static, per Tom.Magnus Hagander2007-10-291-2/+2
* Add compat file for dynamically loading the functions that MinGW is missingMagnus Hagander2007-10-292-2/+79
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-231-3/+3
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-021-1/+13
* On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seemMagnus Hagander2007-06-041-10/+30
* Set maximum semaphore count to 32767 instead of 1. FixesMagnus Hagander2007-04-241-2/+2
* Fix compiler warnings in ereport messages on mingw.Magnus Hagander2007-03-281-3/+5
* Remove Andrew Yu copyright, with permission from author.Bruce Momjian2007-03-261-16/+1
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-264-23/+7
* Native shared memory implementation for win32.Magnus Hagander2007-03-214-144/+291
* Fix typo in comment.Tom Lane2007-02-061-2/+2
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait forTom Lane2007-01-261-6/+9
* Remove remains of old depend target.Peter Eisentraut2007-01-204-32/+4
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0535-68/+68
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-042-4/+4
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* pgindent run for 8.2.Bruce Momjian2006-10-043-15/+21
* Round microseconds on setitimer upwards.Bruce Momjian2006-08-091-7/+4
* On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian2006-08-091-1/+7
* Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian2006-08-091-2/+3
* Formatting improvement.Bruce Momjian2006-08-091-2/+2
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-291-1/+11
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-161-4/+12
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-161-1/+1
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-151-2/+2
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-146-13/+5
* Remove Win32 file, moved to /port.Bruce Momjian2006-06-081-191/+0
* Prepare code to be built by MSVC:Bruce Momjian2006-06-072-5/+4
* Allow sparcv8plus to use "cas".Bruce Momjian2006-05-181-10/+9
* Add more sparcv8plus comments.Bruce Momjian2006-05-181-4/+4
* Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc.Bruce Momjian2006-05-181-0/+3