OSDN Git Service

Update discussion of EXPLAIN to reflect existence of ModifyTable nodes.
[pg-rex/syncrep.git] / contrib /
2011-01-27 Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-05 Bruce MomjianIn pg_upgrade, copy pg_largeobject_metadata and its...
2011-01-05 Bruce MomjianIn pg_upgrade, fix backward logging display of link...
2010-12-29 Tom LaneImprove pg_upgrade's checks for required executables.
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-16 Tom LaneFix contrib/seg's GiST picksplit method.
2010-11-26 Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-11-02 Tom LaneFix buffer overrun in pg_upgrade.
2010-10-20 Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-10-19 Bruce MomjianAdd removal of PG_VERSION to optional old cluster delet...
2010-10-19 Bruce MomjianIn pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for...
2010-09-29 Bruce MomjianHave pg_upgrade use strtoul(), not strtol().
2010-09-28 Bruce MomjianUse macro atooid() for conversion of strings to oids...
2010-09-28 Bruce MomjianIn pg_upgrade, properly handle oids > 2^31 by using...
2010-09-28 Bruce MomjianFix leak patch that was using fclose() instead of close().
2010-09-28 Bruce MomjianProperly close files after read file failure to prevent...
2010-09-24 Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-16 Tom LaneFix two new-in-9.0 bugs in hstore.
2010-09-07 Bruce MomjianModify pg_upgrade to set/restore all environment variab...
2010-08-23 Tom LaneMake pg_archivecleanup log messages more consistent.
2010-07-28 Peter EisentrautRemove wildly obsolete type attribute externallength...
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-13 Bruce MomjianBackpatch pg_upgrade fixes to 9.0:
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...
next