| Commit message (Expand) | Author | Age |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 |
* | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 |
* | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane | 2005-11-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 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 |
* | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane | 2005-05-29 |
* | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 |
* | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane | 2005-05-19 |
* | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway | 2005-05-11 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Slight refactoring and optimization of some code in WaitOnLock(). | Neil Conway | 2005-03-11 |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 |
* | Refactor some duplicated code in lock.c: create UnGrantLock(), move code | Neil Conway | 2005-02-04 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Reduce the default size of the local lock hash table. There's usually | Tom Lane | 2004-11-20 |
* | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 |
* | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | When LockAcquire fails at the stage of creating a proclock object, be | Tom Lane | 2004-09-12 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | Fix user locks. Broken some time ago for all platforms by Windows-related | Tom Lane | 2004-08-26 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Ensure that all places that are complaining about exhaustion of shared | Tom Lane | 2003-10-16 |
* | Clean up locktable init code per recent gripe from Kurt Roeckx. | Tom Lane | 2003-08-17 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |