| Commit message (Expand) | Author | Age |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Setup error context callback for transaction lock waits | Alvaro Herrera | 2014-03-19 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add WaitForLockers in lmgr, refactoring index.c code | Alvaro Herrera | 2013-10-01 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Fix performance problems with autovacuum truncation in busy workloads. | Kevin Grittner | 2012-12-11 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Create VXID locks "lazily" in the main lock table. | Robert Haas | 2011-08-04 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane | 2008-03-04 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Code review for log_lock_waits patch. Don't try to issue log messages from | Tom Lane | 2007-06-19 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | 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 |
* | Use the standard lock manager to establish priority order when there | Tom Lane | 2005-04-30 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Reimplement hash index locking algorithms, per my recent proposal to | Tom Lane | 2003-09-04 |
* | Update copyrights to 2003. | 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 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | 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 |
* | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 |
* | 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 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |