| Commit message (Expand) | Author | Age |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Handle impending sinval queue overflow by means of a separate signal | Tom Lane | 2004-05-23 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/storage. | Tom Lane | 2003-07-24 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Code review for superuser_reserved_connections patch. Don't try to do | Tom Lane | 2002-11-21 |
* | This patch reserves the last superuser_reserved_connections slots for | Bruce Momjian | 2002-08-29 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Some kibitzing about appropriate elog levels for sinval messages. | Tom Lane | 2002-03-02 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 |
* | 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 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | Keep track of the last active slot in the shared ProcState array, so | Tom Lane | 2000-11-12 |
* | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut | 2000-10-02 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | 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 a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Minor improvement in SI overflow logic: try to delete | Tom Lane | 1999-09-09 |
* | I finally understood what sinvaladt.c is doing --- and it | Tom Lane | 1999-09-06 |
* | Modify sinval so that InvalidateSharedInvalid() does not hold | Tom Lane | 1999-09-04 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Repair performance problem in SI segment manipulations: iterating | Tom Lane | 1999-05-28 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 |
* | 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 |
* | 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 |