| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 4 | -8/+8 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+5 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 65 | -65/+65 |
| * | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas | 2010-09-15 | 2 | -143/+36 |
| * | Add a comment noting that the owner_pid test in OwnLatch is just a sanity | Heikki Linnakangas | 2010-09-13 | 1 | -1/+2 |
| * | Add missing #includes, needed on some platforms. This should make | Heikki Linnakangas | 2010-09-11 | 1 | -1/+6 |
| * | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 | 3 | -2/+721 |
| * | Improve hint message for ENOMEM failure from shmget(). | Tom Lane | 2010-08-25 | 1 | -3/+11 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 3 | -19/+19 |
| * | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 1 | -2/+2 |
| * | Add code to InternalIpcMemoryCreate() to handle the case where shmget() | Tom Lane | 2010-05-01 | 1 | -1/+43 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 4 | -33/+38 |
| * | Another typo fix. | Magnus Hagander | 2010-02-17 | 1 | -2/+2 |
| * | Add emulation of non-blocking sockets to the win32 socket/signal layer, | Magnus Hagander | 2010-02-16 | 1 | -1/+24 |
| * | Typo fix, per Thom Brown | Magnus Hagander | 2010-02-09 | 1 | -2/+2 |
| * | Define the value for in6addr_any on MingW, since it provides the struct | Magnus Hagander | 2010-02-09 | 1 | -3/+10 |
| * | Fix race condition in win32 signal handling. | Magnus Hagander | 2010-01-31 | 1 | -5/+43 |
| * | Silence compiler warning about printf format for HANDLE. | Itagaki Takahiro | 2010-01-04 | 1 | -2/+2 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 38 | -76/+76 |
| * | Support 64-bit shared memory when building on 64-bit Windows. | Magnus Hagander | 2010-01-02 | 1 | -11/+20 |
| * | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 | 1 | -1/+1 |
| * | Remove non-ascii characters from source code. | Bruce Momjian | 2009-12-28 | 1 | -2/+2 |
| * | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander | 2009-07-24 | 1 | -1/+60 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 18 | -55/+61 |
| * | Minor improvement: avoid assuming that GetLastError value cannot be | Tom Lane | 2009-05-05 | 1 | -6/+7 |
| * | Make the win32 shared memory code try 10 times instead of one if | Magnus Hagander | 2009-05-05 | 1 | -34/+34 |
| * | Call SetLastError(0) before calling the file mapping functions | Magnus Hagander | 2009-05-04 | 1 | -1/+7 |
| * | Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just | Tom Lane | 2009-04-21 | 3 | -827/+26 |
| * | Fix obsolete cross-reference (this file isn't called alpha.c anymore) | Tom Lane | 2009-04-21 | 1 | -3/+5 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 37 | -74/+74 |
| * | Revert previous patch to put the shared memory segment on win32 | Magnus Hagander | 2008-10-30 | 1 | -2/+8 |
| * | Support for Sun Studio compiler on Linux | Peter Eisentraut | 2008-10-29 | 3 | -9/+27 |
| * | Fix a couple of bugs in win32 shmem name generation: | Magnus Hagander | 2008-07-04 | 1 | -5/+4 |
| * | 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 |