OSDN Git Service

pg-rex/syncrep.git
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-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...
2010-09-28 Bruce MomjianMention in pg_upgrade docs that the proper Win32 servic...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28 Bruce MomjianAdd mention of installing pg_upgrade_support in pg_upgr...
2010-09-28 Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28 Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-27 Robert HaasAdd "(change requires restart)" note to some postgresql...
2010-09-25 Tom LaneFix another join removal bug: the check on PlaceHolderV...
2010-09-25 Tom LaneFurther fixes to the pg_get_expr() security fix in...
2010-09-25 Peter EisentrautFix man page markup for <cmdsynopsis> with multiple...
2010-09-24 Tom LaneStill more .gitignore cleanup.
2010-09-24 Robert HaasAdd contrib/xml2/pgxml.sql to .gitignore
2010-09-23 Tom LaneProcessIncomingNotify *must* reset notifyInterruptOccur...
2010-09-23 Tom LanePrevent show_session_authorization from crashing when...
2010-09-23 Tom LaneAvoid sharing subpath list structure when flattening...
2010-09-23 Heikki LinnakangasInitialize tableoid field correctly when dumping foreig...
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-23 Tom LaneMore fixes for libpq's .gitignore file.
2010-09-23 Tom LaneDo some copy-editing on the Git usage docs.
2010-09-22 Tom LaneFix remaining stray references to CVS.
2010-09-22 Tom LaneAdd assorted other documentation build targets to docum...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderAdd gitignore files for ecpg regression tests.
2010-09-22 Magnus HaganderRemove anonymous cvs instructions, and replace them...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-21 Tom LaneFix a missed explanation of auto-analyze threshold...
2010-09-21 Tom LaneBack-patch replacement of README.CVS with README.git.
2010-09-17 Robert HaasMove pg_db_role_setting docs to correct place in alphab...
2010-09-17 Marc G. Fourniertag v9.0.0 ... the big day approaches REL9_0_0
2010-09-16 Magnus HaganderTreat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non...
2010-09-16 Peter EisentrautTranslation updates for 9.0.0
2010-09-16 Tom LaneStamp 9.0 release notes with expected release date...
2010-09-16 Tom LaneFix bad grammar.
2010-09-16 Tom LaneFix two new-in-9.0 bugs in hstore.
2010-09-15 Tom LaneAdd a compatibility note about plpgsql's treatment...
2010-09-14 Tom LaneFix join-removal logic for pseudoconstant and outerjoin...
2010-09-14 Heikki LinnakangasDon't warn about an in-progress online backup, when...
2010-09-13 Robert HaasElaborate on what gets stored in pg_authid.rolpasswd.
2010-09-13 Heikki LinnakangasRemove prototype for non-existent function from walrece...
2010-09-13 Heikki LinnakangasProcess options from the startup packed in walsender...
2010-09-13 Bruce MomjianDon't try aligning comments for new archive_command...
2010-09-13 Robert HaasLink from pg_shadow docs to pg_authid docs.
next