Age | Commit message (Expand) | Author |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-04-10 | Move isolationtester's is-blocked query into C code for speed. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-03-10 | Provide much better wait information in pg_stat_activity. | Robert Haas |
2016-02-22 | Create a function to reliably identify which sessions block which others. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
2015-05-08 | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund |
2015-04-30 | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-07-18 | Create a "fast path" for acquiring weak relation locks. | Robert Haas |
2011-04-04 | Include pid in pg_lock_status() results even for SIREAD locks. | Robert Haas |
2011-02-18 | Add transaction-level advisory locks. | Itagaki Takahiro |
2011-02-07 | Implement genuine serializable isolation level. | Heikki Linnakangas |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-01-08 | lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-22 | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane |
2006-09-18 | Add built-in userlock manipulation functions to replace the former | Tom Lane |
2006-07-23 | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-09 | Simplify lock manager data structures by making a clear separation between | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-18 | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane |
2005-05-17 | Extend the pg_locks system view so that it can fully display all lock | Tom Lane |
2005-04-29 | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-27 | Introduce local hash table for lock state, as per recent proposal. | Tom Lane |
2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |