OSDN Git Service

pg-rex/syncrep.git
2006-04-26 Bruce MomjianSplit out pg_freespace views to one for relations and...
2006-04-26 Bruce MomjianAdjust /contrib/pg_freespace to show index free space...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianIn pg_resetxlog.c, uint -> uint32, for Win32 port.
2006-04-26 Bruce MomjianAdd missing ControlFile.checkPointCopy.ThisTimeLineID...
2006-04-26 Bruce MomjianUpdate catalog version for ltree changes.
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-26 Bruce MomjianAllow pg_resetxlog -f to reset pg_control counters...
2006-04-26 Bruce MomjianDone:
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-04-25 Bruce MomjianAdjust SGML spacing.
2006-04-25 Tom LaneBack out the rest of the RESET CONNECTION patch.
2006-04-25 Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-04-25 Bruce MomjianRemove equals sign from environment variable with not...
2006-04-25 Bruce MomjianMake configure environment variable options without...
2006-04-25 Bruce MomjianAdd documentation about configure environment variabble...
2006-04-25 Bruce MomjianCall SET varaiables "configuration_parameter"s in the...
2006-04-25 Bruce MomjianChange "parameter" to "varname" in the alter role and...
2006-04-25 Bruce MomjianI now see we support RESET SESSION AUTHORIZATION, so...
2006-04-25 Bruce MomjianRESET SESSION is more precise:
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-25 Bruce MomjianUpdate inheritance constraint items:
2006-04-25 Tatsuo IshiiFix bug reported by Michael Fuhr on Sun, 23 Apr 2006...
2006-04-25 Bruce MomjianDone:
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-25 Bruce MomjianWord wrap entry
2006-04-25 Bruce MomjianUpdate SQL-standard INTERVAL item:
2006-04-24 Bruce MomjianDone;
2006-04-24 Bruce MomjianBack out patch, unintended.
2006-04-24 Bruce MomjianDone:
2006-04-24 Bruce MomjianSuppress more compiler warnings caused by macro tests.
2006-04-24 Bruce MomjianAdd one more paren to macro.
2006-04-24 Bruce MomjianSuprress compiler warning in gcc 4.2.
2006-04-24 Tom LaneImprove our private implementation of cbrt() to give...
2006-04-24 Bruce MomjianRemove compiler warning by casting SNPRINTF() call...
2006-04-24 Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-24 Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-04-23 Bruce MomjianAdd:
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-04-23 Tatsuo IshiiAdd pgrowlocks
2006-04-23 Tatsuo IshiiAdd new contrib function pgrowlocks. See README.pgrowlo...
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianSuggest Win32 users user E'' strings and double backsla...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-22 Bruce MomjianRevert Intel compiler bug comment.
2006-04-22 Bruce MomjianAdd mentioun of Intel compiler bug:
2006-04-21 Bruce MomjianUse special gcc -W flags only if we are using gcc,...
2006-04-21 Bruce MomjianRemove from TODO ability to edit pg_hba.conf, but add...
2006-04-21 Tom LaneAdd some optional code (conditionally compiled under...
2006-04-20 Tom LaneEliminate some no-longer-needed workarounds for palloc...
2006-04-20 Bruce MomjianAdd "retry another address" log message on statistics...
2006-04-20 Tom LaneEnsure that we validate the page header of the first...
2006-04-19 Tom LaneRecognize __ppc64__, which seems to be Apple's spelling...
2006-04-19 Bruce MomjianAdd detail:
2006-04-19 Bruce MomjianAdd:
2006-04-19 Bruce MomjianFix problem that sscanf(buf, "%d", &val) eats leading...
2006-04-19 Tom LaneRemove use of lorder and tsort while building static...
2006-04-19 Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-19 Tom LaneFix a couple of rather-pointless-but-easily-fixed Cover...
2006-04-19 Bruce MomjianC code whitespace inprovement for formatting.c.
2006-04-19 Bruce MomjianAdd:
2006-04-18 Bruce MomjianRemove kill mention in install docs, was for pre-7...
2006-04-18 Bruce MomjianMention "syntax" error as not logged by log_statement.
2006-04-18 Bruce MomjianDocument that errors are not output by log_statement...
2006-04-17 Tom LaneFix the torn-page hazard for PITR base backups by forci...
2006-04-17 Bruce MomjianDone:
2006-04-15 Bruce MomjianRemove:
2006-04-15 Bruce MomjianDocument that pg_dump -d/-D prevents invalid data from...
2006-04-15 Tom LaneSupport the syntax
2006-04-14 Bruce MomjianDone:
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-04-13 Tom LaneFix similar_escape() so that SIMILAR TO works properly...
2006-04-13 Bruce MomjianFix HTML markup.
2006-04-13 Bruce MomjianUpdate tutorial URL's.
2006-04-13 Bruce MomjianUpdate URL for SQL tutorial.
2006-04-13 Bruce MomjianUpdate AIX FAQ:
2006-04-13 Bruce MomjianUpdate:
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-04-12 Tom LaneFix pg_restore -n option to do what the man page says...
2006-04-12 Bruce MomjianChange int->int32, for clarity.
2006-04-12 Bruce MomjianAdd, "How do I submit a patch" FAQ item.
2006-04-12 Bruce MomjianAdd second sentence:
2006-04-11 Bruce MomjianUpdated Japanese FAQ, version 2.
2006-04-11 Bruce MomjianUpdate Japanese FAQ, backpatch.
2006-04-11 Bruce MomjianOops, sysctl, not sysconf, for FreeBSD.
2006-04-11 Neil ConwayFix typo.
2006-04-11 Bruce MomjianMore FreeBSD jail wording improvements.
2006-04-11 Bruce MomjianUpdate jail wording to mention non-root users.
2006-04-11 Bruce MomjianAdd documentation about running postmasters in FreeBSD...
2006-04-11 Bruce MomjianThere is updated Russian translation of the FAQ in...
2006-04-11 Bruce MomjianDone, per Tom:
2006-04-10 Bruce MomjianAdd:
2006-04-10 Tom LaneSuppress unused-variable warning on platforms without...
2006-04-10 Bruce MomjianAdd:
next