| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut | 2003-12-12 | 1 | -4/+4 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -8/+12 |
| * | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -4/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -805/+7 |
| * | Patch against 7.2.1 sources. Uses Solaris Intimate Shared Memory | Bruce Momjian | 2002-04-13 | 1 | -3/+15 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -4/+4 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -7/+4 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 | 1 | -4/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -4/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+6 |
| * | Revise shmget() and semget() failure messages to mention the possibility | Tom Lane | 2001-10-01 | 1 | -19/+46 |
| * | Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all | Tom Lane | 2001-10-01 | 1 | -7/+2 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -5/+4 |
| * | Bring references to ipcclean in sync with reality. | Peter Eisentraut | 2001-09-04 | 1 | -4/+3 |
| * | Small cleanup. | Bruce Momjian | 2001-05-08 | 1 | -2/+1 |
| * | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 | 1 | -2/+2 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -56/+51 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -63/+90 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -1/+39 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -2/+3 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -4/+40 |
| * | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane | 2001-01-07 | 1 | -1/+9 |
| * | Paranoia about possible values of errno after a shmget/semget failure. | Tom Lane | 2000-12-30 | 1 | -5/+15 |
| * | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 | 1 | -4/+9 |
| * | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane | 2000-12-03 | 1 | -3/+3 |
| * | It seems some platforms declare kill(2) in signal.h not unistd.h. | Tom Lane | 2000-11-30 | 1 | -1/+2 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -364/+466 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -3/+1 |
| * | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 | 1 | -138/+1 |
| * | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 1 | -8/+156 |
| * | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -13/+11 |
| * | Shed some light onto SysV IPC configuration. | Peter Eisentraut | 2000-07-22 | 1 | -24/+56 |
| * | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -32/+30 |
| * | Several compilation and run-time problems occur when building on SGI | Bruce Momjian | 2000-05-16 | 1 | -1/+5 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -10/+11 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 | 1 | -59/+35 |
| * | exit recursion fix from Massimo | Bruce Momjian | 1999-11-06 | 1 | -4/+5 |
| * | Fix for recusive exit call from Massimo. | Bruce Momjian | 1999-11-06 | 1 | -6/+5 |
| * | Re-add mention of FAQ's for shared memory/ipc errors. | Bruce Momjian | 1999-10-10 | 1 | -6/+9 |
| * | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 | 1 | -32/+7 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+1 |