OSDN Git Service

pg-rex/syncrep.git
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
2010-06-12 Peter EisentrautAdd a regression test case for bug #5497
2010-06-11 Tom LaneAdd missing 'Z' letter to getopt_long call --- the...
2010-06-11 Heikki LinnakangasUse "replication" as the database name when constructin...
2010-06-10 Bruce MomjianUpdate text of 9.0 release notes
2010-06-10 Itagaki TakahiroRename restartpoint_command to archive_cleanup_command.
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-06-10 Heikki LinnakangasReturn NULL instead of 0/0 in pg_last_xlog_receive_loca...
2010-06-10 Tom LaneFix quite-bogus handling of arrays in plpython datum...
2010-06-10 Robert HaasQuote all string values in EXPLAIN (FORMAT YAML) output.
2010-06-09 Robert HaasRemove stray word from comment.
2010-06-09 Alvaro HerreraUpdate ALTER TABLE docs to account for exclusion and...
2010-06-09 Alvaro HerreraAdd index entry for ::, per complaint from John Gage.
2010-06-09 Heikki LinnakangasIn standby mode, respect checkpoint_segments in addition to
2010-06-09 Magnus HaganderMake the walwriter close it's handle to an old xlog...
2010-06-09 Itagaki TakahiroAvoid "identifier will be truncated" warning in dblink
2010-06-09 Robert HaasAttempt to fix EXPLAIN (FORMAT YAML) quoting to behave...
2010-06-09 Itagaki TakahiroFix connection leak in dblink when dblink_connect(...
2010-06-09 Tatsuo IshiiFix typo in the header comment. Per request from Masao...
2010-06-08 Robert HaasMake procedural language handler reference C-language...
2010-06-07 Tom LaneAvoid useless snprintf() call when update_process_title...
2010-06-07 Teodor SigaevAdd missed function dblink_connect_u(text[,text]) to...
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-06-07 Itagaki TakahiroReplace "slave" to "standby" in documentation for consi...
2010-06-05 Tom LaneImprove our explanation of the OVERLAPS operator.
2010-06-04 Michael MeskesAdded variable handling for RETURNING clause to ecpg.
2010-06-04 Marc G. Fourniertag 9.0beta2
2010-06-03 Tom LaneAdjust misleading comment in walsender.c. We try to...
2010-06-03 Tom LaneAdd current WAL end (as seen by walsender, ie, GetWrite...
2010-06-03 Tom LaneRemove link that breaks HISTORY file generation.
2010-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-06-03 Peter EisentrautFix some inconsistent quoting of wal_level values in...
2010-06-03 Alvaro HerreraAdd comments about definitions that may affect PG_CONTR...
2010-06-03 Bruce MomjianFix CREATE TRIGGER release mention, WHERE -> WHEN.
2010-06-03 Peter EisentrautFix reference to nonexistent configure option
2010-06-03 Bruce MomjianUpdate 9.0 release notes to current.
2010-06-03 Tom LaneBump PG_CONTROL_VERSION to account for the incompatible...
2010-06-03 Bruce MomjianMarkup fix.
2010-06-03 Bruce MomjianDocument regexp_matches() better and show example of...
2010-06-03 Bruce MomjianDocument use of C++ for extension use.
2010-06-03 Itagaki TakahiroFix dblink to treat connection names longer than NAMEDA...
next