| Commit message (Expand) | Author | Age |
* | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 |
* | Make the order of the header file includes consistent in backend modules. | Amit Kapila | 2019-11-12 |
* | Update copyright for 2019 | Bruce Momjian | 2019-01-02 |
* | Update copyright for 2018 | Bruce Momjian | 2018-01-02 |
* | Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD. | Tom Lane | 2017-11-20 |
* | Phase 3 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 |
* | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 2017-06-21 |
* | Update copyright via script for 2017 | Bruce Momjian | 2017-01-03 |
* | Remove barrier.h | Robert Haas | 2016-11-22 |
* | Make init_spin_delay() C89 compliant #2. | Andres Freund | 2016-04-14 |
* | Make init_spin_delay() C89 compliant and change stuck spinlock reporting. | Andres Freund | 2016-04-13 |
* | Allow Pin/UnpinBuffer to operate in a lockfree manner. | Andres Freund | 2016-04-10 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Add missing volatile qualifier. | Robert Haas | 2014-09-11 |
* | Change the spinlock primitives to function as compiler barriers. | Robert Haas | 2014-09-09 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Mark some more variables as static or include the appropriate header | Peter Eisentraut | 2014-02-08 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Remove spinlock support for SINIX, Sun3, and NS32K. | Robert Haas | 2013-10-17 |
* | Track spinlock delay in microsecond granularity. | Heikki Linnakangas | 2013-06-28 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | When LWLOCK_STATS is defined, count spindelays. | Robert Haas | 2012-06-26 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Memory barrier support for PostgreSQL. | Robert Haas | 2011-09-23 |
* | Improve spinlock performance for HP-UX, ia64, non-gcc. | Robert Haas | 2011-08-29 |
* | 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 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Upon closer inspection, the sparc code in s_lock.c is dead code, and | Tom Lane | 2006-05-12 |
* | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane | 2006-05-11 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian | 2006-02-03 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add infrastructure for making spins_per_delay variable depending on | Tom Lane | 2005-10-11 |
* | Adjust m68k spinlock code to avoid duplicate in-line and not-in-line | Tom Lane | 2005-08-26 |
* | Replace out-of-line tas() assembly code for MIPS with a properly | Tom Lane | 2005-08-25 |
* | SUNOS4_CC -> SUNOS_CC. | Bruce Momjian | 2005-07-30 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net | Tom Lane | 2004-12-29 |
* | Allow NetBSD, m64k to compile the ASM spinlock code. | Bruce Momjian | 2004-12-18 |
* | Improve spinlock selftest to make it able to detect misdeclaration of | Tom Lane | 2004-08-30 |