| Commit message (Expand) | Author | Age |
* | Release proclock immediately in RemoveFromWaitQueue() if it represents | Tom Lane | 2005-03-01 |
* | Ensure that all places that are complaining about exhaustion of shared | Tom Lane | 2003-10-16 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 |
* | Clean up locktable init code per recent gripe from Kurt Roeckx. | Tom Lane | 2003-08-17 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Adopt a random backoff algorithm for sleep delays when waiting for a | Tom Lane | 2003-08-06 |
* | Minor cleanups in S_LOCK_TEST code. | Tom Lane | 2003-08-04 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 |
* | 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 |
* | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 |
* | Apple's assembler likes the inlined TAS syntax too, so no reason to | Tom Lane | 2003-04-20 |
* | TestConfiguration returns int, not bool. This mistake is relatively | Tom Lane | 2003-03-31 |
* | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 |
* | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 |
* | Update README. | Bruce Momjian | 2003-02-18 |
* | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian | 2003-02-18 |
* | Add code to print information about a detected deadlock cycle. The | Tom Lane | 2003-01-16 |
* | > > I'll re-check that with the ppc architecture guy here. | Bruce Momjian | 2002-11-10 |
* | Fix some bogus comments. | Tom Lane | 2002-11-01 |
* | Code review for statement_timeout patch. Fix some race conditions | Tom Lane | 2002-10-31 |
* | Avoid palloc(0) when MaxBackends = 1. | Tom Lane | 2002-10-03 |
* | This patch removes a use of uninitialized memory in lmgr/lock.c, by | Bruce Momjian | 2002-09-26 |
* | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane | 2002-09-25 |
* | Fix PPC s_lock operations to work correctly on multi-CPU machines. | Tom Lane | 2002-09-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 |
* | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian | 2002-08-01 |
* | Complete TODO item: | Bruce Momjian | 2002-07-19 |
* | Complete TODO item: | Bruce Momjian | 2002-07-18 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 |
* | 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 |
* | Fix backslash-n typo, per Joe Conway. | Tom Lane | 2002-05-02 |
* | The attached patch corrects an inaccuracy in src/backend/catalog/README | Bruce Momjian | 2002-04-15 |
* | Looks like a small patch is needed as well to do the right thing on Linux. | Bruce Momjian | 2002-04-05 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | 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 |
* | Fix newly introduced datetime.c compile failure; not enough parens. | Bruce Momjian | 2001-12-29 |