| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Detect early deadlock in Hot Standby when Startup is already waiting. First | Simon Riggs | 2010-01-31 |
* | Adjust GetLockConflicts() so that it uses TopMemoryContext when | Simon Riggs | 2010-01-29 |
* | Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated | Simon Riggs | 2010-01-28 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS | Tom Lane | 2009-03-23 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 |
* | 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 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after | Tom Lane | 2008-02-02 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Add comments spelling out why it's a good idea to release multiple | Tom Lane | 2007-07-16 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | 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 |