]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_conversion.c
Refactor the handling of the various DropStmt variants so that when multiple
[postgresql] / src / backend / catalog / pg_conversion.c
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-08-31 Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-05-30 Bruce MomjianMove conversion dependency patch to the proper branch...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-09-04 Bruce Momjianpgindent run.
2002-08-06 Tatsuo IshiiAdd SQL99 CONVERT() function.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-16 Tatsuo IshiiFix typo
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.