]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-11-27  Tom LaneSuppress compiler warning.
2007-11-27  Bruce MomjianAdd example of MONEY casting to numeric if locale is...
2007-11-27  Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-27  Peter Eisentrautcorrect capitalization
2007-11-27  Bruce MomjianWording improvement for MONEY casting.
2007-11-27  Bruce MomjianAdd documentation about the issues of casting MONEY...
2007-11-26  Bruce MomjianAdd:
2007-11-26  Peter EisentrautChange index_name to name for consistency.
2007-11-26  Tom LaneFix select_common_type() so that it can select a domain...
2007-11-26  Peter EisentrautRequire a specific Autoconf version, instead of a lower...
2007-11-25  Andrew DunstanAllow for X as well as x to be the prefix for hexadecim...
2007-11-25  Andrew DunstanFix XML tag namespace change inadvertantly missed from...
2007-11-25  Peter EisentrautUse double quotes for quoting xml attributes.
2007-11-25  Tom LaneFix thinko in comment.
2007-11-24  Tom LaneReduce routine successful-archiving message from LOG...
2007-11-24  Tom LaneFix (I think) broken usage of MultiByteToWideChar....
2007-11-24  Tom LaneSlightly more paranoia and slightly better comments...
2007-11-24  Tom LaneAdd missed entry for new money regression test.
2007-11-24  Tom LaneMove resetting of currSchema to a spot where it's not...
2007-11-24  D'Arcy J.M... Add regression tests for MONEY type.
2007-11-24  Tom LaneSave another little bit of planner overhead on simple...
2007-11-24  Bruce MomjianIf pg_dump drops a schema, make sure 'search_path'...
2007-11-24  Bruce MomjianClarify how MONEY trims off trailing thousands separator.
2007-11-24  Bruce MomjianMake the MONEY data type have a thousands separator...
2007-11-24  Bruce MomjianBorland BCC does not support SSPI, per cnliou9@fastmail.fm.
2007-11-24  Bruce MomjianBorland CC 5.5.1 needs ssize_t, per cnliou9@fastmail.fm.
2007-11-24  Tom LaneChange fix_scan_expr() to avoid copying the input node...
2007-11-23  Tom LaneAvoid uselessly building a duplicate of the original...
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
next