| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -1/+40 |
| * | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 | 1 | -41/+1 |
| * | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane | 2008-01-08 | 1 | -4/+11 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 | 1 | -7/+70 |
| * | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 | 1 | -2/+2 |
| * | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 | 1 | -1/+77 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -16/+16 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 1 | -1/+2 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -3/+18 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -48/+167 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 1 | -1/+4 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Remove logic in XactLockTableWait() that attempted to mark a crashed | Tom Lane | 2006-01-13 | 1 | -15/+1 |
| * | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 | 1 | -118/+24 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -17/+17 |
| * | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 | 1 | -1/+60 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -4/+3 |
| * | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 | 1 | -38/+39 |
| * | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane | 2005-05-29 | 1 | -39/+44 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -2/+2 |
| * | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 | 1 | -1/+125 |
| * | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 | 1 | -50/+74 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -17/+45 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+3 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -8/+8 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -13/+10 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -6/+14 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -1/+8 |
| * | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 | 1 | -15/+12 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 | 1 | -2/+22 |
| * | Clean up locktable init code per recent gripe from Kurt Roeckx. | Tom Lane | 2003-08-17 | 1 | -2/+4 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -11/+11 |
| * | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian | 2003-02-19 | 1 | -84/+19 |
| * | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian | 2003-02-19 | 1 | -19/+84 |
| * | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian | 2002-08-01 | 1 | -24/+4 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+3 |
| * | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 | 1 | -48/+24 |