OSDN Git Service

pg-rex/syncrep.git
2009-03-30 Bruce MomjianMore release note wording improvements; section order...
2009-03-30 Bruce MomjianReorder release note sections.
2009-03-30 Tom LaneFix window function plan generation to cope with volati...
2009-03-30 Alvaro HerreraUpdate URL to Python bug tracker. Backpatch to 8.3...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2009-03-29 Bruce MomjianMore release note markup.
2009-03-29 Bruce MomjianMore release note markup.
2009-03-29 Bruce MomjianAdd SGML markup for commands/literal/application/etc...
2009-03-28 Bruce MomjianConsistent 8.4 release note naming for Itagaki Takahiro
2009-03-28 Bruce MomjianClarify variable naming: pq_initssllib -> pq_init_ssl_lib
2009-03-28 Bruce MomjianUpdate release notes to say citext is multi-byte aware...
2009-03-28 Bruce MomjianBetter document that SET ROLE does not uset ALTER ROLE...
2009-03-28 Bruce MomjianBetter document PQinitSSL(0) behavior in regards to...
2009-03-28 Tom LaneAdd documentation of the fact that dtrace probes evalua...
2009-03-27 Bruce MomjianDocument in release notes that NOT IN is only for NOT...
2009-03-27 Tom LaneOn Solaris, we should only force use of our own getopt...
2009-03-27 Magnus HaganderFix markup, per Devrim
2009-03-27 Tom LaneAdd an errdetail explaining why we reject infinite...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-03-27 Tom LaneTeach reindex_index() to clear pg_index.indcheckxmin...
2009-03-27 Heikki LinnakangasFix tab completion of ANALYZE VERBOSE <tab>. It was...
2009-03-27 Magnus HaganderClearify new SSL certificate verification in libpq
2009-03-27 Magnus HaganderFix release notes about pg_hba changes
2009-03-27 Bruce MomjianUpdated release wording, per Greg Stark:
2009-03-27 Bruce MomjianSecond batch of release note fixes by Guillaume Smet
2009-03-27 Bruce MomjianMark Greg as the instigator of the statistics target...
2009-03-27 Bruce MomjianFirst round of release note changes from Guillaume...
2009-03-27 Bruce MomjianFix release note attribution:
2009-03-27 Bruce MomjianImproved release notes interval wording:
2009-03-27 Bruce MomjianRemove duplicate interval (fractional seconds) items...
2009-03-27 Bruce MomjianDocument that Datestyle no longer controls interval...
2009-03-26 Tom LaneMake pg_standby's maxretries option do what one would...
2009-03-26 Peter EisentrautGettext plural support
2009-03-26 Tom LaneFix a couple of places that still claimed LC_COLLATE...
2009-03-26 Tom LaneAdjust phrasing of complaints about multi-byte COPY...
2009-03-26 Tom LaneIf we expect a hash join to be performed in multiple...
2009-03-26 Bruce MomjianCorrection: ansi-join ->anti-join.
2009-03-26 Tom LaneFix markup so that 'make HISTORY' works. A couple...
2009-03-26 Bruce MomjianReorder 8.4 release note sections.
2009-03-26 Bruce MomjianRe-add release notes for release 8.3.7.
2009-03-26 Bruce MomjianAdjust AS OF release notes markup.
2009-03-26 Bruce MomjianMention release note items current as of 2009-03-16.
2009-03-26 Bruce MomjianFirst version of 8.4 release notes; markup/cleanup...
2009-03-25 Tom LaneAdd btree_gin contrib module.
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-25 Tom LaneFix old thinko in pgp.h: the idea is to declare some...
2009-03-25 Peter EisentrautUse double quotes instead of single quotes.
2009-03-25 Peter EisentrautComplete list of valid fork names, and use double quotes.
2009-03-25 Peter EisentrautUpdate line count for \? output (obtained from wc -l)
2009-03-25 Peter EisentrautIn the \? output, align the columns consistently.
2009-03-25 Peter EisentrautPolish SQL/MED terminology
2009-03-25 Peter EisentrautNo period if it's not a sentence
2009-03-24 Tom LaneInstall a search tree depth limit in GIN bulk-insert...
2009-03-24 Tom LaneFix stupid parenthesization mistake. Per bug #4728...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-24 Peter EisentrautFix my typo
2009-03-23 Andrew DunstanRemove munging of xml and xpath params to xpath()....
2009-03-23 Tom LaneConst-ify the parse table passed to fillRelOptions...
2009-03-23 Bruce MomjianUpdate constraint_exclusion docs because parameter...
2009-03-23 Peter EisentrautAdd expected file for locale-enabled installations.
2009-03-23 Tom LaneMore fixes for 8.4 DTrace probes. Remove useless BUFFE...
2009-03-23 Bruce MomjianClarify libpq 'sslverify' documentation wording.
2009-03-22 Tom LaneAdd isExtend to the parameters of the buffer_read_start...
2009-03-22 Bruce MomjianClarify 'cert' authentication documention.
2009-03-22 Tom LaneClean up pg_SSPI_error() coding a little bit: make...
2009-03-22 Tom LaneRemove the -d and -D options of pg_dump and pg_dumpall...
2009-03-22 Tom LaneRemove the datetime keywords ABSTIME and RELTIME, which...
2009-03-21 Tom LaneOptimize multi-batch hash joins when the outer relation...
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-03-18 Heikki LinnakangasDon't set the signal handler for SIGQUIT on Windows...
2009-03-18 Tom LaneBe more clear about when to use gist__int_ops vs. gist_...
2009-03-18 Heikki LinnakangasDon't intercept SIGQUIT as a signal to trigger failover...
2009-03-18 Heikki LinnakangasFix case of the just resurrected UCS_to_BIG5.pl script...
2009-03-18 Heikki LinnakangasAdd seven kanji characters defined in the Windows 950...
2009-03-18 Heikki LinnakangasFix Windows-specific race condition in syslogger. This...
2009-03-17 Tom LaneAdd just-assigned CVE number to release notes for recen...
2009-03-17 Bruce MomjianImprove zero-year comments.
2009-03-17 Bruce MomjianDocument that datetime year '0' is considered in a...
2009-03-17 Peter EisentrautAdd -w option to --help output. It was apparently...
2009-03-15 Tom LaneFix contrib/hstore to throw an error for keys or values...
2009-03-15 Tom LaneClean up the code for to_timestamp's conversion of...
2009-03-13 Tom LaneFix identify_locking_dependencies to reflect the fact...
2009-03-13 Tom LaneRestore previous ordering of BUFFER_FLUSH_START probe...
2009-03-12 Tom LaneUpdate back-branch release notes.
2009-03-12 Tom LaneFix core dump due to null-pointer dereference in to_cha...
2009-03-11 Tom LaneCode review for dtrace probes added (so far) to 8.4...
2009-03-11 Teodor SigaevSome languages have symbols with zero display's width...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-03-11 Tom LaneImprove match_special_index_operator() to recognize...
2009-03-10 Tom LaneMake SubPlan nodes carry the result's typmod as well...
2009-03-10 Tom LaneFix set_subquery_pathlist() to copy the RTE's subquery...
2009-03-10 Teodor SigaevPrevent recursion during parse of email-like string...
2009-03-10 Bruce MomjianDoc patch for the recently added probes.
2009-03-09 Peter EisentrautIn parse_bool_with_len, avoid crash when no result...
2009-03-09 Peter EisentrautTweak the regression test case so that the ordering...
2009-03-09 Peter EisentrautAccept 'on' and 'off' as input for boolean data type...
2009-03-09 Bruce MomjianAdd summarization comment about visibility functions.
2009-03-09 Alvaro HerreraRevert pg_bind_textdomain_codeset to a existant-but...
2009-03-08 Magnus HaganderFix MSVC build for new ways to pull in keywords.c and...
2009-03-08 Alvaro Herrerapg_bind_textdomain_codeset must exist only on ENABLE_NLS.
next