OSDN Git Service

pg-rex/syncrep.git
2009-04-06 Bruce MomjianAdd documentation mention of 'check_postgres.pl' in...
2009-04-06 Bruce MomjianAdjust psql tab completion for new \d 'S' flag behavior...
2009-04-06 Tom LaneDocument the fact that fuzzystrmatch doesn't work in...
2009-04-06 Tom LaneCorrect keywords table for status of COLLATE vs
2009-04-06 Teodor SigaevFix 'all at one page bug' in picksplit method of R...
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-04-05 Tom LaneMake ExecInitExpr build the list of SubPlans found...
2009-04-05 Tom LaneChange EXPLAIN output so that subplans and initplans...
2009-04-05 Teodor SigaevFix infinite loop while checking of partial match in...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-04-05 Tom LaneI had always wondered why pg_config.h.win32 claimed...
2009-04-05 Tom LaneRemove contrib/intarray's definitions of the <@ and...
2009-04-04 Tom LaneHmm, baiji thinks we need explicit 'extern' here.
2009-04-04 Tom LaneMake an attempt at fixing our current Solaris 11 breaka...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-04-04 Tom LaneRewrite interval_hash() so that the hashcodes are equal...
2009-04-04 Alvaro HerreraDisallow setting fillfactor for TOAST tables.
2009-04-04 Tom LaneImprove obsolete comment.
2009-04-04 Tom LaneMake \dt \di and friends more consistent about the...
2009-04-04 Tom LaneMinor wordsmithing on descriptions of some \d commands.
2009-04-03 Tom LaneAdd missing help output for \ef option. Andrew Gierth
2009-04-03 Tom LaneUse (unsigned char) cast in argument of pg_tolower...
2009-04-03 Tom LaneAdd a comment documenting the question of whether Prefe...
2009-04-03 Tom LaneDefend against possible crash if a plpython function...
2009-04-03 Magnus HaganderMake directory name comparisons on Win32 case insensitive.
2009-04-02 Bruce MomjianDocument that Solaris can't use effective_io_concurrenc...
2009-04-02 Tom LaneRefactor ExecProject and associated routines so that...
2009-04-02 Bruce MomjianRevert DTrace patch from Robert Lor
2009-04-02 Tom LaneMinor code beautification/consolidation.
2009-04-02 Bruce MomjianGive a better error message when trying to change
2009-04-02 Bruce MomjianHave PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.
2009-04-02 Bruce MomjianAdd support for additional DTrace probes.
2009-04-02 Teodor SigaevFix memory allocation for output of hstore type.
2009-04-02 Bruce MomjianDo not show information_schema in \d* commands, unless...
2009-04-02 Tom LaneFix SetClientEncoding() to maintain a cache of previous...
2009-04-02 Bruce MomjianChange psql \d* display so 'S' _or_ a pattern include...
2009-04-02 Tom LaneFix GUC's reports of assign_hook failure to always...
2009-04-02 Tom Laneplpgsql's exec_simple_cast_value() mistakenly supposed...
2009-04-01 Tom LaneImprove pg_dump's query for retrieving BLOB comments...
2009-04-01 Heikki LinnakangasUpdate comment to reflect that LC_COLLATE and LC_CTYPE...
2009-04-01 Tom LaneIndex some array functions, per Mario Splivalo.
2009-04-01 Tom LaneRemove last references to the crypt auth method, per...
2009-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-03-31 Bruce MomjianRemove some "Other" sections in the release notes by...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-31 Magnus HaganderDon't crash initdb when we fail to get the current...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-31 Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-03-31 Bruce MomjianUpdate release note introductory description.
2009-03-31 Tom LaneAdd PQinitOpenSSL() function to support applications...
2009-03-31 Bruce MomjianMore new subsections in release notes.
2009-03-30 Bruce MomjianMore release note changes, including a lower level...
2009-03-30 Bruce MomjianMore release note adjustments, reordering.
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...
next