summaryrefslogtreecommitdiff
path: root/contrib/lo/lo.c
Commit message (Expand)AuthorAgeFilesLines
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+1
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-171-2/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-4/+0
* Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.Tom Lane2013-11-231-2/+12
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-5/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-111-5/+5
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+2
* Cleanup the contrib/lo module: there is no need anymore to implementTom Lane2005-06-231-116/+12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-5/+11
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-151-2/+2
* Fix a lo_manage()'s bug.Hiroshi Inoue2001-12-071-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+1
* Make the world safe for unsigned OIDs.Tom Lane2000-11-211-24/+17
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-1/+3
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-4/+7
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-17/+15
* pgindent run over code.Bruce Momjian1999-05-251-120/+125
* Ok, attached is the lo type, which goes some way with Large ObjectBruce Momjian1998-06-161-0/+213