]> granicus.if.org Git - postgresql/history - contrib
Improve parallel restore's ability to cope with selective restore (-L option).
[postgresql] / contrib /
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-12 Tom LaneGet rid of a bunch of dubious error handling code in...
2010-08-12 Tom LaneAdd the ability to compute per-statement latencies...
2010-08-10 Tom LaneRemove the arbitrary (and undocumented) limit on the...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-03 Robert HaasRegression tests for new btree_gist "not equals" support.
2010-08-02 Robert HaasTeach levenshtein() about multi-byte characters.
2010-08-02 Robert HaasAdd btree_gist support for searching on "not equals".
2010-07-30 Robert HaasMake details of the Numeric representation private...
2010-07-29 Robert HaasAvoid using text_to_cstring() in levenshtein functions.
2010-07-28 Peter EisentrautRemove wildly obsolete type attribute externallength...
2010-07-27 Robert HaasAdd ssl_cipher() and ssl_version() functions to contrib...
2010-07-25 Bruce MomjianAdjust check_for_isn_and_int8_passing_mismatch() so...
2010-07-25 Bruce MomjianPrevent pg_upgrade from migrating databases that use...
2010-07-20 Robert HaasMake hstore regression tests independent of standard_co...
2010-07-13 Bruce MomjianOn Win32, pg_upgrade cannot sent any server log output...
2010-07-13 Bruce MomjianRemove incorrect email address for pg_upgrade bug reports.
2010-07-13 Bruce MomjianIn pg_upgrade, report /bin directory checks independent...
2010-07-13 Bruce MomjianIn pg_upgrade, prevent psql AUTOCOMMIT=off by not loadi...
2010-07-09 Bruce MomjianProperly report errno/out-of-disk-space error from...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Tom LaneFix a few single-file (MODULES, not MODULE_big) contrib...
2010-07-03 Bruce MomjianMake pg_upgrade copyrights just 2010, not 2010-2010.
2010-07-03 Bruce MomjianAdd copyrights to pg_upgrade and pg_upgrade_tools files...
2010-07-03 Bruce MomjianAdd CVS tags to pg_upgrade and pg_upgrade_support files...
2010-07-02 Robert HaasRemove hstore % text[] operator; use slice() function...
2010-07-01 Tom LaneGet rid of some more stuff that duplicates c.h or port.h.
2010-07-01 Bruce MomjianRemove port.h prototypes from pg_upgrade.h, per report...
2010-06-23 Bruce MomjianAdd username designations to all pg_upgrade utility...
2010-06-22 Bruce MomjianFix pg_upgrade's use of pg_ctl on Win32 to not send...
2010-06-22 Robert HaasUpdated expected-output file for hstore.
2010-06-18 Robert HaasRename hstore => text[] operator to %
2010-06-17 Tom LaneClean up pg_archivecleanup's error and logging output...
2010-06-16 Bruce MomjianFix pg_upgrade to remove malloc(0) call.
2010-06-15 Bruce MomjianFix storage of getopt() return, should be 'int', for...
2010-06-15 Tom LaneChange the interpretation of the primary_key_attnums...
2010-06-15 Robert HaasRemove hstore's text[] => text[] operator.
2010-06-15 Tom LaneFix dblink_build_sql_insert() and related functions...
2010-06-15 Tom LaneConsolidate and improve checking of key-column-attnum...
2010-06-15 Bruce MomjianProperly define pg_upgrade global variable, per bug...
2010-06-14 Tom LaneRearrange dblink's dblink_build_sql_insert() and relate...
2010-06-14 Simon RiggsFiles for pg_archivecleanup
2010-06-14 Simon RiggsNew contrib module for use as an archive_cleanup_comman...
2010-06-12 Bruce MomjianUpdate pg_upgrade C comment about cwd.
2010-06-12 Bruce MomjianHave pg_upgrade create its output files in the current...
2010-06-09 Itagaki TakahiroAvoid "identifier will be truncated" warning in dblink
2010-06-09 Itagaki TakahiroFix connection leak in dblink when dblink_connect(...
2010-06-07 Teodor SigaevAdd missed function dblink_connect_u(text[,text]) to...
2010-06-03 Itagaki TakahiroFix dblink to treat connection names longer than NAMEDA...
2010-05-25 Bruce MomjianRemove IMPLEMENTATION.jp file from pg_upgrade docs...
2010-05-25 Bruce MomjianUpdate pg_upgrade IMPLEMENTATION doc file to match...
2010-05-25 Bruce MomjianModify pg_standby, pgbench, and pg_upgrade manual pages...
2010-05-25 Bruce MomjianAdd Japanese Implementation file to CVS.
2010-05-25 Bruce MomjianRe-order pg_upgrade 'help' options to be alphabetical.
2010-05-24 Bruce MomjianIn pg_upgrade, test for datallowconn instead of hardcod...
2010-05-24 Bruce MomjianSplit apart pg_upgrade user lookup and root check so...
2010-05-23 Tom Laneissue_warnings() has no business freeing its parameter...
2010-05-19 Bruce MomjianSimplify pg_upgrade queries by using IN instead of...
2010-05-19 Bruce MomjianFor pg_upgrade, update template0's datfrozenxid and...
2010-05-18 Bruce MomjianUse a 'datallowconn' check for avoiding 'template0...
2010-05-18 Bruce MomjianAdd pg_upgrade TESTING files explaining a testing method.
2010-05-15 Bruce MomjianAdjust pg_upgrade BSD defines for scandir(), per report...
2010-05-15 Bruce MomjianChange bsdi define to __bsdi__
2010-05-15 Heikki LinnakangasFix typos in comments, spotted by Josh Kupershmidt.
2010-05-14 Tom LaneFix another obvious bug pointed out by a compiler warning.
2010-05-14 Tom LaneRemove another unsafe use of random data as a format...
2010-05-14 Tom LaneGet rid of unsafe sprintf and snprintf usages. Per...
2010-05-14 Tom LaneSpell __darwin__ correctly, to suppress compiler warnin...
2010-05-14 Bruce MomjianUse NAMEDATALEN instead of local define.
2010-05-13 Bruce MomjianRemove all mentions of EnterpriseDB Advanced Server...
2010-05-13 Tom LaneFix up lame idea of not using autoconf to determine...
2010-05-13 Magnus HaganderAssorted fixes to make pg_upgrade build on MSVC.
2010-05-13 Tom LaneFix wrong subdir. Per buildfarm.
2010-05-13 Bruce MomjianMove pg_upgrade shared library out into its own /contri...
2010-05-12 Tom LaneHook pg_upgrade into the contrib makefile structure...
2010-05-12 Tom LaneClean up unnecessary unportability and compiler warning...
2010-05-12 Bruce MomjianMove pg_upgrade TODO to TODO wiki.
2010-05-12 Bruce MomjianAdd PGFILEDESC description to Makefiles for all /contri...
2010-05-12 Bruce MomjianSmall formatting adjustment.
2010-05-12 Bruce MomjianAdd pg_upgrade IMPLEMENTATION file to CVS.
2010-05-12 Bruce MomjianAdd TODO file to CVS.
2010-05-12 Bruce MomjianAdd pg_upgrade to /contrib; will be in 9.0 beta2.
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-28 Tom LaneFix contrib/tsearch2 expected results to match recent...
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-05 Andrew DunstanMake dmetaphone.c safe for pgindent and fussy compilers...
2010-04-02 Tom LaneEnsure that contrib/pgstattuple functions respond to...
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-04-02 Magnus HaganderFix minor typos in comments.
2010-03-25 Tom LaneFix ginint4_queryextract() to actually do what it was...
2010-03-23 Itagaki TakahiroEach worker thread will have its own log file in pgbenc...
2010-03-03 Tom LaneMake contrib/xml2 use core xml.c's error handler, when...
2010-03-01 Tom LaneFix contrib/xml2 so regression test still works when...
2010-03-01 Tom LaneRemove xmlCleanupParser calls from contrib/xml2.
2010-02-28 Tom LaneFix up memory management problems in contrib/xml2.
2010-02-28 Tom LaneAssorted code cleanup for contrib/xml2. No change...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneAllow zero-dimensional (ie, empty) arrays in contrib...
2010-02-24 Itagaki TakahiroRemove useless codes to initialize TupleDesc from dblin...
next