| Commit message (Expand) | Author | Age |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 |
* | Cancel request while waiting for a lock should try to wake | Hiroshi Inoue | 2000-07-31 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix an Assert bug(was my fault) pointed out by Tom Lane. | Hiroshi Inoue | 2000-04-10 |
* | Check pending cancel request before waiting for lock | Hiroshi Inoue | 2000-02-24 |
* | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue | 2000-02-22 |
* | fix the TODO | Hiroshi Inoue | 2000-02-21 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fix for TODO item * spinlock stuck problem when elog(FATAL) | Hiroshi Inoue | 2000-01-17 |
* | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | I have created a small patch that makes possible to compile pgsql on newer | Bruce Momjian | 1999-10-12 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Hi, Bruce! | Bruce Momjian | 1999-05-13 |
* | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 |
* | Prevent priority inversion in locking by checking for existing locks | Bruce Momjian | 1999-04-30 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | Rearrange handling of MAXBACKENDS a little bit. The default setting | Tom Lane | 1999-02-21 |
* | Reorder startup ops so that if preallocation of semas fails, | Tom Lane | 1999-02-19 |
* | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Update for deadlock detection. | Bruce Momjian | 1998-12-29 |
* | Update for deadlock timer. | Bruce Momjian | 1998-12-29 |
* | Fix for deadlock timer timeout. | Bruce Momjian | 1998-12-29 |
* | Fix deadlock so it only checks once. | Bruce Momjian | 1998-12-18 |
* | 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 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | Rename locking structure names to be clearer. Add narrative to | Bruce Momjian | 1998-06-30 |
* | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 |
* | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 |
* | Solaris cleanup. | Bruce Momjian | 1998-06-19 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | pgindent changes for Thomas proc/lock cleanup | Bruce Momjian | 1998-02-25 |
* | Fix for locking problems an dpriority. | Bruce Momjian | 1998-02-24 |
* | FIFO lock wait queue, with readers grouped together. | Bruce Momjian | 1998-02-19 |
* | More deadlock code to check for escallation locks. | Bruce Momjian | 1998-01-28 |