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-10-11 Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes. Tom Lane 11.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-02-01 Fix CatalogTupleInsert/Update abstraction for case of shared indstate. Tom Lane 10.0
2017-02-01 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). Tom Lane 10.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in struct varlena. Tom Lane 9.5.0
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 8.4.22
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.0.18
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.1.14
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.2.9
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.3.5
2014-06-05 Add defenses against running with a wrong selection of LOBLKSIZE. Tom Lane 9.4.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
2011-01-27 Change inv_truncate() to not repeat its systable_getnext_ordered() scan. Tom Lane 9.1.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-04-12 Create new routines systable_beginscan_ordered, systable_getnext_ordered, Tom Lane 8.4.0
2008-03-01 Fix another place that was assuming that a local variable declared as Tom Lane 8.3.1
2008-03-01 Fix another place that was assuming that a local variable declared as Tom Lane 8.4.0
2007-06-12 Add some simple defenses against null fields in pg_largeobject, and add Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0