postgresql/src/backend
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
..
access Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
bootstrap Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
catalog Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
commands Rearrange coding in COPY so that expansible string buffer for data being 2000-01-16 21:37:50 +00:00
executor Make number of args to a function configurable. 2000-01-10 17:14:46 +00:00
lib New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
libpq In PQfn(), defend against too many args, and avoid dependency 2000-01-12 05:27:20 +00:00
main Fix it's and its to be correct. 2000-01-05 18:23:54 +00:00
nodes Revise quoting conventions in outfuncs/readfuncs so that nodeRead doesn't 2000-01-14 00:53:21 +00:00
optimizer Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
parser Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
port Remove unused files. 1999-12-17 18:07:17 +00:00
postmaster Move SetPidFile() and firends to utils/init/miscinit.c so that 2000-01-09 12:13:24 +00:00
regex New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
rewrite Fix it's and its to be correct. 2000-01-05 18:23:54 +00:00
storage Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
tcop Included all yacc and lex files into the distribution. 2000-01-16 20:05:00 +00:00
tioga New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
utils Clean up problems with rounding/overflow code in NUMERIC, particularly 2000-01-15 23:42:49 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00