]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2007-10-16  Bruce MomjianMention Slony as just an example.
2007-10-16  Magnus HaganderFix the URL properly per Robert Treat.
2007-10-16  Tom LaneUse 'token' not 'lexeme' to describe the output of...
2007-10-16  Tom LaneTweak toast-related logic in heapam.c so that the toast...
2007-10-16  Tom LaneTeach pgxs.mk and Install.pm how to install files from...
2007-10-16  Bruce MomjianAdd doc clarifications for warm standby.
2007-10-16  Magnus HaganderUpdate URLs to a couple of external projects
2007-10-16  Magnus HaganderRe-allow UTF8 encodings on win32. Since UTF8 is convert...
2007-10-16  Peter EisentrautRemove quotes around locale names in some places for...
2007-10-16  Bruce MomjianSlony switch is only seconds of downtime.
2007-10-16  Bruce MomjianAdd mention of Slony for in-place upgrades.
2007-10-15  Tom LaneFix pg_wchar_table[] to match revised ordering of the...
2007-10-15  Tom LaneRemove obsolete examples of add-on parsers and dictiona...
2007-10-15  Tom LaneAdd sample text search dictionary templates and parsers...
2007-10-15  Tom LaneInclude NOLOGIN roles in the 'flat' password file....
2007-10-14  Tom Lanemake install is supposed to install everything under...
2007-10-13  Tom LaneOoops, forgot about adding -DFRONTEND.
2007-10-13  Tom LaneMigrate the former contrib/txid module into core. ...
2007-10-13  Tom LaneRemove contrib/txid, in preparation for migrating it...
2007-10-13  Tom LaneTry to fix msvc build for recent initdb changes.
2007-10-13  Tom LaneStrengthen type_sanity's check on pg_type.typarray...
2007-10-13  Tom LaneGuard against possible double free during error escape...
2007-10-13  Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-10-13  Tom LaneFix ALTER COLUMN TYPE to preserve the tablespace and...
2007-10-13  Bruce MomjianAttached some minor corrections, mainly completion...
2007-10-13  Tom LaneTeach planagg.c that partial indexes specifying WHERE...
2007-10-12  Tom LaneWhen telling the bgwriter that we need a checkpoint...
2007-10-12  Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-10-11  Tom LaneEnsure that the result of evaluating a function during...
2007-10-11  Bruce MomjianAdd missing word.
2007-10-11  Bruce MomjianAdd missing word.
2007-10-11  Tom LaneCode review for txid patch: add binary I/O functions...
2007-10-11  Bruce MomjianUpdate release notes in "major" and "migration" section...
2007-10-11  Tom LaneRemove incorrect use of VARSIZE() on a toasted datum...
2007-10-11  Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-10-11  Bruce MomjianWhitespace cleanup.
2007-10-10  Neil ConwayMinor correction for full-text search limitations docs.
2007-10-10  Neil ConwayFix typo in REVOKE reference page. Guillaume Lelarge.
2007-10-10  Bruce MomjianBack out release changes that weren't ready for commit.
2007-10-10  Bruce MomjianUpdate Japanese FAQ.
2007-10-10  Magnus HaganderAdd missing codepage numbers for Windows.
2007-10-10  Michael MeskesSynced parser and keyword list.
2007-10-09  Bruce MomjianAdd mention of full text indexing for word searches.
2007-10-09  Bruce MomjianRemove FAQ item about temp tables in plpsql having...
2007-10-09  Bruce MomjianUpdate sequence FAQ items, per suggestion from Pavel...
2007-10-09  Neil ConwayReplace a reference to "start_log_collector" with ...
next