OSDN Git Service

Add missing file to GETTEXT_FILES
[pg-rex/syncrep.git] / contrib / intagg /
2011-02-15 Tom LaneRethink naming of contrib/intagg extension.
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-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-05 Bruce MomjianRewrite intagg/Makefile from scratch, to avoid copyrigh...
2008-11-14 Tom LaneReduce contrib/intagg to a thin wrapper around the...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
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...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
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...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-08-15 Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-04-23 Tom LaneTreat a zero-D array as empty in int_enum(), per Andrew...
2005-04-23 Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-01-27 Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27 Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-01 Tom LaneRemove DROPs from contrib object creation scripts,...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-20 Bruce MomjianJust some fixups to a couple contrib directories I...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianFixes for intagg regression tests to match new array...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-03-06 Bruce MomjianChange made to elog:
2002-02-25 Tom LaneTry to make makefile actually work ...
2002-02-25 Bruce MomjianFix typo in Makefile.
2002-02-25 Bruce MomjianFix typo in filename.
2002-02-25 Bruce MomjianAdd integer aggregator to /contrib.