OSDN Git Service

pg-rex/syncrep.git
2007-08-29 Michael MeskesFixed bug in Informix define handling.
2007-08-29 Bruce MomjianProperly indent SGML in textsearch.sgml.
2007-08-28 Tom LaneAdd a debug logging message when a resource manager...
2007-08-28 Tom LaneReduce the permissions check needed to use pgrowlocks...
2007-08-28 Tom LaneImprove behavior of log_lock_waits patch. Ensure that...
2007-08-28 Bruce MomjianMention configurations early in text search documentati...
2007-08-28 Bruce MomjianPlease ignore. Fresh checkout to see if this fixes it.
2007-08-28 Bruce MomjianCommit test, please ignore.
2007-08-28 Bruce MomjianCVS commit test, ignore.
2007-08-28 Bruce MomjianCVS commit test for TODO. Please ignore.
2007-08-28 Bruce MomjianSmall commit test for TODO.
2007-08-28 Bruce MomjianUpdate TODO.html.
2007-08-28 Bruce MomjianUpdate TODO with lost change, mostly completed items...
2007-08-28 Bruce MomjianBatch of TODO updates, mostly completed item marking...
2007-08-27 Magnus HaganderExclude tsearch2 contrib tests in regression tests,
2007-08-27 Magnus HaganderInstall stopword files
2007-08-27 Magnus HaganderFix generation of snowball_create.sql on msvc builds.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-27 Tom LaneRequire SELECT privilege on a table to do dblink_get_pk...
2007-08-27 Tom LaneRestrict pg_relation_size to relation owner, pg_databas...
2007-08-27 Tom LaneMake currtid() functions require SELECT privileges...
2007-08-27 Tom LaneRestrict pgrowlocks function to superusers. (This...
2007-08-26 Tom LaneRestrict pgstattuple functions to superusers. (This...
2007-08-26 Tom LaneClean up usage of some deprecated APIs, particularly...
2007-08-26 Tom LaneCode review for btreefuncs additions: restrict to super...
2007-08-26 Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-08-25 Tom LaneAdjust with-system-tzdata patch to not attempt to insta...
2007-08-25 Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-08-25 Tom LaneSimplify implementation of ts_debug() function ---...
2007-08-25 Tatsuo IshiiThe upper limit for -c option of pgbench is now obtaine...
2007-08-25 Tom LaneSome more tsearch docs work --- sync names with CVS...
2007-08-25 Tom LaneFix synonym-dict breakage introduced in last patch...
2007-08-25 Tom LaneRename built-in Snowball stemmer dictionaries to be...
2007-08-25 Tom LaneCleanup for some problems in tsearch patch:
2007-08-23 Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-08-23 Andrew DunstanReduce memory requirements for writing CSVlogs, so...
2007-08-23 Andrew Dunstanunbreak ECPG tests for VPATH builds.
2007-08-23 Bruce MomjianFix typo in FAQ_DEV.
2007-08-23 Bruce MomjianAdd book to FAQ_DEV:
2007-08-22 Tom LaneFix possible core dump from pgbench -d option. Julius...
2007-08-22 Tom LaneSuppress testing the options of CREATE TEXT SEARCH...
2007-08-22 Michael MeskesMore cleaning up and removed some duplicates.
2007-08-22 Tom LanePropagate Magnus' fix for Windows snowball build into...
2007-08-22 Tom LaneFix cut-n-paste-o.
2007-08-22 Tom LaneFix VPATH-build problem in new tsearch makefile, per...
2007-08-22 Tom LaneRemove option to change parser of an existing text...
2007-08-22 Tom LaneText search doc updates --- first cut at
2007-08-22 Tom LaneWhoops, missed updating dsynonym_init for new dictionar...
2007-08-22 Tom LaneMake \dFt and \dFt+ do something different --- omitting...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneSimplify CREATE TEXT SEARCH CONFIGURATION by eliminatin...
2007-08-21 Tom LaneFirst rough cut at text search documentation: bare...
2007-08-21 Tom LaneExclude snowball/libstemmer/ files from the set process...
2007-08-21 Bruce MomjianUppercase keywords in regression tsearch test scripts.
2007-08-21 Tom LaneAvoid using TEXT as a Bison symbol, since this provokes...
2007-08-21 Bruce MomjianRemove tabs from SGML files.
2007-08-21 Magnus HaganderBuild snowball DLL for tsearch-in-core.
2007-08-21 Magnus HaganderDon't define BUILDING_DLL for snowball lib. Should...
2007-08-21 Tom LaneRemove extraneous semicolon --- buildfarm member bear...
2007-08-21 Tom LaneFix cash_mul_int4 and cash_div_int4 for overenthusiasti...
2007-08-21 Tom LaneFix money type's send/receive functions to conform...
2007-08-21 Tom LaneFix potential access-off-the-end-of-memory in varbit_ou...
2007-08-21 Tom LaneSuppress uninitialized-variable warning.
2007-08-21 Tom LaneFix a small 64-bit problem in tsearch patch.
2007-08-21 Tom Lanecontrib/tsearch2 now fails its regression test because...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-20 Peter EisentrautAdd configure option --with-system-tzdata to use operat...
2007-08-19 Andrew Dunstanminor typo fixes in CSVlog docs, per Michael Glaesemann
2007-08-19 Bruce MomjianDone:
2007-08-19 Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-16 Bruce MomjianAdd:
2007-08-15 Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-08-15 Tom LaneRepair problems occurring when multiple RI updates...
2007-08-15 Bruce MomjianAdd third idea about pulling data from indexes.
2007-08-15 Bruce MomjianFix whitespace in TODO.
2007-08-14 Tom LaneFix oversight in async-commit patch: there were some...
2007-08-14 Bruce MomjianDone for ecpg:
2007-08-14 Michael MeskesIt seems we simply expected the same output for failure...
2007-08-14 Michael MeskesIt seems I always forget .in files.
2007-08-14 Michael MeskesHopefully fixed missing CHAR_BIT symbol
2007-08-14 Michael MeskesFixed compiler warning for enum handling
2007-08-14 Michael MeskesAs usual I forgot some files. :-)
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2007-08-13 Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-13 Tom LaneFix two bugs induced in VACUUM FULL by async-commit...
2007-08-13 Tom LaneDocument that the regexp split functions ignore zero...
2007-08-12 Tom LaneRemove an "optimization" I installed in 2001, to make...
2007-08-12 Tom LaneIncrease the initial size of StringInfo buffers to...
2007-08-11 Tom LaneAvoid memory leakage across successive calls of regexp_...
2007-08-11 Tom LaneCode review for regexp_matches/regexp_split patch....
2007-08-10 Tom LaneFix uninitialized-memory bug in plpython proargnames...
2007-08-10 Tom LaneFix unintended change of output format for createlang...
2007-08-09 Tom LaneFix search for SGML stylesheets to include the place...
2007-08-09 Tom LaneRevise postmaster startup/shutdown logic to eliminate...
2007-08-08 Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-08 Tom LaneFix thinko in multi-autovac-workers code: validity...
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-08-06 Magnus HaganderFix incorrect URI for cvs rsync
2007-08-06 Tom LaneFix pg_restore to guard against unexpected EOF while...
next