]> granicus.if.org Git - postgresql/history - src
Generate and include manifest in standalone libpq build on Windows.
[postgresql] / src /
2008-01-10 Magnus HaganderGenerate and include manifest in standalone libpq build...
2008-01-10 Bruce Momjianvacuum_cost_limit has a minimum value of 1, not zero...
2008-01-09 Tom LaneRemove incorrect (and ill-advised anyway) pfree's in...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-09 Tom LaneFix some planner issues found while investigating Kevin...
2008-01-09 Magnus HaganderDon't enforce 32-bit time_t for FRONTEND apps. Fixes...
2008-01-09 Neil ConwayFix an omission in the outfuncs.c support for Agg nodes...
2008-01-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
2008-01-08 Tom Laneinformix.c was violating the coding rule about not...
2008-01-08 Tom LaneRemove unnecessary comma in enum definition ... some...
2008-01-07 Bruce MomjianMention use of src/tools/major_release_split for creati...
2008-01-07 Neil ConwayFix a minor bug in outfuncs support for SetOp: dupOpera...
2008-01-06 Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-03 Tom LaneStamp release 8.3RC1. REL8_3_RC1
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-03 Tom LaneFix assorted security-grade bugs in the regex engine...
2008-01-02 Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-02 Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-02 Tom LaneFix plpython's overoptimistic caching of information...
2008-01-02 Bruce MomjianCorrect two more copyrights found by updated script.
2008-01-02 Bruce MomjianModify copyright script to handle cases where there...
2008-01-01 Tom LaneUpdate time zone data files to tzdata release 2007k.
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-31 Tom LaneImprove a number of elog messages for not-supposed...
2007-12-30 Andrew DunstanAdd sanity check to ensure delimiter and quote are...
2007-12-28 Peter Eisentrautmay -> might
2007-12-28 Michael MeskesSorry, hit the wrong button with my last commit. Here...
2007-12-28 Michael Meskes*** empty log message ***
2007-12-28 Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-27 Tom LaneDisallow digits and lower-case ASCII letters as the...
2007-12-27 Tom LaneFix ill-advised usage of x?y:z expressions in errmsg...
2007-12-27 Tom LaneSwap the order of testing for control characters and...
2007-12-27 Peter EisentrautWording improvements
2007-12-21 Bruce MomjianUpdate find_typedefs to handle simple 'typedef X' cases...
2007-12-21 Michael MeskesFixed a few minor glitches pointed out by splint.
2007-12-21 Bruce MomjianModify pgindent to use an external typedefs file rather...
2007-12-21 Magnus Haganderlibpq needs pgsleep on win32 because of the changes...
2007-12-20 Magnus HaganderOn win32, loop when opening files if sharing- och lock...
2007-12-20 Tom LaneWhen given a nonzero column number, pg_get_indexdef...
2007-12-19 Magnus HaganderRemove unnecessary logo output from msbuild when cleani...
2007-12-19 Magnus HaganderMake all msvc build scripts use buildenv.pl, not builde...
2007-12-18 Andrew DunstanFix thinko in encoding check for chr()
2007-12-18 Tom LaneMake archiver process report its progress in PS display...
2007-12-18 Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-12-17 Bruce MomjianMention use all configure options when getting pgindent...
2007-12-17 Bruce MomjianMention installing /contrib libraries for pgindent.
2007-12-15 Magnus HaganderGet dllwrap name from variable instead of hardcoded.
2007-12-13 Peter EisentrautClarify log messages
2007-12-13 Bruce MomjianMark items needing updating for beta stamping.
2007-12-12 Tom LaneImprove the method of localizing column names and other...
2007-12-12 Tom LaneClean up unportable attempt to use #if inside a macro...
2007-12-12 Peter EisentrautProvide a more accurate, detailed log message when...
2007-12-11 Alvaro HerreraMake CSV column ordering a bit more logical.
2007-12-11 Tom LaneMake documentation of -W options more accurate and...
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-12-11 Alvaro HerreraExtend the format of CSV logs to include the additional...
2007-12-11 Magnus HaganderUse _USE_32BIT_TIME_T when building with MSVC. Also...
2007-12-10 Tom LaneFix attribution for Rime of the Ancient Mariner (obviou...
2007-12-09 Tom LaneThe E. J. Pratt verse used as a tsearch test case is...
2007-12-09 Tom LaneFix bogus prompt for password in -u case. Per gripe...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-12-08 Tom LaneFix mergejoin cost estimation so that we consider the...
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...
next