OSDN Git Service

pg-rex/syncrep.git
2006-02-04 Bruce MomjianAdd to TODO.detail/walcontrol.
2006-02-04 Bruce MomjianIn ecpg, automatically double single quotes in $$ strin...
2006-02-04 Bruce MomjianUpdate Makefile for new thread_test location.
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-04 Peter EisentrautFirst attempt at removing some AC_CHECK_LIB(foo, main...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-02-03 Bruce MomjianUpdate tested AIX memset platforms.
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-02-03 Bruce MomjianPrevent COPY from using newline or carriage return...
2006-02-03 Bruce MomjianImprove tab whitespace in file.
2006-02-02 Bruce MomjianMore spacing cleanups.
2006-02-01 Bruce MomjianSource code alignment fixes for preproc.y.
2006-02-01 Bruce MomjianMore alignment improvements.
2006-02-01 Bruce MomjianMake pgc.l source code alignment consistent.
2006-02-01 Bruce MomjianAdd:
2006-02-01 Bruce MomjianAdd code comment about Linux stack randomization and...
2006-02-01 Bruce MomjianFix const cast in get_progname().
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-02-01 Bruce MomjianMove items:
2006-02-01 Bruce MomjianAdd:
2006-01-31 Tom LaneAllow %TYPE to be used with SETOF, per gripe from Murat...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-31 Michael MeskesRemoved single quotes from connect to example.
2006-01-30 Tom LaneFix ALTER COLUMN TYPE bug: it sometimes tried to drop...
2006-01-29 Tom LaneWhen building a bitmap scan, must copy the bitmapqualor...
2006-01-29 Tom LaneFix Assert that's no longer correct now that RowCompare...
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2006-01-28 Andrew DunstanUndo perl's nasty locale setting on Windows. Since...
2006-01-28 Neil ConwayPer a bug report from Theo Schlossnagle, plperl_return_...
2006-01-27 Tom LaneTweak initdb to reduce verbosity of progress messages...
2006-01-27 Teodor SigaevSnowball multibyte. It's a pity, but snowball sources...
2006-01-26 Tom LaneSuppress signed-vs-unsigned-char warning.
2006-01-26 Tom LaneFix display of whole-row Var appearing at the top level...
2006-01-26 Tom LaneUpdate btree_gist for CIDR/INET changes --- there's...
2006-01-26 Bruce MomjianDone:
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneRemove unnecessary PQconsumeInput call from PQputCopyDa...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianUpdate regression error message for NUMERIC range overf...
2006-01-25 Bruce MomjianImprove error message when NUMERIC precision is exceeded.
2006-01-24 Tom LaneFix unportable usage of socklen_t: should use ACCEPT_TY...
2006-01-24 Michael Meskes- Synced parser and keyword list.
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianPrototype fix for typo.
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
2006-01-23 Tom LaneImprove wording of descriptions of SIGHUP GUC parameter...
2006-01-23 Teodor SigaevFix typeing as Tom suggest
2006-01-23 Bruce MomjianDone:
2006-01-22 Tom LaneImprove note about not using the target table name...
2006-01-22 Tom LaneFix alias-for-target-table-of-UPDATE-or-DELETE patch...
2006-01-22 Neil ConwayAllow an optional alias for the target table to be...
2006-01-22 Neil ConwayMinor improvements to GEQO documentation.
2006-01-21 Tom LaneMarginal improvements in the wording of the autovacuum...
2006-01-21 Tom LaneFix broken markup.
2006-01-21 Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-20 Bruce MomjianUpdate EXPLAIN wording for GEQO usage.
2006-01-20 Tom LaneFix thinko in autovacuum's test to skip temp tables...
2006-01-19 Bruce MomjianDoc patch that adds an example of a correllated UPDATE.
2006-01-19 Bruce MomjianClarify STABLE function documentation to highlight...
2006-01-19 Tom LaneAdd some test scaffolding to allow cache-flush stress...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...
2006-01-19 Bruce MomjianRemove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
2006-01-19 Tom LaneAvoid crashing if relcache flush occurs while trying...
2006-01-19 Bruce MomjianFix pgxs -L library path specification for Win32 and...
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-19 Tom LaneFix a tiny memory leak (one List header) in RelationCac...
2006-01-18 Bruce MomjianClarify use of btree indexes for ILIKE and ~*.
2006-01-18 Bruce MomjianYou'll find attached a patch for a fixed explanation...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18 Bruce MomjianDone:
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-17 Michael MeskesData transferred binary is now put into the variables...
2006-01-17 Tom LaneImprove comments about btree's use of ScanKey data...
2006-01-16 Bruce MomjianImprove constraint_name wording.
2006-01-16 Bruce MomjianAdd markup for new constraint_name mention.
2006-01-16 Bruce MomjianAdd documentaiotn mention that constraint names can...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-15 Neil ConwayWhen using GCC on AMD64 and PPC, ECPGget_variable(...
2006-01-15 Neil ConwayAdd regression tests to verify that domain constraints...
2006-01-15 Neil ConwayAllow the types of parameters to PREPARE to be inferred...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-14 Peter EisentrautFix pg_ctl crash on "unregister" when a data directory...
2006-01-14 Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2006-01-13 Tom LaneRemove logic in XactLockTableWait() that attempted...
2006-01-13 Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
2006-01-13 Tom LaneRequire the issuer of CREATE TYPE to own the functions...
2006-01-12 Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
2006-01-12 Andrew DunstanClear up remaining compile warning for plperl on Windows.
2006-01-12 Neil Conwaymbutils was previously doing some allocations, includin...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-12 Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-12 Tom LaneRemove extraneous backslash from 'fixseq.sql' example...
2006-01-11 Tom LaneUpdate comment about outer joins in description of...
next