| Commit message (Expand) | Author | Age |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |
* | Enable probes to work with Mac OS X Leopard and other OSes that will | Peter Eisentraut | 2008-03-17 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Put back another improperly-removed #include. | Tom Lane | 2006-08-07 |
* | Fix missing 'static' keywords --- some compilers gripe about this. | Tom Lane | 2006-08-04 |
* | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) | Tom Lane | 2006-04-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane | 2005-12-29 |
* | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 |
* | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane | 2005-12-06 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix another recently-changed place that was messing with spinlock- | Tom Lane | 2005-10-12 |
* | Fix LWLockAssign() so that it can safely be executed after postmaster | Tom Lane | 2005-10-07 |
* | Allocate a few extra LWLocks for possible use by add-on modules. | Tom Lane | 2005-10-07 |
* | Force the size and alignment of LWLock array entries to be either 16 or 32 | Tom Lane | 2005-09-16 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | If we're going to have a non-panic check for held_lwlocks[] overrun, | Tom Lane | 2005-04-08 |
* | Use an always-there test, not an Assert, to check for overrun of | Tom Lane | 2005-04-08 |
* | 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 |
* | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane | 2004-08-23 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Add some code to Assert that when we release pin on a buffer, we are | Tom Lane | 2004-06-11 |
* | 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 |
* | This patch extracts page buffer pooling and the simple | Bruce Momjian | 2003-06-11 |
* | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane | 2002-09-25 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Tweak LWLock algorithms so that an awakened waiter for a lock is not | Tom Lane | 2002-01-07 |
* | Oops, only wanted datetime.c changes in there. lock stuff reversed out. | Bruce Momjian | 2001-12-29 |