- 25 Aug, 2005 1 commit
-
-
Tom Lane authored
constrained GCC inline version. Thiemo Seufer, by way of Martin Pitt.
-
- 30 Jul, 2005 1 commit
-
-
Bruce Momjian authored
-
- 31 Dec, 2004 1 commit
-
-
PostgreSQL Daemon authored
Tag appropriate files for rc3 Also performed an initial run through of upgrading our Copyright date to extend to 2005 ... first run here was very simple ... change everything where: grep 1996-2004 && the word 'Copyright' ... scanned through the generated list with 'less' first, and after, to make sure that I only picked up the right entries ...
-
- 29 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 18 Dec, 2004 1 commit
-
-
Bruce Momjian authored
R?mi Zara
-
- 30 Aug, 2004 2 commits
-
-
Tom Lane authored
the slock_t datatype (ie, declared type smaller than what the hardware TAS instruction needs).
-
Bruce Momjian authored
-
- 29 Aug, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 19 Jun, 2004 1 commit
-
-
Tom Lane authored
-
- 23 Mar, 2004 1 commit
-
-
Bruce Momjian authored
in s_lock.c were not updated, and still refers to select. Made my grep hit the wrong files, so I figured a simple patch was in order.. (other refs in the same comment block was changed..) Magnus Hagander
-
- 15 Mar, 2004 1 commit
-
-
Bruce Momjian authored
in CreateOptsFile * s_lock.c: minor comment fix * findbe.c: variables not used under win32 moved within #ifndef WIN32 case Claudio Natoli
-
- 10 Feb, 2004 1 commit
-
-
Tom Lane authored
subroutine in src/port/pgsleep.c. Remove platform dependencies from miscadmin.h and put them in port.h where they belong. Extend recent vacuum cost-based-delay patch to apply to VACUUM FULL, ANALYZE, and non-btree index vacuuming. By the way, where is the documentation for the cost-based-delay patch?
-
- 09 Jan, 2004 1 commit
-
-
Bruce Momjian authored
select(). Add Win32 Sleep() for delay.
-
- 27 Dec, 2003 1 commit
-
-
Tom Lane authored
instruction in the s_lock() wait loop, and use test before test-and-set in TAS() macro to avoid unnecessary bus traffic. Patch from Manfred Spraul, reworked a bit by Tom.
-
- 23 Dec, 2003 4 commits
-
-
Tom Lane authored
Patch inspired by original submission from ViSolve.
-
Tom Lane authored
that were broken, try to make layout of s_lock.h entries consistent, use HAVE_SPINLOCKS in preference to HAS_TEST_AND_SET everywhere outside s_lock.h itself.
-
Bruce Momjian authored
centralization and easier maintanence.
-
Bruce Momjian authored
-
- 22 Dec, 2003 1 commit
-
-
Bruce Momjian authored
__sparc__.
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 08 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 06 Aug, 2003 1 commit
-
-
Tom Lane authored
spinlock. Per recent pghackers discussion.
-
- 04 Aug, 2003 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- 27 Jul, 2003 1 commit
-
-
Tom Lane authored
-
- 20 Apr, 2003 1 commit
-
-
Tom Lane authored
maintain a separate out-of-line version of PPC tas() anymore. Also fix S_UNLOCK for __powerpc64__ platforms.
-
- 10 Nov, 2002 1 commit
-
-
Bruce Momjian authored
> > ... he is now about to write an inlined version that can go into > s_lock.h . I'll send the new patch later on... OK, here it comes: An inlined version of tas(), that works for both, powerpc and powerpc64. The patch is against 7.3b5 and passes the test suite on both architectures. Reinhard Max
-
- 21 Sep, 2002 1 commit
-
-
Tom Lane authored
Need 'isync' during TAS and 'sync' during S_UNLOCK.
-
- 20 Jun, 2002 1 commit
-
-
Bruce Momjian authored
-
- 02 May, 2002 1 commit
-
-
Tom Lane authored
-
- 05 Apr, 2002 1 commit
-
-
Bruce Momjian authored
The patch enables the mips2 ISA for the ll/sc operations, and then restores it when done. The kernel/libc emulation code will take over on CPUs without ll/sc, and on CPUs with it, it'll use the operations provided by the CPU. Combined with the earlier fix (removing -mips2), postgresql builds again on mips and mipsel. The patch is against 7.2-7. Oliver Elphick
-
- 05 Nov, 2001 1 commit
-
-
Bruce Momjian authored
initdb/regression tests pass.
-
- 28 Oct, 2001 1 commit
-
-
Bruce Momjian authored
spacing. Also adds space for one-line comments.
-
- 25 Oct, 2001 1 commit
-
-
Bruce Momjian authored
tests pass.
-
- 29 Sep, 2001 1 commit
-
-
Tom Lane authored
existing lock manager and spinlocks: it understands exclusive vs shared lock but has few other fancy features. Replace most uses of spinlocks with lightweight locks. All remaining uses of spinlocks have very short lock hold times (a few dozen instructions), so tweak spinlock backoff code to work efficiently given this assumption. All per my proposal on pghackers 26-Sep-01.
-
- 27 Sep, 2001 1 commit
-
-
Tom Lane authored
more reasonable location for them.
-
- 29 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 28 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
The code in s_lock.h should get used. report from Bruno Mattarollo <bruno@web1.greenpeace.org>
-
- 27 Mar, 2001 1 commit
-
-
Tom Lane authored
-