OSDN Git Service

pg-rex/syncrep.git
2010-07-03 Bruce MomjianRemove SGML tab.
2010-07-03 Tom LaneDon't set recoveryLastXTime when replaying a checkpoint...
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-07-03 Bruce MomjianDocument more clearly on XML namespaces inside xpath...
2010-07-03 Bruce MomjianMake pg_upgrade copyrights just 2010, not 2010-2010.
2010-07-03 Bruce MomjianAdd copyrights to pg_upgrade and pg_upgrade_tools files...
2010-07-03 Bruce MomjianAdd CVS tags to pg_upgrade and pg_upgrade_support files...
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-07-03 Tom LaneFix assorted misstatements and poor wording in the...
2010-07-03 Robert HaasAdditional cross-references to window functions documen...
2010-07-02 Andrew DunstanUnbreak MSVC builds by removing copydir.c from list...
2010-07-02 Robert HaasRemove hstore % text[] operator; use slice() function...
2010-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
2010-07-02 Bruce MomjianIssue 'mkdir' hint when replying CREATE TABLESPACE...
2010-07-01 Robert HaasAllow copydir() to be interrupted.
2010-07-01 Tom LaneGet rid of some more stuff that duplicates c.h or port.h.
2010-07-01 Bruce MomjianRemove port.h prototypes from pg_upgrade.h, per report...
2010-07-01 Robert HaasAllow ALTER TABLE .. SET TABLESPACE to be interrupted.
2010-07-01 Bruce MomjianUpdate 9.0 release notes so streaming replication and...
2010-06-30 Heikki LinnakangasstringToNode() and deparse_expression_pretty() crash...
2010-06-30 Andrew DunstanCorrect missing/misspelled surname.
2010-06-30 Bruce MomjianDocument that /bin/true on Windows is implemented by...
2010-06-29 Bruce MomjianIn documentation, use "lower case"/"upper case" consist...
2010-06-29 Bruce MomjianDocument that shared_preload_libraries and local_preloa...
2010-06-29 Tom LaneAdd compatibility note warning that plpgsql is now...
2010-06-29 Bruce MomjianAdd C comment about why synchronous_commit=off behavior...
2010-06-29 Peter EisentrautMessage tuning
2010-06-29 Peter EisentrautUse different function names for plpython3 handlers...
2010-06-29 Peter EisentrautAdd note clarifying that XML fragments don't accept...
2010-06-28 Bruce MomjianFix doc double-wording in non-durable patch.
2010-06-28 Bruce MomjianAdd new Non-Durable Settings documentation section.
2010-06-28 Robert Haasemode_for_corrupt_record shouldn't reduce LOG messages...
2010-06-28 Peter EisentrautAdd guidelines for formatting errcontext strings
2010-06-28 Bruce MomjianRemove tab from SGML.
2010-06-28 Tom LaneImprove pg_dump's checkSeek() function to verify the...
2010-06-27 Tom LaneFix pg_restore so parallel restore doesn't fail when...
2010-06-25 Robert HaasRewrite docs for new libpq keepalive parameters.
2010-06-25 Robert HaasMake AIX suggestions about disabling ipv6 more version...
2010-06-25 Tom LaneFix thinko in tok_is_keyword(): it was looking at the...
2010-06-25 Simon RiggsFix log_temp_files docs and comments to say bytes not...
2010-06-24 Robert HaasSome copy-editing of the Hot Standby documentation.
2010-06-24 Robert HaasFurther 9.0 release notes updates.
2010-06-24 Robert HaasAdd stray "else" that seems to have gone missing.
2010-06-24 Bruce MomjianMention that when alter rewrites a table, indexes are...
2010-06-23 Robert HaasAdd TCP keepalive support to libpq.
2010-06-23 Bruce MomjianAdd username designations to all pg_upgrade utility...
2010-06-22 Bruce MomjianFix pg_upgrade's use of pg_ctl on Win32 to not send...
2010-06-22 Bruce MomjianUpdate pg_ctl docs to explain server output behavior...
2010-06-22 Robert HaasUpdated expected-output file for hstore.
2010-06-22 Robert HaasDeprecate the use of => as an operator name.
2010-06-22 Robert HaasMinor markup improvements for Hot Standby documentation.
2010-06-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-06-21 Tom LaneFix mishandling of whole-row Vars referencing a view...
2010-06-18 Robert HaasRename hstore => text[] operator to %
2010-06-17 Tom LaneClean up some randomness associated with trace_recovery...
2010-06-17 Tom LaneMake RemoveOldXlogFiles's debug printout match style...
2010-06-17 Tom LaneClean up pg_archivecleanup's error and logging output...
2010-06-17 Tom LaneAdd missing close brackets in old-style COPY syntax...
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-17 Tom LaneFix typo, init => int, per KOIZUMI Satoru.
2010-06-17 Robert HaasDocument that receive location can rewind if replicatio...
2010-06-17 Itagaki TakahiroRemove prototype of GetOldestWALSendPointer(), that...
2010-06-16 Bruce MomjianFix pg_upgrade to remove malloc(0) call.
2010-06-16 Bruce MomjianUpdate doc description for 9.0 release note item:
2010-06-16 Bruce Momjian9.0 release notes updates.
2010-06-16 Andrew DunstanRemove perl symbol table additions for plperl functions...
2010-06-16 Peter EisentrautAdd notes that CREATE/DROP CONVERSION is similar to...
2010-06-16 Peter EisentrautRefactor sprintf calls with computed format strings...
2010-06-15 Bruce MomjianFix storage of getopt() return, should be 'int', for...
2010-06-15 Tom LaneChange the interpretation of the primary_key_attnums...
2010-06-15 Bruce MomjianClarify SELECT FOR UPDATE behavior in docs.
2010-06-15 Robert HaasRemove hstore's text[] => text[] operator.
2010-06-15 Tom LaneFix dblink_build_sql_insert() and related functions...
2010-06-15 Robert HaasDocument new 9.0 behavior of ANALYZE on inheritance...
2010-06-15 Tom LaneConsolidate and improve checking of key-column-attnum...
2010-06-15 Andrew DunstanUnbreak MSVC builds for pg_archivecleanup by linking...
2010-06-15 Itagaki TakahiroAdd new GUC categories corresponding to sections in...
2010-06-15 Bruce MomjianProperly define pg_upgrade global variable, per bug...
2010-06-14 Tom LaneRearrange dblink's dblink_build_sql_insert() and relate...
2010-06-14 Bruce MomjianFix doc plperl doc with is -> are change.
2010-06-14 Simon RiggsDocs for pg_archivecleanup
2010-06-14 Simon RiggsFiles for pg_archivecleanup
2010-06-14 Simon RiggsNew contrib module for use as an archive_cleanup_comman...
2010-06-14 Itagaki TakahiroFix typo in Japanese translation for psql "Use \d+...
2010-06-14 Heikki LinnakangasIf a corrupt WAL record is received by streaming replic...
2010-06-14 Robert HaasFix misplaced modifier.
2010-06-14 Robert HaasFix typo.
2010-06-14 Itagaki TakahiroRemove max_standby_delay message from ps display of...
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-06-12 Tom Lanepostgres.txt should get cleaned by 'make clean'.
2010-06-12 Bruce MomjianUpdate pg_upgrade C comment about cwd.
2010-06-12 Bruce MomjianAdd missing --use-existing --help mention from regressi...
2010-06-12 Bruce MomjianRemove lynx -stdin flag for postgres.text.
2010-06-12 Bruce MomjianHave pg_upgrade create its output files in the current...
2010-06-12 Bruce MomjianAdd SGML Makefile rule for single-page text, postgres...
2010-06-12 Bruce MomjianAdd space between after ">" in ">$@" in SGML Makefile...
2010-06-12 Peter EisentrautAdd target to build HTML documentation as single page
2010-06-12 Peter EisentrautFix typo/bug, found by Clang compiler
2010-06-12 Peter EisentrautUpdate Python version information
next