aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/lobj.sgml
Commit message (Expand)AuthorAge
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Update copyright for 2014Bruce Momjian2014-01-07
* Suppress duplicate-index-entry warning introduced by previous commit.Tom Lane2013-10-28
* Add large object functions catering to SQL callers.Noah Misch2013-10-27
* docs: Update libpq and testlo examplesBruce Momjian2013-09-10
* Improve description of loread/lowrite.Robert Haas2013-06-12
* Add description that loread()/lowrite() are corresponding toTatsuo Ishii2013-06-11
* Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters.Tom Lane2012-10-08
* Improve documentation about large-object functions.Tom Lane2012-10-07
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* In docs, rename "backwards compatibility" to "backward compatibility"Bruce Momjian2011-03-11
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Use double quotes rather than double quotes for libpq target anchors.Robert Haas2010-08-10
* Provide stable target anchors for libpq functions.Robert Haas2010-08-09
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Improve documentation for pg_largeobject changes.Robert Haas2009-12-17
* Add large object access control.Itagaki Takahiro2009-12-11
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-07
* Add server side lo_import(filename, oid) function.Tatsuo Ishii2008-03-22
* Add libpq new API lo_import_with_oid() which is similar to lo_import()Tatsuo Ishii2008-03-19
* Fix broken markup, strange tab width.Tom Lane2007-03-14
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-03
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Spellchecking and suchPeter Eisentraut2006-10-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-13
* Add some real documentation about TOAST (finally). Combine this withTom Lane2005-01-10
* Some more small improvements in response to 7.4 interactive docs comments.Tom Lane2005-01-08
* More minor updates and copy-editing.Tom Lane2004-12-28
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Documentation cleanupPeter Eisentraut2003-11-12
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Add/edit index entries.Peter Eisentraut2003-08-31
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-21
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-13
* Correct documention of lo_unlink return value as int, not Oid.Bruce Momjian2002-04-18
* Spell-check and markup policePeter Eisentraut2002-01-20
* Editorial reviewPeter Eisentraut2002-01-07
* Add some more index entries.Peter Eisentraut2001-11-12
* Bunch of copy fitting and style sheet tweakage to get decent looking printPeter Eisentraut2001-10-09
* Update intro in face of TOAST.Peter Eisentraut2001-09-16
* Markup examples as examples.Peter Eisentraut2001-09-15