]> granicus.if.org Git - postgresql/history - src/backend/storage/large_object/inv_api.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / storage / large_object / inv_api.c
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-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-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...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-10 Tom LaneCleanup some minor oversights in optional-OIDs stuff.
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-03-25 Tom LaneFix unportable assumptions about alignment of local...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-21 Bruce MomjianBack out patch for BLOB operations until approval.
2001-01-21 Bruce MomjianHello,
2000-11-02 Tom LaneImprove inv_getsize() per suggestion from Denis Perchin...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-08 Bruce MomjianBack out:
next