aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/lobj.sgml
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-04
* Doc: modernize documentation for lo_create()/lo_creat().Tom Lane2022-02-01
* Update copyright for 2022Bruce Momjian2022-01-07
* Doc: fix typos.Tom Lane2021-09-19
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15
* Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane2021-01-22
* Update copyright for 2021Bruce Momjian2021-01-02
* Doc: sync lobj.sgml's copy of testlo.c with the latter file.Tom Lane2020-09-24
* Doc: marginal hacking to remove some PDF build warnings.Tom Lane2020-05-10
* Doc: update remaining tables of functions/operators for new layout.Tom Lane2020-05-07
* Update copyrights for 2020Bruce Momjian2020-01-01
* doc: Clean up title case usePeter Eisentraut2019-09-08
* doc: Make libpq documentation navigable between functionsPeter Eisentraut2019-07-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix some spelling errors in the documentationMagnus Hagander2018-11-02
* docs: remove use of escape strings and use bytea hex outputBruce Momjian2018-09-21
* Fix libpq example programsPeter Eisentraut2018-07-01
* Document security implications of search_path and the public schema.Noah Misch2018-02-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Document changes in large-object privilege checking.Tom Lane2017-11-14
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* docs: re-add spaces before units removedBruce Momjian2016-08-05
* docs: properly capitalize and space kB, MB, GB, TBBruce Momjian2016-07-30
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* 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