| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove spinlock support for SINIX, Sun3, and NS32K. | Robert Haas | 2013-10-17 | 1 | -30/+0 |
* | Track spinlock delay in microsecond granularity. | Heikki Linnakangas | 2013-06-28 | 1 | -11/+6 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | When LWLOCK_STATS is defined, count spindelays. | Robert Haas | 2012-06-26 | 1 | -1/+2 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -1/+1 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Memory barrier support for PostgreSQL. | Robert Haas | 2011-09-23 | 1 | -0/+1 |
* | Improve spinlock performance for HP-UX, ia64, non-gcc. | Robert Haas | 2011-08-29 | 1 | -1/+1 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | 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 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | 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 | -3/+2 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
* | Upon closer inspection, the sparc code in s_lock.c is dead code, and | Tom Lane | 2006-05-12 | 1 | -20/+1 |
* | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane | 2006-05-11 | 1 | -10/+1 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Update random() usage so ranges are inclusive/exclusive as required. | Bruce Momjian | 2006-02-03 | 1 | -2/+2 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -18/+17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -62/+58 |
* | Add infrastructure for making spins_per_delay variable depending on | Tom Lane | 2005-10-11 | 1 | -20/+99 |
* | Adjust m68k spinlock code to avoid duplicate in-line and not-in-line | Tom Lane | 2005-08-26 | 1 | -3/+8 |
* | Replace out-of-line tas() assembly code for MIPS with a properly | Tom Lane | 2005-08-25 | 1 | -29/+1 |
* | SUNOS4_CC -> SUNOS_CC. | Bruce Momjian | 2005-07-30 | 1 | -2/+2 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
* | Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net | Tom Lane | 2004-12-29 | 1 | -1/+8 |
* | Allow NetBSD, m64k to compile the ASM spinlock code. | Bruce Momjian | 2004-12-18 | 1 | -6/+21 |
* | Improve spinlock selftest to make it able to detect misdeclaration of | Tom Lane | 2004-08-30 | 1 | -11/+44 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -2/+1 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -7/+5 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
* | Looks like s_lock_test needs <time.h> on some platforms. | Tom Lane | 2004-06-19 | 1 | -1/+2 |
* | When changing select() calls for delays into pg_usleep(), two comments | Bruce Momjian | 2004-03-23 | 1 | -3/+3 |
* | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian | 2004-03-15 | 1 | -2/+2 |
* | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane | 2004-02-10 | 1 | -3/+2 |
* | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian | 2004-01-09 | 1 | -6/+3 |
* | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane | 2003-12-27 | 1 | -1/+5 |
* | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane | 2003-12-23 | 1 | -7/+11 |
* | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane | 2003-12-23 | 1 | -3/+4 |
* | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian | 2003-12-23 | 1 | -2/+4 |
* | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian | 2003-12-23 | 1 | -4/+1 |
* | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian | 2003-12-22 | 1 | -3/+3 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -19/+21 |
* | Adopt a random backoff algorithm for sleep delays when waiting for a | Tom Lane | 2003-08-06 | 1 | -18/+53 |
* | Minor cleanups in S_LOCK_TEST code. | Tom Lane | 2003-08-04 | 1 | -10/+28 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane | 2003-07-27 | 1 | -6/+7 |