]> granicus.if.org Git - postgresql/history - src
In the release notes, mention that the "Overview" items are listed in
[postgresql] / src /
2007-12-07 Peter EisentrautRealign the running text in this file to 79 characters...
2007-12-06 Magnus HaganderDisable asserts by default on msvc build (to make it...
2007-12-06 Alvaro HerreraChange wording of logged message when cancelling an...
2007-12-04 Magnus HaganderDon't send an empty SSPI negotiation packet at the...
2007-12-03 Tom LaneFix build_minmax_path() to cope if an IS NULL clause...
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 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-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-29 Peter EisentrautTranslation updates
2007-11-28 Tom LaneMake a cleanup pass over error reports in tsearch code...
2007-11-28 Tom LaneImprove test coverage of CLOBBER_CACHE_ALWAYS by having...
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 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 EisentrautProperly recognize and announce input errors.
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 Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-27 Peter Eisentrautcorrect capitalization
2007-11-26 Tom LaneFix select_common_type() so that it can select a domain...
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. CainAdd 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 Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
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-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-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 Andrew DunstanChange descriptions of entity and tag objects to "XML...
2007-11-19 Bruce MomjianUpdate comment.
2007-11-19 Bruce MomjianAdd comment about COMMENT ON DATABASE failing for diffe...
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 Teodor SigaevFix tsvectorout() and tsqueryout() to escape backslesh...
2007-11-16 Marc G. Fournierupdate files for beta3
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 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 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-14 Tom LaneAdd a rank/(rank+1) normalization option to ts_rank...
2007-11-14 Tom LaneFix incorrect calculation of elapsed_xlogs. Itagaki...
next