OSDN Git Service

pg-rex/syncrep.git
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...
2010-06-03 Robert HaasOn clean shutdown during recovery, don't warn about...
2010-06-03 Bruce MomjianDocument that citext operators must be in the current...
2010-06-03 Bruce MomjianClarify array generate_subscripts() documentation example.
2010-06-03 Bruce MomjianDocument that && geometric operator is true even if...
2010-06-02 Heikki LinnakangasFix obsolete comments that I neglected to update in...
2010-06-01 Bruce MomjianUpdate C++ release note item wording.
2010-06-01 Bruce MomjianComment out C++ docs for later user. Tone down C+...
2010-06-01 Bruce MomjianMention palloc/pfree for C++ memory allocation in docs.
2010-06-01 Bruce MomjianFix SGML markup for tag title.
2010-06-01 Bruce MomjianAdd documentation section "Using C++ for Extensibility".
2010-06-01 Bruce MomjianShow schema name for REINDEX.
2010-05-31 Bruce MomjianOverflow box is on page after listed page number, per...
2010-05-31 Bruce MomjianUpdate TeX overflow documentation page pattern mask...
2010-05-31 Bruce MomjianDocument how to find TeX overflow boxes in our document...
2010-05-31 Bruce MomjianAdd error hint that PL/pgSQL "EXECUTE of SELECT .....
2010-05-31 Alvaro HerreraAdd note about database ownership to REASSIGN OWNED...
2010-05-31 Bruce MomjianReword fsync and full_page_writes docs to be clearer...
2010-05-31 Heikki LinnakangasSend all outstanding WAL before exiting when smart...
2010-05-30 Tom LaneFix misuse of Lossy Counting (LC) algorithm in compute_...
2010-05-30 Tom LaneChange the notation for calling functions with named...
2010-05-30 Bruce MomjianClarify the meaning of "trusted language" in the docume...
2010-05-29 Tom LaneAdd text to "Populating a Database" pointing out that...
2010-05-29 Bruce MomjianDocument that NOT NULL domain constraints are not alway...
2010-05-29 Heikki LinnakangasFix typos in recent doc patch. Fujii Masao
2010-05-29 Bruce MomjianAdd C comment that we will have to remove an exclusion...
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-05-28 Tom LaneFix oversight in the previous patch that made LIKE...
2010-05-28 Bruce MomjianDocument use of VPATH builds.
2010-05-28 Tom LaneRewrite LIKE's %-followed-by-_ optimization so it reall...
2010-05-28 Itagaki TakahiroPGDLLEXPORT is __declspec (dllexport) only on MSVC,
2010-05-28 Heikki LinnakangasUpdate High Availability docs. Clarify terms master...
2010-05-28 Tom LaneRejigger mergejoin logic so that a tuple with a null...
2010-05-27 Tom LaneChange ps_status.c to explicitly track the current...
2010-05-27 Peter EisentrautSmall correction/clarification in discussion of Unicode...
2010-05-27 Tom LaneFix the volatility marking of textanycat() and anytextc...
2010-05-27 Tom LaneMake CREATE INDEX run expression preprocessing on a...
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-05-27 Heikki LinnakangasMake it more clear that you need to release savepoint...
2010-05-27 Robert HaasAvoid starting walreceiver in states where it shouldn...
2010-05-27 Heikki LinnakangasAdjust comment to reflect that we now have Hot Standby...
2010-05-26 Bruce MomjianFix SGML markup
2010-05-26 Tom LaneImprove SSL-related documentation. Explain how to...
2010-05-26 Bruce MomjianDocument pgFouine and check_postgres as log analysis...
2010-05-26 Heikki LinnakangasThinko in previous commit: ensure that MAX_SEND_SIZE...
2010-05-26 Heikki LinnakangasIn walsender, don't sleep if there's outstanding WAL...
2010-05-26 Tom LaneRearrange libpq's SSL initialization to simplify it...
2010-05-26 Tom LaneFix bogus error message for SSL-cert authentication...
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-05-26 Robert HaasFix psql help: \da+ is same as \da, but \daS is not.
2010-05-26 Tom LaneThe message style police pay a visit to hba.c.
next