summaryrefslogtreecommitdiff
path: root/src/backend/port
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-264-33/+38
* Another typo fix.Magnus Hagander2010-02-171-2/+2
* Add emulation of non-blocking sockets to the win32 socket/signal layer,Magnus Hagander2010-02-161-1/+24
* Typo fix, per Thom BrownMagnus Hagander2010-02-091-2/+2
* Define the value for in6addr_any on MingW, since it provides the structMagnus Hagander2010-02-091-3/+10
* Fix race condition in win32 signal handling.Magnus Hagander2010-01-311-5/+43
* Silence compiler warning about printf format for HANDLE.Itagaki Takahiro2010-01-041-2/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-0238-76/+76
* Support 64-bit shared memory when building on 64-bit Windows.Magnus Hagander2010-01-021-11/+20
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-311-1/+1
* Remove non-ascii characters from source code.Bruce Momjian2009-12-281-2/+2
* Reserve the shared memory region during backend startup on Windows, soMagnus Hagander2009-07-241-1/+60
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-1118-55/+61
* Minor improvement: avoid assuming that GetLastError value cannot beTom Lane2009-05-051-6/+7
* Make the win32 shared memory code try 10 times instead of one ifMagnus Hagander2009-05-051-34/+34
* Call SetLastError(0) before calling the file mapping functionsMagnus Hagander2009-05-041-1/+7
* Remove the long-obsolete homebrew dl*() functions for AIX, in favor of justTom Lane2009-04-213-827/+26
* Fix obsolete cross-reference (this file isn't called alpha.c anymore)Tom Lane2009-04-211-3/+5
* Update copyright for 2009.Bruce Momjian2009-01-0137-74/+74
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-301-2/+8
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-293-9/+27
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-041-5/+4
* 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