| Commit message (Expand) | Author | Age |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane | 2001-01-07 |
* | Paranoia about possible values of errno after a shmget/semget failure. | Tom Lane | 2000-12-30 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
* | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane | 2000-12-03 |
* | It seems some platforms declare kill(2) in signal.h not unistd.h. | Tom Lane | 2000-11-30 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | Shed some light onto SysV IPC configuration. | Peter Eisentraut | 2000-07-22 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Several compilation and run-time problems occur when building on SGI | Bruce Momjian | 2000-05-16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | Clean up some problems in error recovery --- elog() was pretty broken | Tom Lane | 1999-11-22 |
* | exit recursion fix from Massimo | Bruce Momjian | 1999-11-06 |
* | Fix for recusive exit call from Massimo. | Bruce Momjian | 1999-11-06 |
* | Re-add mention of FAQ's for shared memory/ipc errors. | Bruce Momjian | 1999-10-10 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Fix for indexing problems. | Bruce Momjian | 1998-09-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | Reverse out unused patch. | Bruce Momjian | 1998-07-12 |
* | Print relation name before vacuum, results after vacuum. | Bruce Momjian | 1998-07-12 |
* | Rename proc_exit_clear to on_exit_reset. | Bruce Momjian | 1998-06-27 |
* | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 |
* | cleanups | Bruce Momjian | 1998-06-23 |
* | Solaris cleanup. | Bruce Momjian | 1998-06-19 |
* | Cleanup UsePrivateMemory define. | Bruce Momjian | 1998-06-18 |
* | Cleanups. | Bruce Momjian | 1998-06-18 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Remove fork()/exec() and only do fork(). Small cleanups. | Bruce Momjian | 1998-05-29 |
* | Last minute clean up for SunOS... | Marc G. Fournier | 1998-03-02 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |