postgresql/src
Neil Conway 5d1dd2bc55 Micro-optimization of markpos() and restrpos() in btree and hash indexes.
Rather than using ReadBuffer() to increment the reference count on an
already-pinned buffer, we should use IncrBufferRefCount() as it is
faster and does not require acquiring the BufMgrLock.
2004-11-17 03:13:38 +00:00
..
backend Micro-optimization of markpos() and restrpos() in btree and hash indexes. 2004-11-17 03:13:38 +00:00
bin Translation update 2004-11-16 22:58:44 +00:00
corba
include Fix Win32 problems with signals and sockets, by making the forkexec code 2004-11-17 00:14:14 +00:00
interfaces Translation update 2004-11-16 22:58:44 +00:00
makefiles
pl Adjust safety restrictions for plperl functions. Andrew Dunstan's 2004-11-16 22:05:22 +00:00
port Removes duplicate slashes from the path in canonicalize_path(). It 2004-11-07 02:12:17 +00:00
template Allow win32/cygwin link against the first matching library symbol rather 2004-11-08 05:23:26 +00:00
test Rethink plpgsql's way of handling SPI execution during an exception block. 2004-11-16 18:10:16 +00:00
timezone
tools
tutorial
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. 2004-11-16 21:51:13 +00:00
nls-global.mk
win32.mak