]> granicus.if.org Git - postgresql/history - contrib/lo
Redesign tablesample method API, and do extensive code review.
[postgresql] / contrib / lo /
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-11-24 Tom LaneDefend against bad trigger definitions in contrib/lo...
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2006-09-11 Tom LaneRename the uninstall scripts for contrib/lo and contrib...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-06-23 Tom LaneCleanup the contrib/lo module: there is no need anymore...
2005-01-29 Tom LaneMake sure contrib C functions are marked strict where...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-12-31 Hiroshi InoueAdd casts between lo and oid.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2001-12-07 Hiroshi InoueFix a lo_manage()'s bug.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-06-18 Bruce MomjianThe attached patch enables the contrib subtree to build...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-21 Tom LaneMake the world safe for unsigned OIDs.
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-04 Bruce MomjianMakefile cleanup from Karel.
2000-07-03 Bruce Momjian Very small changes in the contrib's pg_dumplo in the...
2000-06-19 Bruce MomjianRemove old README files.
2000-06-19 Bruce MomjianAdd missing /contrib files
2000-06-19 Bruce MomjianUpdate to /contrib from Karel.
2000-06-16 Bruce MomjianCleanup README Makefile installs.
2000-06-15 Bruce MomjianAdd missing /contrib files to CVS.
2000-06-15 Bruce Momjian/contrib patch from Karel.
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
1999-05-25 Bruce Momjianpgindent run over code.
1998-06-16 Bruce MomjianOk, attached is the lo type, which goes some way with...