]> granicus.if.org Git - postgresql/shortlog
postgresql
2007-11-23 Bruce MomjianFix white space in MONEY type code. Rename 'comma...
2007-11-23 Bruce MomjianUpdate text:
2007-11-23 Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
2007-11-23 Tatsuo IshiiFix "Overall Page Layout" table. The second row should...
2007-11-22 Tom LaneActually ... it's pretty silly that parse_oper.c doesn...
2007-11-22 Tom LaneSave one syscache lookup when examining volatility...
2007-11-22 Bruce MomjianAdd more comments about thousands separator handling.
2007-11-22 Tom LanePrevent Perl from introducing a possibly-incompatible...
2007-11-22 Bruce MomjianAdd comments about thousands separator logic.
2007-11-22 Bruce MomjianDocument that doc builds now build indexes by default...
2007-11-21 Bruce MomjianWSATYPE_NOT_FOUND was already defined for BCC so don...
2007-11-21 Bruce MomjianFix build of libpq for Borland CC.
2007-11-21 Bruce MomjianWhen setting default thousands separator when locale...
2007-11-21 Bruce MomjianFix typo in comment.
2007-11-21 Tom LaneClarify the syntax rules for raw tsvector input.
2007-11-20 Tom LaneFix bogus length calculation that could lead to crash...
2007-11-20 Bruce MomjianFix pg_ctl -t to register -t value, per Alvaro.
2007-11-20 Bruce MomjianSplit release notes up into smaller sections; easier...
2007-11-20 Tom LaneFix some missed usages of 'HTML tag' and 'HTML entity'.
2007-11-20 Bruce MomjianMake "contrib/" tag consistent.
2007-11-20 Bruce MomjianSplit out data types and function entries into separate...
2007-11-20 Bruce MomjianRelease note adjustments suggested by IRC users.
2007-11-20 Andrew DunstanAdjust contrib/tsearch2 regression results to use XML...
2007-11-20 Bruce MomjianReorder a few release notes items for consistency.
2007-11-20 Bruce MomjianTrim down release section headings (no need for Changes).
2007-11-20 Andrew DunstanChange descriptions of entity and tag objects to "XML...
2007-11-20 Bruce MomjianSplit "server changes" up into smaller sections in...
2007-11-20 Bruce MomjianMarkup fix.
2007-11-20 Bruce MomjianMore release notes wording cleanups.
2007-11-20 Bruce MomjianUpdate COMMENT item:
2007-11-19 Bruce MomjianUpdate wording:
2007-11-19 Bruce MomjianUpdate comment.
2007-11-19 Bruce MomjianAdd suggested syntax for COMMENT ON DATABASE:
2007-11-19 Bruce MomjianAdd comment about COMMENT ON DATABASE failing for diffe...
2007-11-19 Bruce MomjianAdd:
2007-11-19 Tom LaneImprove description of implicit-text-casting compatibil...
2007-11-19 Tom LaneMinor improvement in documentation of temp_tablespaces...
2007-11-18 Tom LaneRemove no-longer-accurate claim that REINDEX won't...
2007-11-17 Bruce MomjianWordsmith improvements to first half of release notes...
2007-11-17 Bruce MomjianSimplify TEXT cast working; spelling fixes to release...
2007-11-16 Tom LaneImprove GIN index build's tracking of memory usage...
2007-11-16 Tom LaneGIN index build's allocatedMemory counter needs to...
2007-11-16 Alvaro HerreraFix inconsistent message wording, and split off a coupl...
2007-11-16 Tom LaneRepair still another bug in the btree page split WAL...
2007-11-16 Bruce MomjianFix a few mentions of "Postgres" that slipped into...
2007-11-16 Bruce MomjianAdd release note that "Postgres" is now documented...
2007-11-16 Bruce MomjianSimplify wording.
2007-11-16 Bruce MomjianAdd FAQ items about "Postgres" alias usage, remove...
2007-11-16 Teodor SigaevFix tsvectorout() and tsqueryout() to escape backslesh...
2007-11-16 Tom LaneFix markup that doesn't work in HISTORY generation. REL8_3_BETA3
2007-11-16 Tom LaneRe-do configure with autoconf 2.59
2007-11-16 Marc G. Fournierupdate files for beta3
2007-11-16 Tom LaneAdd a couple of notes pointing out that GIN index build...
2007-11-16 Bruce MomjianSmall comment spacing improvement.
2007-11-16 Bruce MomjianBetter guard token used by pgindent.
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Bruce MomjianCleanup for new else/comment handling.
2007-11-16 Tom LaneFix stupid typo in recently-added code :-(
2007-11-16 Tom LaneAdd snb_ru_init(internal) to list of stub functions...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce MomjianFix pgindent to properly handle 'else' and single-line...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce MomjianBeef up README instructions, again.
2007-11-15 Bruce MomjianCUpdate README to suggest 'gmake distclean'. Add libra...
2007-11-15 Bruce MomjianUpdate pgtools README to be clearer about typdefs.
2007-11-15 Bruce MomjianUpdate pgindent with current typedefs.
2007-11-15 Peter EisentrautWhen logging the recovery.conf parameters, show them...
2007-11-15 Bruce MomjianAdd blank lines to pgindent.
2007-11-15 Tom LaneUse ftruncate() not truncate() in mdunlink. Seems...
2007-11-15 Tom LaneUpdate timezone data files to release 2007i of the...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Peter EisentrautTranslation updates
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-11-15 Peter EisentrautUpdate config.guess and config.sub
2007-11-15 Bruce MomjianAdd more detail for non-TEXT cast release item.
2007-11-15 Peter EisentrautMessage improvements
2007-11-15 Peter EisentrautAdd to synopsis that timeout option also applies to...
2007-11-15 Peter EisentrautMake help synopsis consistent
2007-11-15 Peter EisentrautMake synopses of -t option consistent
2007-11-15 Bruce MomjianDocument that /contrib/tsearch2 now contains a compatib...
2007-11-14 Tom LaneAdjust example to reduce confusion between a tsvector...
2007-11-14 Tom LaneAdd a rank/(rank+1) normalization option to ts_rank...
2007-11-14 Tom LaneFix incorrect calculation of elapsed_xlogs. Itagaki...
2007-11-14 Tom LaneAdd an Accept parameter to "simple" dictionaries. ...
2007-11-14 Bruce MomjianMention that GSSAPI is preferred over Kerberos authenti...
2007-11-14 Magnus HaganderAdd note about deprecating krb5 authentication in favou...
2007-11-14 Bruce MomjianCapitalize "Migration to Version".
2007-11-14 Bruce MomjianProperly capitalize "Migrate To Version"; seems we...
2007-11-14 Bruce MomjianMarkup cleanup.
2007-11-14 Bruce MomjianReference pgfoundry instead of gborg.
2007-11-14 Bruce MomjianRemove reference to gborg, instead reference pgfoundry.
2007-11-14 Tom LaneUpdate discussion of tsearch2 migration. I'm not entir...
2007-11-14 Tom LaneMove contrib docs to an appendix (next door to External...
2007-11-14 Tom LaneClean up some now-obsolete references to GBorg.
2007-11-14 Tom LaneAdd some quick documentation for tsearch2 compatibility...
2007-11-14 Bruce MomjianUpdate release notes to current CVS.
2007-11-13 Tom LaneClean up some stray references to tsearch2.
2007-11-13 Tom Lanecontrib/tsearch2 need not be special-cased any longer.
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-13 Tom LaneOoops, missed one file to remove.
next