]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-12-04  Tom LaneCorrect misattribution of earthdistance module ---...
2007-12-04  Magnus HaganderDon't send an empty SSPI negotiation packet at the...
2007-12-03  Tom LaneEntity-ify a passel of & < > characters. Per gripe...
2007-12-03  Tom LaneFix build_minmax_path() to cope if an IS NULL clause...
2007-12-03  Tom LaneRemove contrib/spi/preprocessor, which has been uninter...
2007-12-03  Magnus HaganderDefault to integer timestamps being off until 8.4,...
2007-12-03  Magnus HaganderDon't try to install README.spi
2007-12-03  Magnus HaganderAdd missing documentation for SSPI packets.
2007-12-03  Tom LaneImprove partitioning example, per Itagaki Takahiro.
2007-12-03  Tom LaneRemove obsoleted README files.
2007-12-03  Tom LaneAdd SGML documentation for contrib/spi and contrib...
2007-12-03  Tom LaneUpdate SGML contrib documentation to catch up with...
2007-12-03  Tom LaneStamp 8.3beta4. REL8_3_BETA4
2007-12-03  Tom LaneRevert COPY OUT to follow the pre-8.3 handling of ASCII...
2007-12-02  Tom LaneEnsure that all <sect1> and <refentry> tags have IDs...
2007-12-02  Tom LaneRemove README files now migrated to SGML docs.
2007-12-02  Tom LaneAdd SGML docs for contrib/dict_int and contrib/dict_xsyn.
2007-12-02  Tom LaneImprove the manual's discussion of partitioning. Recom...
2007-12-02  Tom LaneMention hash opclasses in 'System Dependencies on Opera...
2007-12-02  Tom LaneSync release notes with CVS HEAD; various editorial...
2007-12-01  Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-12-01  Tom LaneSuppress compiler warnings in recent plperl patch....
2007-12-01  Andrew DunstanRevert inadvertantly committed change.
2007-12-01  Andrew DunstanWorkaround for perl problem where evaluating UTF8 regex...
2007-11-30  Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-30  Tom LaneRepair bug that allowed RevalidateCachedPlan to attempt...
2007-11-30  Magnus HaganderAdd win32error.c to libpq, needed to resolve _dosmaperr.
2007-11-30  Magnus HaganderUse _dosmaperr() to deal with errors opening files...
2007-11-30  Bruce MomjianUpdate release notes to current CVS.
2007-11-29  Bruce MomjianUpdate Japanese FAQ.
2007-11-29  Peter EisentrautTranslation updates
2007-11-28  Bruce MomjianAdd additional PITR documentation.
2007-11-28  Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-28  Bruce MomjianRETURN NEXT doc improvement, per Alvaro.
2007-11-28  Bruce MomjianUpdate RETURN NEXT documentation for plpgsql.
2007-11-28  Tom LaneImprove test coverage of CLOBBER_CACHE_ALWAYS by having...
2007-11-28  Bruce MomjianPlpgsql doc cleanup.
2007-11-28  Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-28  Tom LaneInstall a lookaside cache to speed up repeated lookups...
2007-11-28  Peter EisentrautProper capitalization of Ispell
2007-11-28  Peter Eisentrautspell checker run
2007-11-28  Peter EisentrautFix XML Schema structure for char types without length...
2007-11-28  Peter EisentrautImprove terminology
2007-11-28  Peter EisentrautFix typo
2007-11-28  Peter EisentrautAdd credit to Pavel Stehule for XML functionality
2007-11-28  Peter EisentrautFix column number
2007-11-28  Peter EisentrautProperly recognize and announce input errors.
2007-11-28  Bruce MomjianAdd a few current_* variable index entries to the docs.
2007-11-28  Bruce MomjianAdd comments about VACUUM to free space map docs.
2007-11-28  Bruce MomjianChange a stop word on the right-hand-side in the thesau...
2007-11-27  Tom LaneFix plpgsql to not lookup block labels except in contex...
2007-11-27  Tom LaneFix pg_regress to check the directory it is actually...
2007-11-27  Tom LaneAdd quote_literal(anyelement) to preserve (and, in...
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'.
next