]> granicus.if.org Git - postgresql/shortlog
postgresql
2008-01-23 Alvaro HerreraImprove lock level choices in pg_shdepend.c. Noticed...
2008-01-23 Tom LaneReference pgAdmin as a typical client-side tool, rather...
2008-01-23 Andrew DunstanDocument the fix for perl 5.10 with this comment:
2008-01-22 Andrew DunstanWork around for perl 5.10 bug - fix due to perl hacker...
2008-01-21 Peter EisentrautProvide a clearer error message if the pg_control versi...
2008-01-21 Tom LaneImprove description of bgwriter_lru_multiplier, per...
2008-01-21 Tom LaneFix RS_isRegis() to agree exactly with RS_compile(...
2008-01-20 Tom LaneFix psql \h output for case of no parameters (ie, list...
2008-01-20 Alvaro HerreraSplit error message.
2008-01-19 Tom LaneMake pg_regress clean out the testtablespace directory...
2008-01-18 Marc G. Fourniermust commit after autoconf ... and yes, I used the... REL8_3_RC2
2008-01-18 Bruce MomjianStamp release for 8.3RC2; configure will be stamped...
2008-01-17 Tom LaneInsert into getCopyDataMessage() the same logic that...
2008-01-17 Tom LaneFix subselect.c to avoid assuming that a SubLink's...
2008-01-17 Tom LaneFix ALTER INDEX RENAME so that if the index belongs...
2008-01-17 Bruce MomjianUpdate Japanese FAQ.
2008-01-17 Magnus HaganderTypo fix.
2008-01-17 Magnus Haganderpgcrypto doc updates
2008-01-16 Andrew DunstanDocument the fact that COPY always uses the client...
2008-01-16 Tom LaneRemove inappropriate cd commands, per David Wheeler...
2008-01-16 Bruce MomjianImprove usage message for pgindent.
2008-01-16 Teodor SigaevFix core dump with buffer-overrun by too long infinitiv...
2008-01-15 Tom LaneBe less wishy-washy in the documentation and comments...
2008-01-15 Tom LanePrevent CLUSTER from decreasing a relation's relfrozenx...
2008-01-15 Tom LaneRevise memory management for libxml calls. Instead...
2008-01-15 Tom LaneTweak new error message to conform to style guidelines.
2008-01-15 Teodor SigaevAdd check of headline method presence. Per report by...
2008-01-15 Michael MeskesRe-enabled variables in fetch/move command.
2008-01-15 Tom LaneSomebody forgot to add this ERRCODE everywhere it shoul...
2008-01-14 Bruce MomjianAdd:
2008-01-14 Bruce MomjianMost recent Postgres version is 8.2.6, per report from...
2008-01-14 Tom LanePrevent pg_dump from dumping the comment (if any) on...
2008-01-14 Tom LaneAvoid cluttering the postmaster log with bogus complaints
2008-01-14 Tom LaneFix an ancient oversight in libpq's handling of V3...
2008-01-14 Alvaro HerreraMark autovacuum entries in pg_stat_activity so that...
2008-01-14 Michael MeskesSet valid return values even in case of an error to...
2008-01-14 Tom LaneFix pgstat_heap() to not be broken by syncscans startin...
2008-01-14 Tom LaneUse an indexscan not a heapscan to search pg_index...
2008-01-14 Tom LaneFix CREATE INDEX CONCURRENTLY so that it won't use...
2008-01-13 Tom LaneFix a regression test that fails if default_text_search...
2008-01-13 Tom LaneAdd note pointing out that read-only commands no longer...
2008-01-13 Michael MeskesChanged prototype for ECPGdo because some compilers...
2008-01-12 Bruce MomjianUpdate documentation for tsvector duplicate elimination:
2008-01-12 Tom LaneIt turns out the LIBXML_TEST_VERSION macro calls xmlIni...
2008-01-12 Neil ConwayFix two places in xml.c that neglected to check the...
2008-01-12 Neil ConwayMinor perf tweak for _SPI_strdup(): if we're going...
2008-01-12 Tom LaneFix logical errors in constraint exclusion: we cannot...
2008-01-11 Tom LaneThe original implementation of polymorphic aggregates...
2008-01-11 Tom LaneFix an old error in clause_selectivity: the default...
2008-01-11 Bruce MomjianAdd:
2008-01-11 Michael MeskesFixed lexer to correctly parse C quotes.
2008-01-11 Tom LaneFix a conceptual error in my patch of 2007-10-26 that...
2008-01-11 Tom LaneRestructure the shutdown procedure for the archiver...
2008-01-10 Magnus HaganderGenerate and include manifest in standalone libpq build...
2008-01-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
2008-01-09 Tom LaneRemove incorrect (and ill-advised anyway) pfree's in...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
2008-01-09 Magnus HaganderDon't enforce 32-bit time_t for FRONTEND apps. Fixes...
2008-01-09 Neil ConwayFix an omission in the outfuncs.c support for Agg nodes...
2008-01-09 Alvaro HerreraAdd index entry.
2008-01-09 Bruce MomjianRemove mention of /contrib README files from documentat...
2008-01-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
2008-01-08 Bruce MomjianAdd URLs to two excellent web pages about SSL API and...
2008-01-08 Tom Laneinformix.c was violating the coding rule about not...
2008-01-08 Tom LaneRemove unnecessary comma in enum definition ... some...
2008-01-07 Bruce MomjianMention use of src/tools/major_release_split for creati...
2008-01-07 Neil ConwayFix a minor bug in outfuncs support for SetOp: dupOpera...
2008-01-06 Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-05 Peter EisentrautPut spaces after "RFC".
2008-01-04 Bruce MomjianAdd URL for:
2008-01-03 Tom LaneStamp release 8.3RC1. REL8_3_RC1
2008-01-03 Tom LaneUpdate release notes for security releases.
2008-01-03 Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-03 Tom LaneFix assorted security-grade bugs in the regex engine...
2008-01-03 Bruce MomjianAdd:
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-02 Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-02 Magnus HaganderFix invalid ipv6 address in example. Per doc comment...
2008-01-02 Tom LaneFix plpython's overoptimistic caching of information...
2008-01-02 Bruce MomjianCorrect two more copyrights found by updated script.
2008-01-02 Bruce MomjianModify copyright script to handle cases where there...
2008-01-01 Tom LaneUpdate time zone data files to tzdata release 2007k.
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2008-01-01 Bruce MomjianMove a few release note items from "Utility Commands...
2008-01-01 Bruce MomjianUpdate release notes to match CVS HEAD.
2008-01-01 Bruce Momjian8.3 is possible release on 2008-01-??, not 2007.
2007-12-31 Bruce MomjianProvide a more helpful error message when there is...
2007-12-31 Bruce MomjianProvide a more helpful error message when there is...
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-12-31 Alvaro HerreraAdd missing return code checks in the uuid-ossp contrib...
2007-12-30 Andrew DunstanAdd sanity check to ensure delimiter and quote are...
2007-12-30 Bruce MomjianUpdate TODO list based on 8.3 completed items:
2007-12-30 Bruce MomjianRemove TODO.detil for pg_upgrade.
2007-12-30 Bruce MomjianAdd:
2007-12-29 Bruce MomjianUpdate Japanese FAQ.
2007-12-29 Bruce MomjianDocument how to control the disk write cache on Solaris.
2007-12-29 Bruce MomjianRemove tab in file name
next