| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some bogus comments. | Tom Lane | 2002-11-01 | 1 | -2/+2 |
| * | Code review for statement_timeout patch. Fix some race conditions | Tom Lane | 2002-10-31 | 1 | -3/+3 |
| * | This patch removes a use of uninitialized memory in lmgr/lock.c, by | Bruce Momjian | 2002-09-26 | 1 | -1/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -43/+42 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 | 1 | -25/+34 |
| * | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 | 1 | -1/+61 |
| * | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian | 2002-08-01 | 1 | -8/+3 |
| * | Complete TODO item: | Bruce Momjian | 2002-07-19 | 1 | -61/+61 |
| * | Complete TODO item: | Bruce Momjian | 2002-07-18 | 1 | -37/+28 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -9/+9 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -14/+14 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -9/+9 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -4/+4 |
| * | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 | 1 | -9/+9 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -10/+11 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -21/+19 |
| * | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -30/+20 |
| * | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 1 | -20/+21 |
| * | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 | 1 | -63/+63 |
| * | Do this TODO item: | Bruce Momjian | 2001-09-29 | 1 | -63/+63 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -41/+31 |
| * | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 | 1 | -29/+1 |
| * | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 | 1 | -15/+6 |
| * | Install the SQL command man pages into a section appropriate for each | Peter Eisentraut | 2001-08-29 | 1 | -4/+2 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 1 | -2/+2 |
| * | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 | 1 | -1/+2 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 1 | -3/+11 |
| * | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 | 1 | -44/+17 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -98/+105 |
| * | When we add 'waiting' to the ps_status display, there should be a | Tom Lane | 2001-03-18 | 1 | -5/+6 |
| * | 'waiting' status display had extra space, removed. | Bruce Momjian | 2001-03-14 | 1 | -2/+2 |
| * | As long as we're fixing this space calculation, let's actually do it | Tom Lane | 2001-02-23 | 1 | -3/+3 |
| * | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 | 1 | -3/+2 |
| * | More comment cleanups. | Bruce Momjian | 2001-02-22 | 1 | -13/+15 |
| * | More comment improvements. | Bruce Momjian | 2001-02-22 | 1 | -89/+89 |
| * | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 | 1 | -369/+149 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 | 1 | -144/+71 |
| * | Rename fields of lock and lockholder structures to something a tad less | Tom Lane | 2001-01-16 | 1 | -178/+187 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -13/+22 |
| * | Removed a no longer needed SetWaitingForLock() call in | Hiroshi Inoue | 2001-01-10 | 1 | -2/+1 |
| * | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane | 2001-01-02 | 1 | -3/+4 |
| * | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 | 1 | -638/+571 |
| * | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -5/+4 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -76/+101 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -177/+4 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -19/+14 |
| * | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -7/+13 |