postgresql/doc/src/sgml
Bruce Momjian d128852358 In the Programmer's Guide, the sample code for accessing large objects
from libpq has two functions with memory leaks.

The functions pickout() and overwrite() malloc space for buf which is
never freed.

See
http://www.postgresql.org/users-lounge/docs/7.0/programmer/largeobjects3207.htm

This problem is also in the 6.5 docs at
http://www.postgresql.org/users-lounge/docs/6.5/programmer/x3184.htm

Nishad Prakash
2001-01-20 00:05:54 +00:00
..
ref Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
about.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
admin.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
advanced.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
arch-dev.sgml Fix some cross reference links. 2000-12-26 00:10:37 +00:00
arch-pg.sgml Fix some cross reference links. 2000-12-26 00:10:37 +00:00
arch.sgml Fix some cross reference links. 2000-12-26 00:10:37 +00:00
array.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
backup.sgml Fix typo 2000-12-10 20:47:34 +00:00
biblio.sgml Fixups in content and markup for 7.0 release. 2000-05-02 20:02:03 +00:00
bki.sgml Some of the stuff documented here hasn't existed since Postgres95. 2000-12-23 16:24:29 +00:00
book-decl.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
catalogs.sgml Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") 2000-12-22 18:57:50 +00:00
charset.sgml Update docs to explain that 7.1 locks down LC_COLLATE and LC_CTYPE at 2001-01-19 04:47:50 +00:00
client-auth.sgml Improve comments in pg_hba.conf.sample and the associated SGML 2000-11-21 20:44:32 +00:00
compiler.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
contacts.sgml Update SGML for FETCH and url's. 2000-05-11 17:32:33 +00:00
cvs.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
datatype.sgml Add information about bit types. Adjust some other things to promote 2001-01-13 18:34:51 +00:00
datetime.sgml Update section on SQL syntax. (Still a lot to be done though.) Add 2001-01-06 11:58:56 +00:00
developer.sgml Rewrite system catalog documentation man page in DocBook with more recent 2000-11-29 20:15:59 +00:00
dfunc.sgml Update information about compiling extension modules. 2001-01-12 22:15:32 +00:00
docguide.sgml Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") 2000-12-22 18:57:50 +00:00
ecpg.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
environ.sgml Repair residual sillinesses from UUNET virtual host/socket path patch. 2000-11-30 23:20:51 +00:00
extend.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
filelist.sgml Update section on SQL syntax. (Still a lot to be done though.) Add 2001-01-06 11:58:56 +00:00
func-ref.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
func.sgml Add information about bit types. Adjust some other things to promote 2001-01-13 18:34:51 +00:00
geqo.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
gist.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
history.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
indexcost.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
indices.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
info.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
inherit.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
install-win32.sgml Updates 2000-12-21 22:30:39 +00:00
installation.sgml Adjust file names. 2001-01-15 21:17:27 +00:00
intro-ag.sgml Minor markup changes. Refer to (".../catalog") in the emacs hints. 2000-03-31 03:27:42 +00:00
intro-pg.sgml Minor markup changes. Refer to (".../catalog") in the emacs hints. 2000-03-31 03:27:42 +00:00
intro.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
jdbc.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
keywords.sgml Update section on SQL syntax. (Still a lot to be done though.) Add 2001-01-06 11:58:56 +00:00
legal.sgml Fix path to initdb in installation instructions. 2000-04-07 13:30:58 +00:00
libpgeasy.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
libpgtcl.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
libpq.sgml Fix incorrect placeholder name in example. 2001-01-18 07:18:39 +00:00
libpq++.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
lisp.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
lobj.sgml In the Programmer's Guide, the sample code for accessing large objects 2001-01-20 00:05:54 +00:00
Makefile Simplify rules to build man pages so they run a lot faster and create less 2001-01-06 16:54:16 +00:00
manage-ag.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
manage.sgml initlocation must set env before postmaster start. 2000-10-08 19:44:01 +00:00
mvcc.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
notation.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
odbc.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
page.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
perform.sgml Restructure performance tips into a single chapter ('populating a 2000-12-16 02:29:36 +00:00
plperl.sgml Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") 2000-12-22 18:57:50 +00:00
plsql.sgml Replace contraction with long form. Cosmetic only. 2001-01-18 07:11:36 +00:00
pltcl.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
postgres.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
problems.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
programmer.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
protocol.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00
query.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
recovery.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
refentry.sgml Accumulated fixups. 2000-03-30 22:22:41 +00:00
reference.ced Include Emacs DocBook DTD description file. May allow Emacs to understand 1998-12-18 16:10:00 +00:00
reference.sgml New shell for the to be written CHECKPOINT documentation, so the summary 2001-01-13 03:11:12 +00:00
regress.sgml Document tuple ordering differences as a possible cause of 2001-01-02 05:56:02 +00:00
release.sgml Add id attribute to sect1 tag. 2000-12-26 20:12:49 +00:00
rules.sgml Revise SELECT reference page for outer joins, subselect in FROM, 2000-12-12 05:07:59 +00:00
runtime.sgml Add rudimentary section about controlling kernel's file and process limits. 2001-01-08 21:01:54 +00:00
sources.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
spi.sgml Approaching the current documentation from a position of ignorance, I 2001-01-09 14:23:40 +00:00
sql.sgml Apply proper sql.sgml change. 2001-01-09 16:05:21 +00:00
standalone-install.sgml Minor tweaks in installation instructions, regenerate INSTALL file. 2000-11-30 21:44:07 +00:00
start.sgml Repair residual sillinesses from UUNET virtual host/socket path patch. 2000-11-30 23:20:51 +00:00
storage.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
syntax.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
trigger.sgml Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") 2000-12-22 18:57:50 +00:00
tutorial.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
typeconv.sgml Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") 2000-12-22 18:57:50 +00:00
user-manag.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
user.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
version.sgml Bump version to 7.1. (No "beta1", since we're just going to forget to 2000-12-17 11:25:58 +00:00
xaggr.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
xfunc.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
xindex.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
xoper.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
xplang.sgml more procedural doc cleanup 2000-11-04 21:06:37 +00:00
xtypes.sgml Terminology cleanup: class -> table, instance -> row, attribute -> column, 2001-01-13 23:58:55 +00:00
y2k.sgml Make use of <email> tag for marking up email addresses. 2000-12-22 21:51:58 +00:00