postgresql/src
Tom Lane 2b67dc5387 Alter AllocSet routines so that requests larger than
ALLOC_BIGCHUNK_LIMIT are always allocated as separate malloc() blocks,
and are free()d immediately upon pfree().  Also, if such a chunk is enlarged
with repalloc(), translate the operation into a realloc() so as to
minimize memory usage.  Of course, these large chunks still get freed
automatically if the alloc set is reset.
I have set ALLOC_BIGCHUNK_LIMIT at 64K for now, but perhaps another
size would be better?
1999-08-24 20:11:19 +00:00
..
backend Alter AllocSet routines so that requests larger than 1999-08-24 20:11:19 +00:00
bin Add a VACUUM command in hopes of making pg_upgrade usable again 1999-08-02 22:34:53 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Alter AllocSet routines so that requests larger than 1999-08-24 20:11:19 +00:00
interfaces Un-break code generated by ECPGRelease production. 1999-08-22 20:37:24 +00:00
lextest Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
makefiles Apply freebsd specific patches dealign with ELF system from FreeBSD's 1999-05-17 04:13:29 +00:00
pl Allow BSD yacc and bison to compile pl code. 1999-08-16 19:57:21 +00:00
template Remove comment after optimization flag. 1999-07-29 15:39:05 +00:00
test Add script that runs the regression tests with all valid 1999-08-17 21:21:22 +00:00
tools Add c.h to exclusion list. 1999-07-17 15:37:30 +00:00
tutorial Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
win32 Hi, 1999-06-11 15:01:29 +00:00
config.guess Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
config.sub Portability patches for HPUX 11 and Unixware in configure 1999-04-20 00:26:32 +00:00
configure Fix ELF test so it doesn't spit up on all non-ELF systems... 1999-08-03 00:09:32 +00:00
configure.in Fix ELF test so it doesn't spit up on all non-ELF systems... 1999-08-03 00:09:32 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Remove old man pages. All info is in new man pages or other docs. 1999-08-08 15:21:50 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Move -ieee to adt Makefile, and add CPU Makefile variable. 1999-07-20 02:42:20 +00:00
Makefile.shlib Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support 1999-07-16 22:56:01 +00:00
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00