OSDN Git Service

pg-rex/syncrep.git
2010-12-03 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-12-01 Tom LanePrevent inlining a SQL function with multiple OUT param...
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-26 Tom LaneFix significant memory leak in contrib/xml2 functions.
2010-11-26 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
2010-11-22 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-20 Tom LaneFix leakage of cost_limit when multiple autovacuum...
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-11-16 Magnus HaganderSend paramHandle to subprocesses as 64-bit on Win64
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-11-14 Tom LaneFix canAcceptConnections() bugs introduced by replicati...
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-12 Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-12 Peter Eisentrautdocs -> documentation
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-12 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-10 Bruce MomjianMention that pg_upgrade requires compatible 32/64-bit...
2010-11-10 Simon RiggsMake startup process respond to signals to cancel waiti...
2010-11-10 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-11-09 Heikki LinnakangasIn rewriteheap.c (used by VACUUM FULL and CLUSTER)...
2010-11-09 Alvaro Herreraplpython has plpy.Error instead of plpy.ERROR
2010-11-09 Tom LaneFix error handling in temp-file deletion with log_temp_...
2010-11-08 Alvaro HerreraFix permanent memory leak in autovacuum launcher
2010-11-07 Tom LaneAdd support for detecting register-stack overrun on...
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-11-02 Tom LaneFix adjust_semi_join to be more cautious about clausele...
2010-11-02 Tom LaneFix buffer overrun in pg_upgrade.
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-11-02 Heikki LinnakangasBootstrap WAL to begin at segment logid=0 logseg=1...
2010-11-01 Heikki LinnakangasFix corner-case bug in tracking of latest removed WAL...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-27 Heikki LinnakangasFix long-standing segfault when accept() or one of...
2010-10-27 Tom LaneFix up some oversights in psql's Unicode-escape support.
2010-10-26 Heikki LinnakangasNote explicitly that hash indexes are also not replicat...
2010-10-26 Heikki LinnakangasBefore removing backup_label and irrevocably changing...
2010-10-25 Tom LaneFix inline_set_returning_function() to preserve the...
2010-10-22 Heikki LinnakangasAdd semicolon, missed in previous patch. And update...
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
2010-10-20 Heikki LinnakangasIf pk is NULL, the backend would segfault when accessin...
2010-10-20 Tom LaneDon't try to fetch database name when SetTransactionIdL...
2010-10-20 Tom LaneFix ecpg test building process to not generate *.dSYM...
2010-10-20 Tom LaneUpdate storage.sgml to describe the 9.0 tablespace...
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-10-19 Bruce MomjianAdd removal of PG_VERSION to optional old cluster delet...
2010-10-19 Bruce MomjianAdd mention of using tools/fsync to test fsync methods...
2010-10-19 Bruce MomjianIn pg_upgrade, rename macro EXEC_EXT to SHELL_EXT for...
2010-10-18 Bruce MomjianRemove tab from SGML.
2010-10-18 Bruce MomjianDocument the tablespace directory "should" be empty...
2010-10-17 Magnus HaganderFix msvc build for localized versions of Visual C++
2010-10-15 Magnus HaganderFix low-risk potential denial of service against RADIUS...
2010-10-15 Simon RiggsCorrect WAL space calculation formula in docs.
2010-10-14 Robert HaasAdd pg_user_mappings to the table of system views.
2010-10-14 Simon RiggsImprovements to docs about pg_archive_cleanup and use...
2010-10-14 Peter EisentrautComplete the documentation of the USAGE privilege for...
2010-10-14 Simon RiggsFix bug in comment of timeline history file.
2010-10-14 Michael MeskesApplied patch by Itagaki Takahiro to fix incorrect...
2010-10-13 Peter EisentrautMake title capitalization consistent with surroundings
2010-10-12 Tom LaneFix plpython so that it again honors typmod while assig...
2010-10-11 Tom LaneFix assorted bugs in GIN's WAL replay logic.
2010-10-09 Robert HaasAdjust EXPLAIN documentation, so that it's not unreason...
2010-10-08 Robert HaasWarn that views can be safely used to hide columns...
2010-10-07 Robert HaasImprove WAL reliability documentation, and add more...
2010-10-07 Tom LaneThe port/pg_latch.c symlink ought to be removed by...
2010-10-07 Heikki LinnakangasFix two typos in comments, spotted by Fujii Masao and...
2010-10-07 MasaoFujiiUse a latch to make startup process wake up and replay...
2010-10-07 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-10-07 Heikki LinnakangasDon't call OwnLatch while holding a spinlock. OwnLatch...
2010-10-07 Heikki LinnakangasOops, the timeout argument to WaitLatchOrSocket is...
2010-10-07 Heikki LinnakangasAdd a comment noting that the owner_pid test in OwnLatc...
2010-10-07 Heikki LinnakangasAdd missing #includes, needed on some platforms. This...
2010-10-07 MasaoFujiiIntroduce latches. A latch is a boolean variable, with...
2010-10-07 Robert HaasIn postgresql.conf.sample, use on/off rather than true...
2010-10-07 MasaoFujiiAdd restart_after_crash GUC.
2010-10-05 Simon RiggsCorrect docs for behaviour of ALTER DATABASE .. RENAME...
2010-10-05 Tom LaneUndo some poorly-thought-out "proofreading improvements".
2010-10-03 Tom LaneBehave correctly if INSERT ... VALUES is decorated...
2010-10-02 Tom LaneRemove excess argument to open(2).
2010-10-02 Tom LaneThrow an appropriate error if ALTER COLUMN TYPE finds...
2010-10-01 Tom LaneFix back-branch breakage from ill-advised last-minute... REL9_0_1
2010-10-01 Marc G. FournierTag 9.0.1
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-30 Robert HaasAdjust pg_archivecleanup docs to match message changes...
2010-09-30 Peter EisentrautTranslation updates for 9.0.1
2010-09-30 Tom LaneUpdate release notes for releases 9.0.1, 8.4.5, 8.3...
2010-09-29 Bruce MomjianHave pg_upgrade use strtoul(), not strtol().
2010-09-28 Bruce MomjianUse macro atooid() for conversion of strings to oids...
2010-09-28 Bruce MomjianIn pg_upgrade, properly handle oids > 2^31 by using...
2010-09-28 Bruce MomjianFix leak patch that was using fclose() instead of close().
2010-09-28 Bruce MomjianProperly close files after read file failure to prevent...
2010-09-28 Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28 Bruce MomjianMention that pg_upgrade requires write permission in...
next