postgresql/src/include
Tom Lane 8db05ba411 Repair old performance bug in tuplesort.c/logtape.c. In the case where
we are doing the final merge pass on-the-fly, and not writing the data
back onto a 'tape', the number of free blocks in the tape set will become
large, leading to a lot of time wasted in ltsReleaseBlock().  There is
really no need to track the free blocks anymore in this state, so add a
simple shutoff switch.  Per report from Stefan Kaltenbrunner.
2006-03-07 19:06:50 +00:00
..
access Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
bootstrap Make all our flex and bison files use %option prefix or %name-prefix 2006-03-07 01:03:12 +00:00
catalog Attached is the new patch. To summarize: 2006-03-06 22:49:17 +00:00
commands Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
executor Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq This patch adds native LDAP auth, for those platforms that don't have 2006-03-06 17:41:44 +00:00
mb Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
nodes Remove the stub support we had for UNION JOIN; per discussion, this is 2006-03-07 01:00:19 +00:00
optimizer Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parser Remove the stub support we had for UNION JOIN; per discussion, this is 2006-03-07 01:00:19 +00:00
port Clarify macro layout for win32 IMPORT. 2006-03-03 20:52:36 +00:00
postmaster Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
regex Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rewrite Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
storage Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tcop Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
utils Repair old performance bug in tuplesort.c/logtape.c. In the case where 2006-03-07 19:06:50 +00:00
c.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
fmgr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
funcapi.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getaddrinfo.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
getopt_long.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
miscadmin.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_config.h.in This patch adds native LDAP auth, for those platforms that don't have 2006-03-06 17:41:44 +00:00
pg_config.h.win32 Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00
pg_config_manual.h Remove BEOS port. 2006-01-05 03:01:38 +00:00
pgstat.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pgtime.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
port.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postgres_ext.h Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
postgres_fe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
rusagestub.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
strdup.h Fix an obsolete file path mentioned in a comment. 2004-01-25 22:19:42 +00:00