OSDN Git Service

pg-rex/syncrep.git
2010-02-25 Tom LaneMake pg_stop_backup's reporting a bit more verbose...
2010-02-24 Tom LaneAllow zero-dimensional (ie, empty) arrays in contrib...
2010-02-24 Bruce MomjianDocument that pg_restore -t can use -n for its schema...
2010-02-24 Bruce MomjianRevert removal of pre-7.4 documenation behavior mentions.
2010-02-24 Alvaro HerreraRemove stray semicolon, per report from strk
2010-02-24 Itagaki TakahiroRemove useless codes to initialize TupleDesc from dblin...
2010-02-24 Bruce MomjianRemove pre-7.4 documentaiton mentions, now that 8.0...
2010-02-24 Tom LaneFix patch for printing backend and pg_dump versions...
2010-02-24 Tom LaneUn-break pg_dump for the case of zero-column tables.
2010-02-24 Tom LaneUse CREATE OR REPLACE LANGUAGE in pg_dump to avoid...
2010-02-24 Tom LaneMake pg_regress use CREATE OR REPLACE LANGUAGE, so...
2010-02-23 Tom LaneAdd an OR REPLACE option to CREATE LANGUAGE.
2010-02-23 Bruce MomjianModify freebsd start script to just exit 0 with message.
2010-02-23 Bruce MomjianUpdate startup scripts for Linux and FreeBSD.
2010-02-23 Bruce MomjianHave pg_dump (-v) verbose mode output the pg_dump and...
2010-02-23 Bruce MomjianRevert recent COPY manual change about encoding; add...
2010-02-23 Tom LaneFix configure's regexp for extracting the Perl version...
2010-02-23 Tom LaneClarify statements about tar archive format.
2010-02-23 Tom LaneMinor style policing for error messages in pg_dump...
2010-02-23 Bruce MomjianRevert recent change of to_char('HH12') handling for...
2010-02-23 Bruce MomjianSecondary patch to fix interval to_char() for "HH"...
2010-02-23 Tom LaneSome platforms reject fsync() on files opened O_RDONLY.
2010-02-23 Bruce MomjianMake documentation more direct about the handling of...
2010-02-23 Bruce MomjianDocument that expression indexes that call functions...
2010-02-23 Bruce MomjianSupress convertion of zero hours to '12' for intervals...
2010-02-23 Bruce MomjianUpdate pg_restore documentation to show new pg_restore...
2010-02-22 Bruce MomjianRemove long-commented-out paragraph in documentation...
2010-02-22 Bruce MomjianDocument that pg_ctl cares about the PGHOST environment...
2010-02-22 Bruce MomjianRevert configure warning to use "official distribution".
2010-02-22 Bruce MomjianRemove protocol documentation paragraph about environme...
2010-02-22 Bruce MomjianUse the term "bundled distribution" instead of "officia...
2010-02-22 Bruce MomjianBriefly document in two places that pg_dump and pg_dump...
2010-02-22 Tom LaneLet's try forcing errno to zero before issuing fsync...
2010-02-22 Tom LaneAdjust pg_fsync_writethrough so that it will set errno...
2010-02-22 Heikki LinnakangasMove documentation of all recovery.conf option to a...
2010-02-22 Tom LaneFix multiple copy and paste-o's. No wonder this code...
2010-02-22 Greg StarkOops, don't forget to rewind the directory before scann...
2010-02-20 Andrew DunstanAdjust sample auto-explain output to reflect query...
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-20 Bruce MomjianMake 'include_realm' ordering consistent in the docs...
2010-02-20 Bruce MomjianClarify documentation about username mapping when authe...
2010-02-20 Bruce MomjianDocument that many solid-state drives have volatile...
2010-02-20 Simon RiggsCopy editing of Hot Standby docs. Some clarifications...
2010-02-19 Tom LaneReduce the rescan cost estimate for Materialize nodes...
2010-02-19 Peter EisentrautRevert version stamping in wrong branch
2010-02-19 Peter EisentrautVersion stamp 9.0alpha4
2010-02-19 Bruce MomjianDocument --version and --help options for all client...
2010-02-19 Peter EisentrautSmall corrections to message output targets in pg_ctl
2010-02-19 Heikki LinnakangasDon't use O_DIRECT when writing WAL files if archiving...
2010-02-19 Heikki LinnakangasForbid setval() during recovery. This prevents the...
2010-02-19 Bruce MomjianFirst pass over client applications documentation proof...
2010-02-19 Bruce MomjianRemove mention that binary distributions pre-compile...
2010-02-19 Itagaki TakahiroFix STOP WAL LOCATION in backup history files no to...
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-19 Peter EisentrautPreliminary release notes for 9.0alpha4
2010-02-19 Bruce MomjianHot Standby documentation updates
2010-02-18 Tom LaneVolatile-ize all five places where we expect a PG_TRY...
2010-02-18 Tom LaneProvide some rather hokey ways for EXPLAIN to print...
2010-02-18 Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2010-02-18 Heikki LinnakangasFix pq_getbyte_if_available() function. It was confused...
2010-02-18 Itagaki Takahirodate_recv should accept infinities.
2010-02-18 Bruce MomjianAdd missing close tag.
2010-02-18 Bruce MomjianWordsmithing of HS and SR documentation, with some...
2010-02-18 Tom LaneForce READY portals into FAILED state when a transactio...
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-02-17 Tom LaneTake care to reprocess an uncommitted notify message.
2010-02-17 Magnus HaganderAnother typo fix.
2010-02-17 Andrew DunstanUse a fatal warning check with what looks like a more...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-17 Itagaki TakahiroSupport new syntax and improve handling of parentheses...
2010-02-17 Tom LaneWhen updating ShmemVariableCache from a checkpoint...
2010-02-17 Tom LanePrevent #option dump from crashing on FORI statement...
2010-02-17 Tom Lanelog_error_verbosity is now LOGGING_WHAT category.
2010-02-17 Tom LaneTweak description of payload parameter.
2010-02-17 Tom LaneMake NOTIFY_PAYLOAD_MAX_LENGTH depend explicitly on...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Andrew DunstanAdd query text to auto_explain output.
2010-02-16 Andrew DunstanClean up package namespace use and use of Safe in plperl.
2010-02-16 Bruce MomjianMove log_error_verbosity GUC setting to "What to log...
2010-02-16 Bruce MomjianHonor to_char() "FM" specification in YYY, YY, and...
2010-02-16 Bruce MomjianPrevent psql version banner from being printed by the...
2010-02-16 Bruce MomjianHave SELECT and CREATE TABLE AS queries return a row...
2010-02-16 Bruce MomjianRemove personal copyright now that file has been rewrit...
2010-02-16 Bruce MomjianClarify documentation on the behavior of unnamed bind...
2010-02-16 Greg Starkrevert to showing buffer counts in explain (buffers)
2010-02-16 Magnus HaganderAdd emulation of non-blocking sockets to the win32...
2010-02-16 Michael MeskesDo not check nan values for infinity. Some system are...
2010-02-16 Itagaki TakahiroFix synopsis of DO statement.
2010-02-15 Alvaro HerreraMove main error message text in plperl into errmsg...
2010-02-15 Peter EisentrautWhen sorting functions in pg_dump, break ties (same...
2010-02-15 Magnus HaganderFix another stupid typo...
2010-02-15 Alvaro HerreraFix typo in comment
2010-02-15 Greg StarkTemporarily disable fsyncing the database directory...
2010-02-15 Itagaki Takahiroremove an unused variable 'dirfd'.
2010-02-15 Itagaki TakahiroAdd psql tab completion for DO blocks.
2010-02-15 Greg StarkDisplay explain buffers measurements in memory units...
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-14 Greg StarkMake CREATE DATABASE safe against losing whole files...
2010-02-14 Magnus HaganderMake the msvc build system ask python about details...
next