Commits

DateSubjectAuthorReleases
2023-12-15 Fix bugs in manipulation of large objects. Tom Lane 17.0
2023-12-15 Fix bugs in manipulation of large objects. Tom Lane 16.2
2017-11-09 Refactor permissions checks for large objects. Tom Lane 11.0
2017-11-09 Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks. Tom Lane 11.0
2017-08-07 Require update permission for the large object written by lo_put(). Tom Lane 9.4.13
2017-08-07 Require update permission for the large object written by lo_put(). Tom Lane 9.5.8
2017-08-07 Require update permission for the large object written by lo_put(). Tom Lane 9.6.4
2017-08-07 Require update permission for the large object written by lo_put(). Tom Lane 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 9.6.0
2014-06-12 Rename lo_create(oid, bytea) to lo_from_bytea(). Tom Lane 9.4.0
2014-06-12 Rename lo_create(oid, bytea) to lo_from_bytea(). Tom Lane 9.5.0
2012-10-09 Remove unnecessary overhead in backend's large-object operations. Tom Lane 9.3.0
2012-10-08 Code review for 64-bit-large-object patch. Tom Lane 9.3.0
2010-12-10 Use symbolic names not octal constants for file permission flags. Tom Lane 9.1.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-04-26 Revise large-object access routines to avoid running with CurrentMemoryContext Tom Lane 8.1.4
2006-04-26 Revise large-object access routines to avoid running with CurrentMemoryContext Tom Lane 8.2.0
2005-06-13 Adjust lo_open() so that specifying INV_READ without INV_WRITE creates Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-09-11 Ensure that pg_largeobject references opened by lo_import() or lo_export() Tom Lane 8.0.0