postgresql/src
Tom Lane e0bd60171a Rearrange coding in COPY so that expansible string buffer for data being
read is reused for successive attributes, instead of being deleted and
recreated from scratch for each value read in.  This reduces palloc/pfree
overhead a lot.  COPY IN still seems to be noticeably slower than it was
in 6.5 --- we need to figure out why.  This change takes care of the only
major performance loss I can see in copy.c itself, so the performance
problem is at a lower level somewhere.
2000-01-16 21:37:50 +00:00
..
backend Rearrange coding in COPY so that expansible string buffer for data being 2000-01-16 21:37:50 +00:00
bin Put back change to 'connection failed' message formatting that someone 2000-01-16 20:34:54 +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 Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
interfaces Sigh, I'm an idiot ... I broke the async startup logic a couple days ago, 2000-01-16 21:18:52 +00:00
makefiles I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
pl Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
template I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
test Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
tools Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
tutorial Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
win32 Move ipc patch into README.NT. 1999-12-29 10:28:00 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
Makefile
Makefile.global.in - Allow array on int8 2000-01-15 18:30:35 +00:00
Makefile.shlib Make LD -r as macros that can be changed for QNX. 1999-12-09 19:15:45 +00:00
config.guess I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
config.sub I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
configure Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
configure.in Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
install-sh
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00