OSDN Git Service

Factor out the code that detects the long long int snprintf format into a
[pg-rex/syncrep.git] / contrib /
2003-01-15 Bruce MomjianThis patch fixes an incorrect statement and makes a...
2003-01-09 Tom LaneAdd missing #include <getopt.h>.
2003-01-09 Tom LaneCall timestamp_in with proper arguments, per gripe...
2003-01-07 Bruce MomjianUpgrade to my2pg 1.9
2003-01-07 Bruce MomjianUpgrade to even newer ora2pg 2.0.
2003-01-07 Bruce MomjianUpgrade to ora2pg 1.10. Backpatch to 7.3.X.
2003-01-07 Tom LaneUpdate for new we-always-have-getopt_long approach.
2002-12-31 Hiroshi InoueAdd casts between lo and oid.
2002-12-27 Bruce MomjianSmall fix in documentation and some examples of usage...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-13 Bruce MomjianThis patch fixes minor bugs in dictionary generator...
2002-12-10 Bruce MomjianFollowing patch avoids removing oids in the temporary...
2002-12-09 Bruce MomjianI've simplified the Darwin/Mac OS X startup script...
2002-12-06 Bruce MomjianThank you very much, you catch it :). This bug had...
2002-12-06 Bruce MomjianSome time ago John Gray <jgray@azuli.co.uk> and myself...
2002-12-05 Bruce MomjianIt looks like the problem was introduced when the ...
2002-12-03 Tom LaneFix off-by-one bug in usage check.
2002-12-02 Tom LaneFix script name in README.
2002-12-02 Tom LaneFix dependency generation for multicolumn foreign keys...
2002-11-27 Tom LaneAdd note that scaling factor should be >= # of clients.
2002-11-26 Bruce MomjianAllocate proper length for sprintf string, from Tatsuo.
2002-11-23 Tom LaneFix inappropriate quoting in dblink. From Joe Conway.
2002-11-23 Bruce MomjianWhen I made the cube(text) function for 7.3, I neglecte...
2002-11-23 Bruce MomjianThis is a patch to make cube output work like double...
2002-11-23 Tom LaneRemove inappropriate double-quoting in connectby()...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-11-22 Bruce MomjianFix elog in dbmirror to use %s.
2002-11-15 Bruce MomjianOpenSSL 0.9.6g in Debian/unstable stopped working with...
2002-11-14 Tom LaneImprove warning messages from tsearch trigger function...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-08 Bruce MomjianClean up format of SQL.
2002-11-08 Bruce MomjianThe attached patch defines functions for getting distan...
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-11-06 Tom LaneRemove GPL file pursuant to relicensing.
2002-11-06 Bruce MomjianChange dbmirror lincense to BSD.
2002-11-04 Tom LaneRemove extraneous semicolons after routine bodies....
2002-11-03 Tom LaneFix dblink regression test so that it works when repeat...
2002-11-03 Bruce MomjianUse sed rather than perl for reindexdb.
2002-11-02 Tom LaneMake it possible to run 'make installcheck' in contrib...
2002-11-01 Tom LaneFix contrib/rserv to install successfully when built...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-11-01 Tom LaneNeed -I. to build outside source tree.
2002-11-01 Tom LaneFix incorrect subdir value.
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-11-01 Tom LaneOoops, forgot to fix contrib regression tests for WARNI...
2002-10-31 Tom LaneAvoid use of inline functions that are not declared...
2002-10-26 Tom LaneAdd missing semicolons to a few PG_FUNCTION_INFO_V1...
2002-10-22 Peter EisentrautUpdate build system.
2002-10-21 Bruce MomjianWhen I removed the cube based stuff from eathdistance...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-10-21 Peter EisentrautNeed sys/param.h for endianness macros.
2002-10-21 Peter EisentrautMight need to link with -lcrypt.
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-21 Bruce MomjianCompletely remove /contrib/retep, with Peter's approval...
2002-10-21 Bruce MomjianFirst step to removing /contrib/retep, with Peter Mount...
2002-10-20 Tom LaneFix core dump recently introduced into pgbench.
2002-10-19 Bruce MomjianIt includes
2002-10-18 Bruce MomjianClean up for dblink autocommit OFF handling.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-14 Bruce MomjianThis trivial patch fixes a bunch of spelling mistakes...
2002-10-12 Bruce MomjianUpdate README for oid2name.
2002-10-09 Bruce Momjian Well, this patch makes Makefile for contrib/rserv...
2002-10-07 Tatsuo IshiiAvoid PQisBusy/PQconsumeInput busy loop in case of...
2002-10-03 Tom LaneRestore NOTICEs that were mistakenly removed from trigg...
2002-10-03 Bruce MomjianIt's just a cosmetic change, fixes the help screen...
2002-10-03 Bruce MomjianThis is small README fix for contrib/intarray. Thank...
2002-10-03 Bruce MomjianThe attached adds a bit to the contrib/tablefunc regres...
2002-10-03 Bruce Momjian> The previous patch fixed an infinite recursion bug in
2002-09-26 Bruce MomjianAttached is a patch to contrib/dbmirror that fixes...
2002-09-25 Tom LaneShouldn't be here ...
2002-09-25 Bruce MomjianInstall proper earthdistance file, regression passes.
2002-09-25 Bruce MomjianAdd missing earthdistance regression test files.
2002-09-24 Bruce MomjianAdd earthdistance regression file.
2002-09-23 Tom LaneTweak dblink functions to use int4 arguments instead...
2002-09-22 Tom LaneRemove extraneous | ... while bison 1.28 doesn't object...
2002-09-22 Tom LaneI haven't seen any objections, so here is a patch....
2002-09-20 Bruce MomjianTiny patch fixing small documentation typo.
2002-09-20 Bruce MomjianI have included fixes to declare some floating point...
2002-09-20 Bruce MomjianThis grants execute privileges to public for the fti...
2002-09-18 Bruce MomjianAdd 'adddepend' script to handle pre-7.3 object depende...
2002-09-18 Tatsuo IshiiAdd GRANT EXECUTE ON FUNCTION
2002-09-14 Tom LaneSimplify handling of second database for dblink tests.
2002-09-14 Tom LaneClean up mess from duplicate patches.
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for dblink functions...
2002-09-14 Tom LaneThe attached adds GRANTs to PUBLIC for contrib/fuzzystr...
2002-09-14 Tom LaneAttached is a patch to fix some recently raised issues...
2002-09-14 Tom LaneFix portability bug in get_normal_pair (RAND_MAX !...
2002-09-12 Bruce MomjianThis is a comprehensive set of diffs (versus current...
2002-09-12 Bruce Momjian> intarray and ltree both seem to be mapping their...
2002-09-12 Bruce Momjian> Now I'm testing connectby() in the /contrib/tablefun...
2002-09-12 Bruce MomjianThe attached small patch fixes the cause of the regress...
2002-09-12 Bruce MomjianThe attached removes the current non-standard file
2002-09-05 Tom LaneFix compile warning.
2002-09-05 Tom LaneFix bit-rotted reference to GetUserName() ...
2002-09-05 Tom LaneFix breakage introduced by careless snprintf patching.
2002-09-05 Tom LaneFix unsafe macro definitions (which were producing...
2002-09-05 Tom LaneRemove compile warnings, ensure consistent build enviro...
2002-09-05 Tom LaneFix compile warning.
next