postgresql/src
Tom Lane 9d64632144 Minor performance improvement: avoid unnecessary creation/unioning of
bitmaps for multiple indexscans.  Instead just let each indexscan add
TIDs directly into the BitmapOr node's result bitmap.
2005-04-20 15:48:36 +00:00
..
backend Minor performance improvement: avoid unnecessary creation/unioning of 2005-04-20 15:48:36 +00:00
bin pg_dumpall should enforce the server version check for itself, rather 2005-04-18 23:47:52 +00:00
corba
include Minor performance improvement: avoid unnecessary creation/unioning of 2005-04-20 15:48:36 +00:00
interfaces Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thread support. 2005-04-14 10:08:57 +00:00
makefiles Revert -Wl, change to Makefile.osf, as the allegedly more standard 2005-01-06 20:56:50 +00:00
pl Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
port Must count '*' characters as potential arguments. 2005-04-14 20:53:09 +00:00
template
test Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
timezone Attached patch gets rid of the global timezone in the following steps: 2005-04-19 03:13:59 +00:00
tools This patch changes the use of varargs.h to stdarg.h as 2005-04-15 04:29:32 +00:00
tutorial Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Use 'cp' and 'chmod' in place of 'install' to install header files. 2005-03-25 23:22:54 +00:00
Makefile.shlib
nls-global.mk
win32.mak