| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 12 | -9/+45 |
* | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane | 2008-04-16 | 1 | -6/+6 |
* | Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro | Andrew Dunstan | 2008-04-16 | 1 | -2/+2 |
* | Add a new ereport auxiliary function errdetail_log(), which works the same as | Tom Lane | 2008-03-24 | 1 | -1/+8 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 2 | -2/+7 |
* | Make source code READMEs more consistent. Add CVS tags to all README files. | Bruce Momjian | 2008-03-20 | 1 | -0/+5 |
* | Clean up double negative, per Tom Lane. | Alvaro Herrera | 2008-03-05 | 1 | -3/+2 |
* | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera | 2008-03-05 | 1 | -4/+4 |
* | More refactoring, so that the SUBSYS.o rules are now all in one place. | Peter Eisentraut | 2008-02-19 | 4 | -40/+10 |
* | This subdirectory has been unused, dead, and broken for 10 years. | Peter Eisentraut | 2008-02-19 | 2 | -54/+0 |
* | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut | 2008-02-19 | 1 | -6/+3 |
* | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane | 2008-01-26 | 3 | -38/+26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 36 | -70/+70 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+3 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 4 | -50/+49 |
* | Add sentence-ending periods. | Peter Eisentraut | 2007-11-08 | 1 | -5/+5 |
* | Make variable static, per Tom. | Magnus Hagander | 2007-10-29 | 1 | -2/+2 |
* | Add compat file for dynamically loading the functions that MinGW is missing | Magnus Hagander | 2007-10-29 | 2 | -2/+79 |
* | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 | 1 | -3/+3 |
* | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane | 2007-07-02 | 1 | -1/+13 |
* | On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem | Magnus Hagander | 2007-06-04 | 1 | -10/+30 |
* | Set maximum semaphore count to 32767 instead of 1. Fixes | Magnus Hagander | 2007-04-24 | 1 | -2/+2 |
* | Fix compiler warnings in ereport messages on mingw. | Magnus Hagander | 2007-03-28 | 1 | -3/+5 |
* | Remove Andrew Yu copyright, with permission from author. | Bruce Momjian | 2007-03-26 | 1 | -16/+1 |
* | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 | 4 | -23/+7 |
* | Native shared memory implementation for win32. | Magnus Hagander | 2007-03-21 | 4 | -144/+291 |
* | Fix typo in comment. | Tom Lane | 2007-02-06 | 1 | -2/+2 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
* | On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for | Tom Lane | 2007-01-26 | 1 | -6/+9 |
* | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 4 | -32/+4 |
* | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut | 2007-01-07 | 1 | -2/+2 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 35 | -68/+68 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 | 2 | -4/+4 |
* | Fix infinite sleep and failes of send in Win32. | Teodor Sigaev | 2006-10-13 | 1 | -25/+81 |
* | Update Darwin dlopen() support to avoid deprecation warnings with latest | Tom Lane | 2006-10-08 | 1 | -5/+46 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 3 | -15/+21 |
* | Round microseconds on setitimer upwards. | Bruce Momjian | 2006-08-09 | 1 | -7/+4 |
* | On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't | Bruce Momjian | 2006-08-09 | 1 | -1/+7 |
* | Fix statement_timeout on Win32 so that it properly treats micro-seconds | Bruce Momjian | 2006-08-09 | 1 | -2/+3 |
* | Formatting improvement. | Bruce Momjian | 2006-08-09 | 1 | -2/+2 |
* | prevent multiplexing Windows kernel event objects we listen for across variou... | Andrew Dunstan | 2006-07-29 | 1 | -1/+11 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 1 | -4/+12 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 | 1 | -1/+1 |
* | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 | 1 | -2/+2 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 6 | -13/+5 |
* | Remove Win32 file, moved to /port. | Bruce Momjian | 2006-06-08 | 1 | -191/+0 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 2 | -5/+4 |
* | Allow sparcv8plus to use "cas". | Bruce Momjian | 2006-05-18 | 1 | -10/+9 |
* | Add more sparcv8plus comments. | Bruce Momjian | 2006-05-18 | 1 | -4/+4 |
* | Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. | Bruce Momjian | 2006-05-18 | 1 | -0/+3 |