postgresql/src
Tom Lane f8eed65dfb Improve spinlock code for recent x86 processors: insert a PAUSE
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.
2003-12-27 20:58:58 +00:00
..
backend Improve spinlock code for recent x86 processors: insert a PAUSE 2003-12-27 20:58:58 +00:00
bin Supress non-temp schemas from psql \dn display. 2003-12-23 23:13:14 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Improve spinlock code for recent x86 processors: insert a PAUSE 2003-12-27 20:58:58 +00:00
interfaces Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int); 2003-12-24 22:04:09 +00:00
makefiles $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pl Allow plpgsql variables' default value expressions to reference 2003-12-23 00:01:57 +00:00
port make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
template Use inlined TAS() on PA-RISC, if we are compiling with gcc. 2003-12-23 22:15:07 +00:00
test > > I have no idea if this in Oracle or not. But it's something I 2003-12-25 03:36:24 +00:00
tools Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
tutorial make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
utils $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile.global.in Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
Makefile.shlib Win32 patch for Makefile.shlib 2003-12-01 22:23:06 +00:00
nls-global.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00