OSDN Git Service

pg-rex/syncrep.git
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-11 Tom LanePartially revert my patch of 2008-11-12 that installed...
2009-05-11 Magnus HaganderMove crypt auth comment to proper section.
2009-05-11 Magnus HaganderEdit the SSL and Kerberos parts of the release notes...
2009-05-11 Magnus HaganderSupport SSL certificate chains in the server certificat...
2009-05-10 Tom LaneMake a marginal performance improvement in predicate_im...
2009-05-10 Tom LaneAdjust pg_dumpall so that it emits ENCODING, LC_COLLATE...
2009-05-09 Tom LaneFix cost_nestloop and cost_hashjoin to model the behavi...
2009-05-08 Heikki LinnakangasAdd alternative expected output files for cs_CZ locale...
2009-05-08 Bruce MomjianAdd missing third argument to open().
2009-05-08 Bruce Momjian'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrato...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-05-07 Tom LaneChange pgbench to use the table names pgbench_accounts...
2009-05-07 Tom LaneOoops ... make_outerjoininfo wasn't actually enforcing...
2009-05-07 Heikki LinnakangasRequest XLOG switch before writing checkpoint in pg_sta...
2009-05-06 Tom LaneTweak distribute_qual_to_rels so that when we decide...
2009-05-06 Tom LaneModify CREATE DATABASE to enforce that the source datab...
2009-05-06 Tom LaneFix ecpg tests for change that disallowed Unicode liter...
2009-05-05 Tom LaneTweak a comment to agree a bit better with the new...
2009-05-05 Tom LaneMinor improvement: avoid assuming that GetLastError...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Tom LaneInstall an atexit(2) callback that ensures that proc_ex...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
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().
next