OSDN Git Service

Update standbycheck test output with new ERROR message changes. No changes
[pg-rex/syncrep.git] / contrib /
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...
2010-02-23 Bruce MomjianModify freebsd start script to just exit 0 with message.
2010-02-23 Bruce MomjianUpdate startup scripts for Linux and FreeBSD.
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Andrew DunstanAdd query text to auto_explain output.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-05 Bruce MomjianRemove /contrib/isn copyright mention for German Mendez...
2010-02-05 Bruce MomjianRewrite intagg/Makefile from scratch, to avoid copyrigh...
2010-02-03 Joe ConwayCheck to ensure the number of primary key fields suppli...
2010-01-24 Joe ConwayRewrite dblink_record_internal() and dblink_fetch(...
2010-01-17 Magnus HaganderSilence compiler warning, noted by Stefan Kaltenbrunner
2010-01-11 Tom LaneAdd some simple support and documentation for using...
2010-01-08 Itagaki TakahiroAdd buffer access counters to pg_stat_statements.
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-06 Tom LaneAdd missing 'static' keywords.
2010-01-06 Itagaki TakahiroAdjust headers to allow pgbench to be built with PGXS.
2010-01-06 Itagaki TakahiroAdd verification of variable names in pgbench.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-15 Itagaki TakahiroAdd \shell and \setshell meta commands to pgbench.
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-12-12 Robert HaasExport ExplainBeginOutput() and ExplainEndOutput()...
2009-12-11 Tom LaneArrange to generate different random sequences in the...
2009-12-11 Andrew DunstanAdd YAML to list of EXPLAIN formats. Greg Sabino Mullan...
2009-12-10 Robert HaasFix levenshtein with costs. The previous code multipli...
2009-12-02 Teodor SigaevPreventing intersection of ranges during page split...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-11-14 Tom LaneMake unaccent's install/uninstall scripts look more...
2009-11-04 Heikki LinnakangasDisable triggering failover with a signal in pg_standby...
2009-09-30 Tom LaneFix bogus Assert, per buildfarm results.
2009-09-30 Tom LaneAssorted improvements in contrib/hstore.
2009-09-12 Joe Conwayplug dblink resource leak
2009-09-10 Tatsuo Ishiipgbench has #defines for number of branches, tellers...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-27 Tom LaneMake it reasonably safe to use pg_ctl to start the...
2009-08-18 Tom LanePrint the actual DB encoding in the unaccent regression...
2009-08-18 Tom LaneFix some *other* compiler warnings from a different...
2009-08-18 Tom LaneFix copy-and-pasteo that might explain some of the...
2009-08-18 Tom LaneSuppress compiler warnings about uninitialized variables.
2009-08-18 Teodor SigaevUnaccent dictionary.
2009-08-10 Tom LaneExtend EXPLAIN to support output in XML or JSON format.
2009-08-07 Peter EisentrautExpand test coverage support to entire tree
2009-08-05 Tom LaneAdd matchorig, matchsynonyms, and keepsynonyms options...
2009-08-05 Joe ConwayImplement dblink_get_notify().
2009-08-04 Tom LaneFix some more regression tests (missed these because...
2009-08-04 Tom LaneOoops, missed that a couple of contrib modules have...
2009-08-03 Tom LanePortability and documentation fixes for threaded pgbenc...
2009-08-03 Tatsuo IshiiMulti-threaded version of pgbench contributed by ITAGAK...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-30 Magnus HaganderMake sure FD_SETSIZE is set before we include any Windows
2009-07-27 Tom LaneImprove comment, per gripe from Alvaro.
2009-07-27 Tom LaneFix pg_stat_statements for EXEC_BACKEND case.
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-16 Heikki Linnakangaspg_standby doesn't need to be linked with libpq. Fujii...
2009-07-13 Bruce Momjianvacuumlo query cleanups
2009-07-10 Tom LaneFix xslt_process() to ensure that it inserts a NULL...
2009-06-25 Tom LaneMake prior patch pgindent-safe.
2009-06-25 Heikki LinnakangasDisable pg_standby -l option because the backend doesn...
2009-06-18 Heikki LinnakangasFix a few errors in comments. Patch by Fujii Masao...
2009-06-11 Tom LaneMark contrib's GiST and GIN opclass support functions...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Tom LaneProperly mark pg_freespace() function as strict. Also...
2009-06-09 Tom LaneRestore dblink_current_query() to being a C-language...
2009-06-09 Joe ConwayDefault client encoding to server encoding for dblink...
2009-06-08 Tom LaneFix contrib/pageinspect to not create an ABI breakage...
2009-06-07 Tom LaneRevert my patch of 2009-04-04 that removed contrib...
2009-06-06 Joe ConwayAdd support for using SQL/MED compliant FOREIGN DATA...
2009-06-02 Joe ConwayFix dblink_get_result() as reported by Oleksiy Shchukin...
2009-05-14 Heikki LinnakangasAdd recovery_end_command option to recovery.conf. recov...
2009-05-08 Heikki LinnakangasAdd alternative expected output files for cs_CZ locale...
2009-05-07 Tom LaneChange pgbench to use the table names pgbench_accounts...
2009-04-28 Bruce MomjianBlank line Makefile cleanups.
2009-04-26 Tom LaneUpdate citext expected output to exactly match the...
2009-04-23 Heikki Linnakangasvarstr_cmp and any comparison function that piggybacks...
2009-04-15 Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-04-07 Tom LaneRemove useless (leftover?) extern declaration.
2009-04-07 Tom LaneDefend against non-ASCII letters in fuzzystrmatch code...
next