postgresql/src/backend/libpq
Tom Lane d03e98737c Replace typtoout() and gettypelem() with a single routine,
so that fetching an attribute value needs only one SearchSysCacheTuple call
instead of two redundant searches.  This speeds up a large SELECT by about
ten percent, and probably will help GROUP BY and SELECT DISTINCT too.
1999-01-24 05:40:49 +00:00
..
auth.c Initial attempt to clean up the code... 1998-12-14 05:19:16 +00:00
be-dumpdata.c Replace typtoout() and gettypelem() with a single routine, 1999-01-24 05:40:49 +00:00
be-fsstubs.c Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
be-pqexec.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
crypt.c Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
hba.c Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
password.c Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
pg_hba.conf.sample Cleanup of 'sameuser' patch. 1998-06-13 05:14:56 +00:00
pg_ident.conf.sample Move YACC and YFLAGS into the template files 1997-04-04 11:23:15 +00:00
portal.c more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00
portalbuf.c Renaming cleanup, no pgindent yet. 1998-09-01 03:29:17 +00:00
pqcomm.c Fix a couple little problems with signed vs. unsigned 1999-01-24 02:47:15 +00:00
pqcomprim.c Add explicit buffering in backend libpq, to compensate for 1999-01-23 22:27:29 +00:00
pqpacket.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
pqsignal.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
util.c more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00