OSDN Git Service

pg-rex/syncrep.git
2007-11-04 Tom LaneTeach CREATE CONSTRAINT TRIGGER to convert old-style...
2007-11-02 Tom LaneEnsure that EquivalenceClasses generated from ORDER...
2007-11-01 Bruce MomjianMention that internal hash functions changed in 8.3...
2007-11-01 Tom LaneSome corrections/improvements to new acronym list.
2007-11-01 Tom LaneUpdate discussion of shared memory sizing for 8.3:...
2007-11-01 Bruce MomjianUpdate Czech FAQ.
2007-11-01 Bruce MomjianAcronym spelling fix.
2007-11-01 Bruce MomjianAdd documentation mention that FSM == Free Space Map...
2007-11-01 Bruce MomjianAdd acronym section to our documentation.
2007-10-31 Bruce MomjianAdd:
2007-10-31 Peter EisentrautMore precise error message
2007-10-30 Marc G. Fournierremoved from CVS
2007-10-30 Peter EisentrautAdd note on PostgreSQL vs. Postgres.
2007-10-30 Tom LaneUpdate some obsolete stuff in the GRANT and REVOKE...
2007-10-30 Tom LaneAdd a note pointing out that some other databases make...
2007-10-30 Marc G. Fourniersimple script to pull together a very small (<500k...
2007-10-29 Alvaro HerreraIn the previous commit message, I forgot to credit...
2007-10-29 Tom LaneMention the index name in 'could not create unique...
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-10-29 Teodor Sigaev- Add check of already changed page while replay WAL...
2007-10-29 Bruce MomjianDocumentation wording fixes.
2007-10-29 Bruce MomjianUpdate Russian FAQ.
2007-10-29 Bruce MomjianClarify restart is of the "database" server, in FAQ.
2007-10-29 Magnus HaganderMake variable static, per Tom.
2007-10-29 Teodor SigaevFix coredump during replay WAL after crash. Change...
2007-10-29 Magnus HaganderAdd compat file for dynamically loading the functions...
2007-10-29 Magnus HaganderNew versions of mingw have gettimeofday(), so add an...
2007-10-29 Tom LaneRemove claim that ts_headline knows how to generate...
2007-10-28 Tom LaneOoops, fat-fingered last commit message. Should have
2007-10-28 Tom LaneFAQ_IRIX
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-27 Tom LaneChange text search parsing rules for hyphenated words...
2007-10-27 Tom LaneAdd some rudimentary tracing code to the default text...
2007-10-27 Tom LaneRename default text search parser's "uri" token type...
2007-10-27 Tom LaneAvoid considering both sort directions as equally usefu...
2007-10-27 Tom LaneStamp 8.3beta2.
2007-10-27 Tom LaneMinor wording improvements per suggestion from Jeff...
2007-10-27 Peter EisentrautTranslation updates
2007-10-26 Magnus HaganderChange win32 child-death tracking code to use a threadp...
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-10-26 Bruce MomjianRemove second-in-paragraph usage of "Postgres" in FAQ_DEV.
2007-10-26 Bruce MomjianRemove use of "Postgres" aliases in the FAQ in second...
2007-10-26 Tom LaneChange have_join_order_restriction() so that we do...
2007-10-26 Tom LaneAvoid having backend-only code compiled into ecpg....
2007-10-26 Tom LaneAvoid including any backend-only stuff in the zic utili...
2007-10-26 Bruce MomjianSet Japanese FAQ character code to UTF-8.
2007-10-26 Bruce MomjianAdd plpgsql doc example of RETURN NEXT.
2007-10-25 Tom LaneMake initdb's selection of default text search configur...
2007-10-25 Alvaro HerreraFix memory management for new variables -- they must...
2007-10-25 Tom LaneFix ALTER SEQUENCE so that it does not affect the value...
2007-10-25 Alvaro HerreraExtract catalog info for error reporting before an...
2007-10-25 Tom LaneTweak new error messages to match the actual syntax...
2007-10-25 Alvaro HerreraUse more real-world examples in the text search parser...
2007-10-25 Alvaro HerreraAdd new encoding aliases for Solaris, per Zdenek Kotala.
2007-10-25 Bruce MomjianUpdate release notes to current CVS.
2007-10-24 Tom LaneDisallow scrolling of FOR UPDATE/FOR SHARE cursors...
2007-10-24 Tom LaneRemove obsolete statement that you can't update through...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-10-24 Tom LaneFix an error in make_outerjoininfo introduced by my...
2007-10-24 Alvaro HerreraDanish_Danmark -> Danish_Denmark
2007-10-24 Alvaro HerreraMinor changes to autovacuum worker: change error handli...
2007-10-24 Tom LaneFix UPDATE/DELETE WHERE CURRENT OF to support repeated...
2007-10-24 Tom LaneKeep heap_page_prune from marking the buffer dirty...
2007-10-24 Tom LaneSet read_only = TRUE while evaluating input queries...
2007-10-24 Tom LaneRemove the aggregate form of ts_rewrite(), since it...
2007-10-23 Tom LaneMake configure probe for the location of the <uuid...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-10-23 Tom LaneFix two-argument form of ts_rewrite() so it actually...
2007-10-23 Tom LaneFix several bugs in tsvectorin, including crash due...
2007-10-22 Tom LaneClarify example of planner cost computation, per a...
2007-10-22 Tom LaneAdjust ts_debug's output as per my proposal of yesterda...
2007-10-22 Tom LaneBe careful to get share lock on each page before comput...
2007-10-22 Tom LaneRemove an Assert that's been obsoleted by recent change...
2007-10-22 Magnus HaganderIncrease FD_SETSIZE on Win32 to allow for more than...
2007-10-22 Tom LaneCreate a quick-and-dirty list of known migration issues...
2007-10-22 Tom LaneAdd a useless return statement to suppress a warning...
2007-10-21 Tom LaneFix shared tsvector/tsquery input code so that we don...
2007-10-21 Tom LaneEditorial overhaul for text search documentation. ...
2007-10-20 Bruce MomjianUpdate Japanese FAQ.
2007-10-20 Bruce MomjianMore release note word-smithing.
2007-10-20 Tom LaneAdjust error message to agree with documentation. ...
2007-10-20 Bruce MomjianFix release tag spelling typo.
2007-10-20 Bruce MomjianMore release note wording improvements.
2007-10-20 Bruce MomjianUpdate German FAQ.
2007-10-20 Tom LaneAdd a note pointing out that you can't log to syslog...
2007-10-19 Tom LaneFound another small glitch in tsearch API: the two...
2007-10-19 Tom Lanets_rewrite() does not return a set, only one row; fix...
2007-10-19 Bruce MomjianMore indenting cleanup for release notes.
2007-10-18 Bruce MomjianConsistently indent release notes for prior releases.
2007-10-18 Bruce MomjianMore release wording adjustments.
2007-10-18 Bruce MomjianMore indenting cleanup, tag additions.
2007-10-18 Bruce MomjianMove a few items into migration from the main changes...
2007-10-18 Neil ConwayMinor fixes for the release notes.
2007-10-18 Bruce MomjianSmall changes to release note descriptions.
2007-10-18 Bruce MomjianFirst pass over release documentation. I trimmed down...
2007-10-17 Bruce MomjianRe-add FAQ item:
2007-10-17 Tom LaneAdd missing entry for PG_WIN1250 encoding, per gripe...
2007-10-17 Tom LaneAnother round of editorialization on the text search...
next