aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/s_lock.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove barrier.hRobert Haas2016-11-22
* Make init_spin_delay() C89 compliant #2.Andres Freund2016-04-14
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Add missing volatile qualifier.Robert Haas2014-09-11
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-09
* pgindent run for 9.4Bruce Momjian2014-05-06
* Mark some more variables as static or include the appropriate headerPeter Eisentraut2014-02-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove spinlock support for SINIX, Sun3, and NS32K.Robert Haas2013-10-17
* Track spinlock delay in microsecond granularity.Heikki Linnakangas2013-06-28
* Update copyrights for 2013Bruce Momjian2013-01-01
* When LWLOCK_STATS is defined, count spindelays.Robert Haas2012-06-26
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Memory barrier support for PostgreSQL.Robert Haas2011-09-23
* Improve spinlock performance for HP-UX, ia64, non-gcc.Robert Haas2011-08-29
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Upon closer inspection, the sparc code in s_lock.c is dead code, andTom Lane2006-05-12
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-05-11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Update random() usage so ranges are inclusive/exclusive as required.Bruce Momjian2006-02-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Adjust m68k spinlock code to avoid duplicate in-line and not-in-lineTom Lane2005-08-26
* Replace out-of-line tas() assembly code for MIPS with a properlyTom Lane2005-08-25
* SUNOS4_CC -> SUNOS_CC.Bruce Momjian2005-07-30
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.netTom Lane2004-12-29
* Allow NetBSD, m64k to compile the ASM spinlock code.Bruce Momjian2004-12-18
* Improve spinlock selftest to make it able to detect misdeclaration ofTom Lane2004-08-30
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29