postgresql/src
Tom Lane 39673ca47b Rewrite hashbulkdelete() to make it amenable to new bucket locking
scheme.  A pleasant side effect is that it is *much* faster when deleting
a large fraction of the indexed tuples, because of elimination of
redundant hash_step activity induced by hash_adjscans.  Various other
continuing code cleanup.
2003-09-02 02:18:38 +00:00
..
backend Rewrite hashbulkdelete() to make it amenable to new bucket locking 2003-09-02 02:18:38 +00:00
bin Translation update 2003-08-31 17:38:06 +00:00
corba
include Rewrite hashbulkdelete() to make it amenable to new bucket locking 2003-09-02 02:18:38 +00:00
interfaces Do not pass server_encoding to the client. 2003-09-01 23:04:49 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl When compiling a plpgsql trigger function, include the OID of the table 2003-08-18 19:16:02 +00:00
port Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to 2003-08-16 15:35:51 +00:00
template Fix unixware template --- had spaces around equals. 2003-08-30 03:19:47 +00:00
test Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
tools Guard against pgindent changing =- to = -. 2003-08-30 14:59:34 +00:00
tutorial Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Clean up after pygresql removal: adjust/remove documentation and remove 2003-09-01 23:01:49 +00:00
Makefile.shlib Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls-global.mk
win32.mak