| Commit message (Expand) | Author | Age |
* | Move s_lock.c and spin.c into lmgr subdirectory, which seems a much | Tom Lane | 2001-09-27 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | 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 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix assert with missing semicolon | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | 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 |
* | Rename BindingTable to ShmemIndex. | Bruce Momjian | 1998-06-27 |
* | cleanups | Bruce Momjian | 1998-06-23 |
* | rename MAIN_MEMORY to STABLE_MEMORY_STORAGE | Bruce Momjian | 1998-06-23 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Have to PROC_INCR_SLOCK before return. | Vadim B. Mikheev | 1997-09-22 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Remove unused spin function when no spinlocks. | Bruce Momjian | 1997-08-21 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Another compilation error has surfaced on Ultrix. In spin.c, sem.h must be | Bruce Momjian | 1997-01-14 |
* | include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix | Bruce Momjian | 1997-01-10 |
* | Clean up Makefile(s) | Marc G. Fournier | 1996-11-03 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |