OSDN Git Service

pg-rex/syncrep.git
2011-01-28 Marc G. FournierTag 9.0.3 REL9_0_3
2011-01-27 Tom LaneUpdate release notes.
2011-01-27 Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-27 Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-27 Peter EisentrautTranslation updates for release 9.0.3
2011-01-27 Tom LaneUpdate release notes for releases 9.0.3, 8.4.7, 8.3...
2011-01-25 Robert HaasCorrect ALTER TYPE -> SET DATA TYPE in ALTER TABLE...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-20 Robert HaasDocument that WITH queries are also called Common Table...
2011-01-17 Tom LaneFix miscalculation of itemsafter in array_set_slice().
2011-01-17 Alvaro HerreraIncrement Py_None refcount for NULL array elements
2011-01-17 Heikki LinnakangasBefore exiting walreceiver, fsync() all the WAL received.
2011-01-13 Heikki LinnakangasFix the logic in libpqrcv_receive() to determine if...
2011-01-13 Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-11 Magnus HaganderTypo fix
2011-01-09 Magnus HaganderEnsure the directory for gram.h is created on win32
2011-01-09 Magnus HaganderProperly install gram.h on MSVC builds
2011-01-08 Michael MeskesIn ecpg's parser removed a fixed length limit for const...
2011-01-08 Robert HaasRemove bogus claims regarding createuser defaults.
2011-01-06 Bruce MomjianUpdate documentation to say that \lo_import sets :LASTO...
2011-01-05 Bruce MomjianIn pg_upgrade, copy pg_largeobject_metadata and its...
2011-01-05 Bruce MomjianIn pg_upgrade, fix backward logging display of link...
2010-12-29 Tom LaneImprove pg_upgrade's checks for required executables.
2010-12-29 Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-25 Robert HaasCorrect spelling: longjump() -> longjmp().
2010-12-24 Peter EisentrautFix grammar
2010-12-24 Andrew DunstanAllow vpath builds and regression tests to succeed...
2010-12-24 Bruce MomjianBackpatch to 9.0 a doc mention that a BBU does not...
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-18 Magnus HaganderDocument unavailable parameters in some configurations
2010-12-16 Tom LaneRemove optreset from src/port/ implementations of getop...
2010-12-16 Tom LaneFix up getopt() reset management so it works on recent...
2010-12-16 Tom LaneFix contrib/seg's GiST picksplit method.
2010-12-14 Marc G. FournierTag 9.0.2. REL9_0_2
2010-12-14 Tom LaneUpdate release notes for releases 9.0.2, 8.4.6, 8.3...
2010-12-13 Peter EisentrautTranslation updates for release 9.0.2
2010-12-13 Tom LaneUpdate time zone data files to tzdata release 2010o...
2010-12-10 Tom LaneFix efficiency problems in tuplestore_trim().
2010-12-10 Simon RiggsReduce spurious Hot Standby conflicts from never-visibl...
2010-12-09 Tom LaneEliminate O(N^2) behavior in parallel restore with...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-12-07 Tom LaneAdd a stack overflow check to copyObject().
2010-12-06 Heikki LinnakangasFix two typos, by Fujii Masao.
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-25 Itagaki TakahiroDon't raise "identifier will be truncated" messages...
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-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 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.
next