Add src/include/catalog/README
[postgresql.git] / src / backend / storage / large_object /
13 days ago Masahiko SawadaSuppress maybe-uninitialized warning.
2025-01-01 Bruce MomjianUpdate copyright for 2025
2024-09-12 Fujii MasaoDeduplicate code in LargeObjectExists and myLargeObject...
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-01-04 Bruce MomjianUpdate copyright for 2024
2023-12-15 Tom LaneFix bugs in manipulation of large objects.
2023-09-26 Bruce Momjiandoc: correct reference to pg_relation in comment
2023-01-02 Bruce MomjianUpdate copyright for 2023
2022-12-20 Andrew DunstanAdd copyright notices to meson files
2022-09-22 Andres Freundmeson: Add initial version of meson based build system
2022-01-08 Bruce MomjianUpdate copyright for 2022
2021-11-03 Heikki LinnakangasFix snapshot reference leak if lo_export fails.
2021-01-02 Bruce MomjianUpdate copyright for 2021
2020-03-10 Peter EisentrautRemove utils/acl.h from catalog/objectaddress.h
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-26 Michael PaquierRevert "Rename files and headers related to index AM"
2019-12-25 Michael PaquierRename files and headers related to index AM
2019-11-05 Andres FreundSplit all OBJS style lines in makefiles into one-line...
2019-10-04 Robert HaasRename some toasting functions based on whether they...
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-09 Tom LaneRefactor permissions checks for large objects.
2017-10-11 Tom LaneRemove unnecessary PG_TRY overhead for CurrentResourceO...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-02-01 Tom LaneFix CatalogTupleInsert/Update abstraction for case...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-30 Heikki LinnakangasFix snapshot leak if lo_open called on non-existent...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-09 Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-27 Tom LaneChange inv_truncate() to not repeat its systable_getnex...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-04-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-01 Tom LaneFix another place that was assuming that a local variab...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-12 Tom LaneAdd some simple defenses against null fields in pg_larg...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
next