| Commit message (Expand) | Author | Age |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | 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 |
* | 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 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | 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 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 |
* | Do this TODO item: | Bruce Momjian | 2001-09-29 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 |
* | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 |
* | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Update comments on locks. | Bruce Momjian | 2001-02-23 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |
* | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 |
* | Rename fields of lock and lockholder structures to something a tad less | Tom Lane | 2001-01-16 |
* | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 |
* | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | I finally understood what sinvaladt.c is doing --- and it | Tom Lane | 1999-09-06 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Cleanups. | Bruce Momjian | 1999-07-15 |
* | typedef struct LTAG | Vadim B. Mikheev | 1999-06-01 |
* | Fix xid table sizing. | Vadim B. Mikheev | 1999-05-29 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Hi, Bruce! | Bruce Momjian | 1999-05-13 |
* | Fix LMGR for MVCC. | Vadim B. Mikheev | 1999-05-07 |
* | A few further tweaks to shared memory space estimation. | Tom Lane | 1999-03-06 |