]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
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.
next