]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2009-05-05  Tom LaneInsert CHECK_FOR_INTERRUPTS() calls into btree and...
2009-05-05  Tom LaneUpdate comment for _bt_relandgetbuf.
2009-05-05  Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-05-05  Tom LaneAvoid integer overflow in the loop that extracts histog...
2009-05-05  Magnus HaganderMake the win32 shared memory code try 10 times instead...
2009-05-05  Tom LaneCode review for \df rewrite: fix assorted bugs, make...
2009-05-04  Heikki LinnakangasFix the query used for \d against 8.2 and 8.3 servers.
2009-05-04  Magnus HaganderUpdate no longer current comments in header.
2009-05-04  Magnus HaganderCall SetLastError(0) before calling the file mapping...
2009-05-04  Peter EisentrautReplace a couple of references to files that no longer...
2009-05-04  Tom LaneFix missed usage of DLNewElem()
2009-05-04  Alvaro HerreraAvoid a memory allocation in the backend startup code...
2009-05-03  Tom LaneFix pg_resetxlog to remove archive status files along...
2009-05-03  Tom LaneFix mis-description of XML Schema functions, per discus...
2009-05-03  Tom LaneFix unintelligible description created by removing...
2009-05-03  Tom LaneFix assign_pgstat_temp_directory() to ensure the direct...
2009-05-03  Tom LaneFix already-obsolete hint message ... sslverify paramet...
2009-05-03  Tatsuo IshiiUpdate UTF-8 <--> EUC_KR, JOHAB, UHC mappings.
2009-05-02  Tom LaneInstall some simple defenses in postmaster startup...
2009-05-02  Tom LaneWe don't need major_release_split any more.
2009-05-02  Tom LaneSplit the release notes into a separate file for each...
2009-05-02  Tom LaneFix plpgsql's EXIT so that an EXIT without a label...
2009-05-01  Tom LaneFix a couple of cases where the plpgsql grammar looked...
2009-05-01  Tom LaneWhen checking for datetime field overflow, we should...
2009-04-30  Heikki LinnakangasClean up check_keywords.pl script, making it 'strict...
2009-04-29  Heikki LinnakangasAdd check_keyword.pl script to perform some basic sanit...
2009-04-28  Tom LaneImprove pull_up_subqueries logic so that it doesn't...
2009-04-28  Bruce MomjianBlank line Makefile cleanups.
2009-04-28  Heikki LinnakangasMove SERVER to the right place in the alphabetically...
2009-04-28  Bruce MomjianIn VACUUM, FREEZE must be before ANALYZE; fix this...
2009-04-27  Bruce MomjianProofreading adjustments for first two parts of documen...
2009-04-26  Tom LaneSome more work on the 8.4 release notes. Document...
2009-04-26  Tom LaneRemove Windows-specific definition of S_ISDIR(). This...
2009-04-26  Tom LaneTypo fix.
2009-04-26  Tom LaneUpdate citext expected output to exactly match the...
2009-04-25  Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-24  Bruce MomjianImprove server spoofing wording, per request from Magnus.
2009-04-24  Tom LaneFix some more 'variable may be used uninitialized'...
2009-04-24  Magnus HaganderMore clearly document what the different sslmode option...
2009-04-24  Magnus HaganderRemove sslverify parameter from release notes, mention...
2009-04-24  Magnus HaganderRemove sslverify parameter again, replacing it with...
2009-04-24  Magnus HaganderMove gettext encoding names into encnames.c, so we...
2009-04-23  Tom LaneSuppress some 'variable may be used uninitialized'...
2009-04-23  Tom LaneDon't use the result of strcmp as if it were a boolean.
2009-04-23  Heikki LinnakangasMention that tables have a visibility map fork alongsid...
2009-04-23  Heikki LinnakangasImprove the documentation on 8.4 visibility map related...
2009-04-23  Heikki Linnakangasvarstr_cmp and any comparison function that piggybacks...
2009-04-23  Tom LaneChange the default value of max_prepared_transactions...
2009-04-22  Heikki LinnakangasAfter archive recovery, mark the last WAL segment from...
2009-04-22  Bruce MomjianUse brackets in psql \df \? help.
2009-04-21  Tom LaneRemove the long-obsolete homebrew dl*() functions for...
2009-04-21  Tom LaneFix obsolete cross-reference (this file isn't called...
2009-04-21  Bruce MomjianImprove psql \df error handling.
2009-04-21  Bruce MomjianMerge psql \df options into a single \? line, and updat...
2009-04-21  Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-20  Magnus HaganderRead nls.nk files to determine the proper name of NLS...
2009-04-19  Tom LaneAssorted portability fixes for Borland C, from Pavel...
2009-04-19  Tom LaneRethink the idea of having plpgsql depend on parser...
2009-04-19  Tom LaneFix de-escaping checks so that we will reject \000...
2009-04-19  Tom LaneFix textsearch documentation examples to not recommend...
2009-04-19  Tom LaneFix estimate_num_groups() to not fail on PlaceHolderVar...
2009-04-19  Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-19  Tom LaneMention as a potential incompatibility the fact that...
2009-04-18  Bruce MomjianAdd Ron Mayer as primary contributor for:
2009-04-17  Tom LaneBump disable_cost up from 1e8 to 1e10, per gripe from...
2009-04-16  Tom LaneFix planner to restore its previous level of intelligen...
2009-04-16  Alvaro HerreraFix the regression test error message for array_fill...
2009-04-15  Alvaro HerreraSubstitute extraneous underscores with spaces.
2009-04-15  Bruce MomjianRemove mention of pre-7.1 inheritance behavior from...
2009-04-15  Alvaro HerreraAdd missing gettext calls around some strings. Also...
2009-04-15  Alvaro HerreraAdd missing periods.
2009-04-15  Magnus HaganderRemove beer-ware license from crypt-md5.c, per
2009-04-15  Bruce MomjianFix SGML markup I broke yesterday.
2009-04-14  Tom LaneFix broken {xufailed} production that made HEAD fail on
2009-04-14  Bruce MomjianReformat 'sslmode' options into an SGML table; improve...
2009-04-14  Bruce MomjianAdd libpq error message text on how to handle missing...
2009-04-14  Tom LaneDo some copy-editing on description of ts_headline().
2009-04-14  Alvaro Herrerapg_restore -jN does not equate "multiple jobs", so...
2009-04-13  Alvaro HerreraMake new strings more alike previously existing messages.
2009-04-13  Tom LaneMake a copy-editing pass over the 8.4 release notes.
2009-04-12  Andrew DunstanFix logic to detect conflicts or blocks involving exclu...
2009-04-11  Tom LaneFix pg_dumpall so that when --clean is specified, it...
2009-04-11  Alvaro HerreraMake string more alike other similar messages.
2009-04-11  Bruce MomjianMore wording clarification of sslverify setting.
2009-04-11  Peter EisentrautMessage fix
2009-04-11  Peter EisentrautMessage improvement
2009-04-11  Bruce MomjianBetter document libpq sslverify behavior as requiring...
2009-04-11  Bruce MomjianWording improvement.
2009-04-11  Bruce MomjianWording improvement for SSL user certificate authentica...
2009-04-11  Bruce MomjianClarify SSL _user_ authentication in release notes.
2009-04-10  Tom LaneAdd cross-references from the DECLARE and FETCH referen...
2009-04-10  Bruce MomjianDocument how *_blks_read statistics columns are computed.
2009-04-10  Marc G. Fourniercommit and tag beta1 REL8_4_BETA1
2009-04-09  Tom LaneUpdate release notes through yesterday; some minor...
2009-04-09  Bruce MomjianClarify documentation references to pg_stat_get_blocks_...
2009-04-09  Bruce MomjianNo more need to update FAQs.
2009-04-09  Peter EisentrautAdd URL for config.guess/sub updates
2009-04-09  Peter EisentrautUpdate config.guess and config.sub
2009-04-09  Tom LaneUpdate time zone data files to tzdata release 2009e...
2009-04-09  Peter EisentrautTranslation updates for 8.4 beta
next