postgresql/src/backend/storage
Tom Lane 140b078d2a Improve LockAcquire API per my recent proposal. All error conditions
are now reported via elog, eliminating the need to test the result code
at most call sites.  Make it possible for the caller to distinguish a
freshly acquired lock from one already held in the current transaction.
Use that capability to avoid redundant AcceptInvalidationMessages() calls
in LockRelation().
2005-05-29 22:45:02 +00:00
..
buffer Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
file Add support for wal_fsync_writethrough for Darwin, and restructure the 2005-05-20 14:53:26 +00:00
freespace Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
ipc Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
large_object Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
lmgr Improve LockAcquire API per my recent proposal. All error conditions 2005-05-29 22:45:02 +00:00
page Create a routine PageIndexMultiDelete() that replaces a loop around 2005-03-22 06:17:03 +00:00
smgr Modify hash_search() API to prevent future occurrences of the error 2005-05-29 04:23:07 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00