Commits

DateSubjectAuthorReleases
2005-05-29 Modify hash_search() API to prevent future occurrences of the error Tom Lane 8.1.0
2004-09-28 Arrange to preallocate all required space for the buffer and FSM hash Tom Lane 8.0.0
2003-12-30 ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create Tom Lane 8.0.0
2003-10-16 Ensure that all places that are complaining about exhaustion of shared Tom Lane 7.4.1
2003-09-21 Arrange to align shared disk buffers on at least 32-byte boundaries, Tom Lane 7.4.1
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2002-05-05 Create an internal semaphore API that is not tied to SysV semaphores. Tom Lane 7.3.1
2001-12-28 Ensure that all direct uses of spinlock-protected data structures use Tom Lane 7.2.1
2001-10-05 Further cleanup of dynahash.c API, in pursuit of portability and Tom Lane 7.2.1
2001-10-01 Another round of cleanups for dynahash.c (maybe it's finally clean of Tom Lane 7.2.1
2001-09-29 Implement new 'lightweight lock manager' that's intermediate between Tom Lane 7.2.1
2001-09-07 Get rid of PID entries in shmem hash table; there is no longer any need Tom Lane 7.2.1
2000-11-28 Significant cleanups in SysV IPC handling (shared mem and semaphores). Tom Lane 7.1.1
2000-07-25 Fix confusion between sizeof(long) and sizeof(long*), as well as Tom Lane 7.1.1
2000-06-28 First phase of memory management rewrite (see backend/utils/mmgr/README Tom Lane 7.1.1
2000-02-26 Shared-memory hashtables have non-extensible directories, which means Tom Lane 7.1.1
1999-09-24 Several changes here, not very related but touching some of the same files. Tom Lane 7.1.1
1999-04-02 Clean up compile errors and warnings, cf Billy Allie's Tom Lane 7.1.1
1999-02-22 Repair some pretty serious problems in dynahash.c and Tom Lane 7.1.1