| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+3 |
| * | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 | 1 | -5/+6 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Fix for indexing problems. | Bruce Momjian | 1998-09-02 | 1 | -2/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -16/+19 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -16/+16 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -29/+50 |
| * | Reverse out unused patch. | Bruce Momjian | 1998-07-12 | 1 | -7/+2 |
| * | Print relation name before vacuum, results after vacuum. | Bruce Momjian | 1998-07-12 | 1 | -2/+7 |
| * | Rename proc_exit_clear to on_exit_reset. | Bruce Momjian | 1998-06-27 | 1 | -3/+4 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 1 | -39/+63 |
| * | cleanups | Bruce Momjian | 1998-06-23 | 1 | -2/+2 |
| * | Solaris cleanup. | Bruce Momjian | 1998-06-19 | 1 | -2/+2 |
| * | Cleanup UsePrivateMemory define. | Bruce Momjian | 1998-06-18 | 1 | -10/+2 |
| * | Cleanups. | Bruce Momjian | 1998-06-18 | 1 | -1/+3 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
| * | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 | 1 | -4/+17 |
| * | Last minute clean up for SunOS... | Marc G. Fournier | 1998-03-02 | 1 | -1/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -3/+4 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -2/+2 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 1 | -83/+8 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -5/+5 |