OSDN Git Service

pg-rex/syncrep.git
2004-09-18 Tom LanePut the brackets in the right places in timestamp entri...
2004-09-18 Peter EisentrautMove comment at end of line to a separate line so trail...
2004-09-18 Tom LaneFix memory leak in tokenize_file, per report from Vadim...
2004-09-17 Tom LaneImprove documentation of log rotation options, per...
2004-09-17 Peter EisentrautAdd support for GNU/Hurd and GNU/*BSD. For our purpose...
2004-09-17 Peter EisentrautNew config.guess and config.sub
2004-09-17 Peter EisentrautAllow WIN1250 as server encoding.
2004-09-17 Tom LaneHere is a patch bringing oid2name into the 21st century.
2004-09-17 Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-09-17 Tom LaneNow that xmax and cmin are distinct fields again, we...
2004-09-17 Neil ConwayHyperlink a reference to DROP CAST in the CREATE CAST...
2004-09-16 Joe ConwayMake discovery of python_configdir architecture indepen...
2004-09-16 Tom LaneFix oversight: there's no reason for PG_TRY to use...
2004-09-16 Tom LaneRemove contrib/pg_logger, per recent discussion.
2004-09-16 Tom LaneRemove erroneous Assert, per example from Kris Jurka.
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-16 Neil ConwayMinor doc tweak: mention that function names can be...
2004-09-16 Neil ConwayFix a read of uninitialized memory in array_out()....
2004-09-14 Neil ConwayCosmetic PL/PgSQL fix: declare the second parameter...
2004-09-14 Bruce MomjianMark as done:
2004-09-14 Peter EisentrautNew translation
2004-09-14 Peter EisentrautTranslation update
2004-09-14 Tom LaneFix contrib/cube and contrib/seg to compile on Windows.
2004-09-14 Tom LaneFix some minor issues with the new Win32 service code...
2004-09-14 Tom LaneAdjust tsearch2.sql to avoid use of COPY FROM STDIN...
2004-09-14 Tom LaneWin32 compile fix for misc_utils.
2004-09-14 Tom LaneWin32 compile fixes for pgbench, pgcrypto, and tsearch.
2004-09-14 Tom LaneFix contrib/dbase to compile under Win32. Laurent...
2004-09-14 Tom LaneMake pltcl work on Win32. Magnus Hagander
2004-09-13 Neil ConwayFix small memory leak in psql.
2004-09-13 Peter EisentrautTranslation update
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-13 Peter EisentrautTranslation updates
2004-09-13 Peter EisentrautTranslation updates
2004-09-13 Peter EisentrautNew translations
2004-09-13 Peter EisentrautNew translation
2004-09-13 Peter EisentrautTranslation updates
2004-09-13 Neil ConwayFix two typos in comments.
2004-09-12 Bruce MomjianRe-add brace removal code but comment it out so we...
2004-09-12 Bruce MomjianRemove code that delete braces around single statements.
2004-09-12 Tom LaneWhen LockAcquire fails at the stage of creating a procl...
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
2004-09-11 Tom LaneEnsure that pg_largeobject references opened by lo_impo...
2004-09-11 Bruce MomjianSend thread test output to file descriptor 5 like confi...
2004-09-11 Bruce MomjianCheck for ignored thread compiler options to reduce...
2004-09-10 Bruce MomjianDone:
2004-09-10 Tom LaneFix some problems with restoring databases owned by...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-09-10 Bruce MomjianAdd:
2004-09-10 Bruce MomjianFix #if define
2004-09-10 Bruce MomjianFix palloc call from /port for Cygwin.
2004-09-10 Bruce MomjianProperly include port file for Cygwin.
2004-09-10 Bruce MomjianMinor cleanup.
2004-09-10 Bruce MomjianMore cleanup.
2004-09-10 Bruce MomjianUse $PORTNAME consistently instead of $host_os, where...
2004-09-10 Bruce MomjianAdd:
2004-09-10 Bruce MomjianAdd mention loops over unlink/rename might not be needed.
2004-09-10 Bruce MomjianMove undef of rename/unlink so system declarations...
2004-09-10 Bruce MomjianAdjust quotes for win32 build of psql.
2004-09-10 Neil ConwayFix two typos in comments.
2004-09-10 Neil ConwayApply patch from Steven Singer for contrib/dbmirror...
2004-09-10 Neil Conwaypsql consistency fixes from Greg Sabino Mullane: have...
2004-09-10 Bruce MomjianCreate pg_config_paths in port/ for win32 builds of...
2004-09-10 Bruce MomjianClean up Cygwin test.
2004-09-09 Bruce MomjianMove TIMEZONE_GLOBAL out into the proper place.
2004-09-09 Bruce MomjianWe don't use java in our compiles anymore so remove...
2004-09-09 Dennis BjorklundAdded a call to gettext() to fix broken translated...
2004-09-09 Dennis BjorklundTranslation updates
2004-09-09 Dennis BjorklundSome source files was not scanned for translatable...
2004-09-09 Dennis BjorklundTranslation updates
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-09-09 Bruce MomjianMake TZNAME_GLOBAL for reference to tzname global variable.
2004-09-08 Tom LaneMinor efficiency improvements in keeping track of trigg...
2004-09-08 Tom LaneClarify description of SET CONSTRAINTS. Point out...
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-08 Bruce MomjianImprove README with mention of new functions.
2004-09-07 Tom LaneFix a couple of small errors in trigger-list management...
2004-09-07 Tom LaneFix places where WaitForxxx can block, to eliminate...
2004-09-06 Tom LaneFix error in Windows version of CHECK_FOR_INTERRUPTS...
2004-09-06 Tom LaneFix a number of places where brittle data structures...
2004-09-06 Tom LaneGuard against transaction control statements in SQL...
2004-09-06 Tom LaneFix incorrect ordering of smgr cleanup relative to...
2004-09-06 Tom LaneI can't see any good reason for DropRelFileNodeBuffers...
2004-09-06 Michael MeskesFixed segfault in Informix mode.
2004-09-06 Tom LaneDowngrade LOG messages to DEBUG1 for normal recycling...
2004-09-05 Tom LaneSimplify IsXactIsoLevelSerializable test. A cycle...
2004-09-05 Tom LaneOn further consideration, there's another problem here...
2004-09-05 Tom LaneTweak elog.c's logic for promoting errors into more...
2004-09-02 Tom LaneFix shared library linking operations to work properly...
2004-09-02 Tom LaneApparently HPUX runs the IA64 in big-endian mode.
2004-09-02 Tom LaneFix ancient declaration inconsistency in cube & seg...
2004-09-02 Tom LaneSome versions of lex will drop a lex.yy.c file when...
2004-09-02 Tom LaneYet another place where someone was being careless...
2004-09-02 Tom LaneSpelling correction, per Greg Mullane.
2004-09-02 Tom LaneFix getrusage() emulation on Windows. Magnus Hagander
2004-09-02 Tom LaneFAQ_HPUX updates from Shinji Teragaito.
2004-09-02 Tom LaneCope with recent HPUX versions providing isfinite(...
2004-09-02 Tom LaneAdd s_lock support for HPUX on IA64, per Shinji Teragaito.
next