OSDN Git Service

pg-rex/syncrep.git
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-28 Alvaro HerreraMake pg_stats example query result a bit less wide...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-28 Tom LaneFix contrib/tsearch2 expected results to match recent...
2010-04-28 Magnus HaganderFix typo that had the code check the same thing twice.
2010-04-28 Heikki LinnakangasAdd recovery.conf parameters to the documentation index...
2010-04-28 Tom LaneModify the built-in text search parser to handle URLs...
2010-04-28 Tom LaneFix stupid typo in refnameRangeTblEntry() --- mea maxim...
2010-04-28 Itagaki TakahiroAdd CP949 as an alias for UHC encoding. pg_get_encoding...
2010-04-28 Tom LaneReplace the KnownAssignedXids hash table with a sorted...
2010-04-27 Alvaro HerreraReformat code examples in plpgsql docs for better reada...
2010-04-27 Heikki LinnakangasIf a base backup is cancelled by server shutdown or...
2010-04-26 Tom LaneUpdate documentation to match pg_stat_activity changes.
2010-04-26 Bruce MomjianDocument that pgpool can be used with master/slave...
2010-04-26 Tom LaneAdd missing newlines in WPARSER_TRACE output.
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-04-26 Bruce MomjianAdd comments about why we set LC_CTYPE in WIN32 for...
2010-04-26 Robert HaasWhen we're restricting who can connect, don't allow...
2010-04-24 Bruce MomjianAdd C comments for recent to_char('L') fix for Win32.
2010-04-24 Simon RiggsPatch revoked because of objections.
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-23 Simon RiggsAdd missing optimizer hooks for function cost and numbe...
2010-04-23 Simon RiggsPrevious patch revoked following objections.
2010-04-23 Simon RiggsMake CheckRequiredParameterValues() depend upon correct...
2010-04-22 Peter EisentrautFix message punctuation
2010-04-22 Simon RiggsOptimise btree delete processing when no active backends.
2010-04-22 Simon RiggsFurther reductions in Hot Standby conflict processing...
2010-04-22 Itagaki TakahiroFix encoding issue when lc_monetary or lc_numeric are...
2010-04-21 Tom LaneEnforce superuser permissions checks during ALTER ROLE...
2010-04-21 Simon RiggsOnly send cleanup_info messages if VACUUM removes any...
2010-04-21 Simon RiggsRelax locking during GetCurrentVirtualXIDs(). Earlier...
2010-04-21 Simon RiggsFix oversight in collecting values for cleanup_info...
2010-04-21 Tom LaneFix pg_hba.conf matching so that replication connection...
2010-04-21 Tom LaneMove the check for whether walreceiver has authenticate...
2010-04-20 Tom LaneArrange for client authentication to occur before we...
2010-04-20 Tom LaneFix code that doesn't work on machines with strict...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-20 Tom LaneMove the responsibility for calling StartupXLOG into...
2010-04-20 Robert HaasUpdate docs as to when WAL logging can be skipped.
2010-04-19 Simon RiggsAdd new message for explicit rejection by pg_hba.conf...
2010-04-19 Simon RiggsCheck RecoveryInProgress() while holding ProcArrayLock...
2010-04-19 Tom LaneFix uninitialized local variables. Not sure why gcc...
2010-04-19 Magnus HaganderAdd wrapper function libpqrcv_PQexec() in the walreceiv...
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-04-18 Tom LaneFix bogus order of cleanup steps in plperl_inline_handler.
2010-04-18 Simon RiggsImprove sequence and sense of messages from pg_stop_bac...
2010-04-18 Simon RiggsRemove some additional changes in previous commit that...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-16 Robert HaasProvide better guidance for adjusting shared_buffers.
2010-04-16 Heikki LinnakangasOn Windows, syslogger runs in two threads. The main...
2010-04-16 Heikki LinnakangasIn standby mode, suppress repeated LOG messages about...
2010-04-16 Bruce MomjianDocument that autovacuum cannot vacuum or analyze tempo...
2010-04-15 Peter EisentrautImprove punctuation
2010-04-15 Peter EisentrautIP port -> TCP port
2010-04-15 Tom LaneImprove message style for messages associated with...
2010-04-15 Heikki LinnakangasFix typo, spotted by Erik Rijkers.
2010-04-15 Magnus HaganderAdd script to enumerate the timezones in the Windows...
2010-04-15 Peter EisentrautUpdate XML features list
2010-04-15 Bruce MomjianDoc change: effect -> affect, per Robert Haas
2010-04-14 Tom LaneFix plpgsql's exec_eval_expr() to ensure it returns...
2010-04-14 Tom LaneFix a problem introduced by my patch of 2010-01-12...
2010-04-14 Robert HaasTypo fix. Kevin Grittner.
2010-04-14 Simon RiggsFix minor typo in comment in xlog.c
2010-04-14 Bruce MomjianDoc change: anyways -> anyway; Erik Rijkers
2010-04-13 Heikki LinnakangasAllow Hot Standby to begin from a shutdown checkpoint.
2010-04-13 Bruce MomjianAdd "SSD" acronym mention for solid state drive mention.
2010-04-13 Magnus HaganderFix typo.
2010-04-13 Magnus HaganderOnly try to do a graceful disconnect if we've successfu...
2010-04-12 Bruce MomjianRemove example of archive_command from configure sectio...
2010-04-12 Bruce MomjianSpell out full archive directory specification in ...
2010-04-12 Heikki LinnakangasUpdate the location of last removed WAL segment in...
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...
next