summaryrefslogtreecommitdiff
path: root/src/backend/storage/large_object/inv_api.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-28/+26
* Add some simple defenses against null fields in pg_largeobject, and addTom Lane2007-06-121-5/+20
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-5/+5
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-031-1/+164
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-4/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-071-2/+2
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-6/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-261-6/+21
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-031-4/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-19/+18
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-6/+6
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-131-46/+85
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-10/+4
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-10/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-311-14/+32
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-36/+86
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-2/+12
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-21/+21
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-28/+22
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-11/+15
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-2/+2
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-16/+6
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-62/+27
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+5
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-101-2/+2
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-4/+4
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-251-7/+10
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-71/+90
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* Back out patch for BLOB operations until approval.Bruce Momjian2001-01-211-25/+1
* Hello,Bruce Momjian2001-01-211-1/+25
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-021-11/+16
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-1102/+387
* BACKED OUT.Bruce Momjian2000-10-221-322/+1073