OSDN Git Service

pg-rex/syncrep.git
2007-09-05 Bruce MomjianDone:
2007-09-05 Tom LaneVolatile-qualify the ProcArray PGPROC pointer in a...
2007-09-05 Tom LaneQuick hack to make the VXID of a prepared transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-09-04 Michael MeskesSynced parser and keyword list.
2007-09-04 Tom LaneSync examples of psql \dF output with current CVS HEAD...
2007-09-04 Tom LaneRestrict tsearch config file base names to contain...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneFix MSVC build (I think) for recent pg_proc.h column...
2007-09-03 Tom LaneImprove stylistic consistency of descriptions of built...
2007-09-03 Tom LaneAdd an ORDER BY to nail down the expected row order...
2007-09-03 Tom LaneFix breakage of GIN support for varchar[] and cidr...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-09-02 Bruce MomjianClean up whitespace.
2007-09-01 Bruce MomjianMore SGML alignment cleanups.
2007-09-01 Bruce MomjianProperly indent SGML source of libpq.sgml.
2007-09-01 Tom LaneSince sort_bounded_heap makes state changes that should...
2007-08-31 Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-08-31 Bruce MomjianOnly use SGML indexterm "zone" when we want to get...
2007-08-31 Bruce MomjianMake Gin/Gist text search tertiary index entries in...
2007-08-31 Tom LaneExtend whole-row Var evaluation to cope with the case...
2007-08-31 Bruce MomjianAdd comment on why SGML -wfully-tagged flag is needed...
2007-08-31 Bruce MomjianPlace GiST and GIN text search indexes as secondary...
2007-08-31 Bruce MomjianAgain improve text search index entries.
2007-08-31 Bruce MomjianIn text search docs, properly use indexterm _zone_...
2007-08-31 Bruce MomjianFix docs so indexes can be built by commenting out...
2007-08-31 Tom LaneInstall check_stack_depth() protection in two recursive...
2007-08-31 Bruce MomjianAdd openjade warning -wfully-tagged to warn about missi...
2007-08-31 Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-08-30 Bruce MomjianMake more logical index sections for text search.
2007-08-30 Tom LaneFix int8mul so that overflow check is applied correctly...
2007-08-30 Tatsuo IshiiFix broken markup.
2007-08-29 Bruce MomjianUpdate tsearch documentation wording.
2007-08-29 Bruce MomjianText search documentation word improvements; move...
2007-08-29 Bruce MomjianMove full text search operators, functions, and data...
2007-08-29 Tom LaneRelax permissions checks on dbsize functions, per discu...
2007-08-29 Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
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...
next