]> granicus.if.org Git - postgresql/history - src/backend/storage/large_object/inv_api.c
pgindent run for 9.0
[postgresql] / src / backend / storage / large_object / inv_api.c
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:
2000-10-08 Bruce MomjianHello,
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-15 Tom LaneRepair Large Object bugs demonstrated by Ian Grant...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneFix relcache refcount leakage when inv_drop is applied
2000-01-26 Bruce MomjianAdd:
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-14 Bruce MomjianDone.
1999-02-22 Bruce MomjianOk. I found an align problem in lobj that might not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-04 Bruce MomjianLarge object write-into-middle fix from Tatsuo Ishii.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-13 Bruce MomjianFix for lo_import crash.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
next