summaryrefslogtreecommitdiff
path: root/src/backend/storage/large_object
AgeCommit message (Expand)Author
2025-11-21C11 alignas instead of unionsPeter Eisentraut
2025-09-24Remove PointerIsValid()Peter Eisentraut
2025-08-05Suppress maybe-uninitialized warning.Masahiko Sawada
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-12Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-15Fix bugs in manipulation of large objects.Tom Lane
2023-09-26doc: correct reference to pg_relation in commentBruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-01-07Update copyright for 2022Bruce Momjian
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-27Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-01-02Update copyright for 2018Bruce Momjian
2017-11-09Refactor permissions checks for large objects.Tom Lane
2017-10-11Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-01Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-09-30Fix snapshot leak if lo_open called on non-existent object.Heikki Linnakangas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-03-06Code beautification for object-access hook machinery.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-09Remove unnecessary overhead in backend's large-object operations.Tom Lane
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-07Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas