OSDN Git Service

pg-rex/syncrep.git
2010-04-12 Heikki LinnakangasNeed to use the start pointer of a block we read from...
2010-04-12 Heikki LinnakangasAdjust paragraph about monitoring streaming replication...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-09 Magnus HaganderPerltidy run over the MSVC build system files, to clean...
2010-04-09 Magnus HaganderClean up inconsistent commas
2010-04-09 Magnus HaganderUpdate list of Windows timezones we try to match locali...
2010-04-08 Magnus HaganderProceed to look for the next timezone when matching...
2010-04-08 Robert HaasMake smart shutdown work in combination with Hot Standb...
2010-04-07 Tom LaneFix to_char YYY, YY, Y format codes so that FM zero...
2010-04-07 Heikki LinnakangasAllow quotes to be escaped in recovery.conf, by doublin...
2010-04-07 Heikki LinnakangasForbid using pg_xlogfile_name() and pg_xlogfile_name_of...
2010-04-07 Itagaki Takahiropsql tab completion for ALTER DEFAULT PRIVILEGES and...
2010-04-07 Itagaki TakahiroAdd cygwin version check before using cygwin_conv_path(),
2010-04-06 Magnus HaganderLog the actual timezone name that we fail to look up...
2010-04-06 Simon RiggsFurther message changes when recovery.conf parameters...
2010-04-06 Heikki LinnakangasRename "Log-streaming replication parameters" header...
2010-04-06 Simon RiggsChange some debug ereports to elogs, as requested by...
2010-04-06 Bruce MomjianReword exclusion constriants to mention that the operat...
2010-04-05 Itagaki TakahiroAssorted tab-completion improvements in psql.
2010-04-05 Andrew DunstanExclude unwanted typedef symbols in pgindent, including...
2010-04-05 Tom LaneClean up description of 9.0's incompatible changes...
2010-04-05 Andrew DunstanMake dmetaphone.c safe for pgindent and fussy compilers...
2010-04-05 Itagaki TakahiroUse a new API rather than a deprecated one in in cygwin.
2010-04-05 Tom LaneArrange to remove pg_default_acl entries completely...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-04-05 Tom LaneImprove phrasing of warning message for NOTIFY queue...
2010-04-03 Tom LaneMinor wording improvement.
2010-04-03 Tom Lane\ddp should be recognized as such even if user appends...
2010-04-03 Michael MeskesMake ecpg in line with other compilers in that it delet...
2010-04-03 Peter EisentrautMessage quoting style tuning
2010-04-03 Peter EisentrautClarify documentation of to_char EEEE pattern
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-04-03 Peter EisentrautAllow for more room in the man page title, so that
2010-04-02 Simon RiggsCheck compulsory parameters in recovery.conf in standby...
2010-04-02 Simon RiggsClarify some behaviours of REASSIGN OWNED and DROP...
2010-04-02 Tom LaneEnsure that contrib/pgstattuple functions respond to...
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-04-02 Magnus HaganderFix minor typos in comments.
2010-04-02 Peter EisentrautFix the build and install rules for man pages with...
2010-04-02 Simon RiggsMove system startup message prior to any calls out...
2010-04-02 Michael MeskesFATAL errors are meant to stop ecpg immediately, e...
2010-04-01 Heikki LinnakangasDon't pass an invalid file handle to dup2(). That cause...
2010-04-01 Andrew DunstanUse a file of patterns of filenames to exclude from...
2010-04-01 Bruce MomjianChange test -e to test -f in docs, for portability.
2010-04-01 Michael MeskesZoltan beautified his hidden-variable-patch for ecpg...
2010-04-01 Michael MeskesApplied Zoltan's patch to make ecpg spit out warnings...
2010-04-01 Bruce MomjianAdd contraint exclusion section to contraint docs.
2010-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-04-01 Bruce MomjianAdd full names for release note item authors.
2010-04-01 Bruce MomjianUse test -e rather than test -f.
2010-04-01 Bruce MomjianImprove 9.0 release notes by removing extra parentheses...
2010-03-31 Bruce MomjianRevert change that prevented ellipses from looking...
2010-03-31 Bruce MomjianClarify ellipses use in archive_command example, per...
2010-03-31 Bruce MomjianDocument why 'cp -i </dev/null' is suggested for archiv...
2010-03-31 Heikki LinnakangasFix typos, spotted by Thom Brown.
2010-03-31 Heikki LinnakangasEnhance standby documentation.
2010-03-31 Heikki LinnakangasMention in the docs that if special keywords like ...
2010-03-31 Heikki LinnakangasEnhance documentation of the build-in standby mode...
2010-03-31 Bruce MomjianChange recovery.conf.sample to match postgresql.conf...
2010-03-31 Michael MeskesGive a more precise error message if a variable is...
2010-03-30 Tom LaneFix "constraint_exclusion = partition" logic so that...
2010-03-30 Heikki LinnakangasChange the retry-loop in standby mode to also try resto...
2010-03-30 Peter EisentrautMessage tuning
2010-03-30 Bruce MomjianProperly initialize local varaible in
2010-03-30 Bruce MomjianAdd comma missing from postgresql.conf comment.
2010-03-30 Peter EisentrautSeparate targets "make docs" and "make install-docs...
2010-03-29 Peter EisentrautAdd note that XML Schema validation is not supported
2010-03-29 Peter EisentrautAdd some information about what it means for PL/Python...
2010-03-29 Peter EisentrautAdd some documentation about PL/Python limitations
2010-03-29 Simon RiggsEdit recovery.conf.sample so it matches docs. Change...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-03-28 Simon RiggsDerive latestRemovedXid for btree deletes by reading...
2010-03-26 Heikki LinnakangasFlush CopyOutResponse when starting streaming in walsen...
2010-03-25 Simon RiggsModify some new and pre-existing messages for translata...
2010-03-25 Tom LaneFix ginint4_queryextract() to actually do what it was...
2010-03-25 Alvaro HerreraPrevent ALTER USER f RESET ALL from removing the settin...
2010-03-24 Simon RiggsAdditional thoughts on WALSender cpu reduction. Use...
2010-03-24 Simon RiggsChange replication connection log format to allow for...
2010-03-24 Simon RiggsReduce CPU utilisation of WALSender process. Process...
2010-03-24 Tom LaneFix thinko in log message for "sameuser" ident map...
2010-03-24 Tom LaneNow that we know last_statrequest > last_statwrite...
2010-03-24 Andrew DunstanMark "installcheck-parallel", "world", "install-world...
2010-03-24 Heikki LinnakangasUpdate description of walrcv_receive() function to...
2010-03-24 Bruce MomjianDocument in postgresql.conf that the max_standby_delay...
2010-03-23 Bruce MomjianTypo fix from IRC breinbaas
2010-03-23 Peter EisentrautRemove useless double assignment
2010-03-23 Itagaki TakahiroRemove CRs for each line in pgbench.sgml.
2010-03-23 Bruce MomjianAdd back other xlog() function author names.
2010-03-23 Itagaki TakahiroEach worker thread will have its own log file in pgbenc...
2010-03-22 Bruce MomjianProperly credit Simon for functions pg_last_xlog_replay...
2010-03-22 Tom LaneFix regression test breakage from recent change in...
2010-03-22 Simon RiggsShorten suffix of automatically created indexes to...
2010-03-22 Bruce MomjianRe-order createuser and vacuumedb documentation options...
2010-03-22 Tom LaneFix an oversight in join-removal optimization: we have...
2010-03-22 Michael MeskesFixed ECPG regression test to make sure it uses absolut...
2010-03-21 Bruce MomjianRemove 9.0 release notes xref's to HISTORY.html can...
2010-03-21 Michael MeskesAdding special command line option that is now needed...
2010-03-21 Michael MeskesECPG's parser now accepts and handles variables as...
2010-03-21 Michael MeskesAdjusted regression test results to the change I made...
2010-03-21 Michael MeskesCorrectly name functions in debug output in ecpglib...
next