]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-12-02  Bruce MomjianAttached is a patch that adds the function xml_encode_s...
2004-12-02  Bruce MomjianAdd Charset WIN1252 support.
2004-12-02  Tom LaneAllow libedit to keep its headers in /usr/include/readl...
2004-12-02  Bruce MomjianAdd documention on ARRAY() function.
2004-12-02  Bruce MomjianAdd mention of using --disable-rpath with regression...
2004-12-02  Bruce MomjianPrevent pg_autovacuum -D from needing an argument.
2004-12-02  Tom LaneHack to work around broken linker on older NetBSD/OpenB...
2004-12-02  Bruce MomjianChange Win32 dlerror message to:
2004-12-02  Bruce MomjianAdd for Win32:
2004-12-02  Bruce MomjianAdd:
2004-12-02  Tom LaneDisallow the combination VACUUM FULL FREEZE for safety...
2004-12-02  Bruce MomjianAdd:
2004-12-02  Bruce MomjianDon't bother adding to cflags/cppflags, just set them...
2004-12-02  Bruce MomjianWording improvement.
2004-12-02  Bruce MomjianDocument that btrim()'s second parameter is optional...
2004-12-02  Bruce MomjianUpdate Brazilian FAQ.
2004-12-02  Bruce MomjianRework libpq threaded SIGPIPE handling to avoid interfe...
2004-12-02  Neil ConwayFix a potential free() of string literal in oid2name...
2004-12-02  Bruce MomjianAdd:
2004-12-02  Neil ConwayThis is a little patch to correct the documentation...
2004-12-02  Bruce MomjianUpdate Japanese FAQ.
2004-12-02  Tom LaneTeach regex_fixed_prefix() the correct handling of...
2004-12-02  Tom LaneMake some adjustments to reduce platform dependencies...
2004-12-01  Bruce MomjianAllow libpq to build on MS Visual Studio .NET 2003...
2004-12-01  Bruce MomjianUpdate French FAQ.
2004-12-01  Tom LaneFix timestamptz_age() to do calculation in local timezo...
2004-12-01  Tom LaneClarify documentation of age() functions.
2004-12-01  Tom LaneChange planner to use the current true disk file size...
2004-12-01  Bruce MomjianAdd:
2004-12-01  Bruce MomjianUpdate with Gavin's additions.
2004-11-30  Bruce MomjianRemove question mark on COPY CSV fix:
2004-11-30  Bruce MomjianAdd \n to end of output for psql \s with no history...
2004-11-30  Bruce MomjianUpdate Turkish FAQ.
2004-11-30  Bruce MomjianRemoved:
2004-11-30  Bruce MomjianQuote SHELL arguments only on Win32.
2004-11-30  Bruce MomjianAdd:
2004-11-30  Tom LaneFix readline/libedit selection code to prefer readline...
2004-11-30  Bruce MomjianUpdate wording:
2004-11-30  Bruce MomjianUpdated TODO list description:
2004-11-30  Bruce MomjianAdd:
2004-11-30  Bruce MomjianAdd:
2004-11-30  Neil ConwayFix a few typos in comments.
2004-11-30  Bruce MomjianAdd:
2004-11-29  Tom LaneUpdate plperl to use ereport() not elog() for user...
2004-11-29  Bruce MomjianAdd:
2004-11-29  Tom LaneClean up initdb's error handling so that it prints...
2004-11-29  Bruce MomjianUpdate Turkish FAQ.
2004-11-29  Bruce MomjianAdd comment explaining possible compiler warning:
2004-11-29  Bruce MomjianAdd:
2004-11-29  Bruce MomjianTypo fixes.
2004-11-29  Bruce MomjianHave initdb display relative paths to start postmaster...
2004-11-28  Tom LaneMake pg_dumplo schema-aware. Karel Zak
2004-11-28  Tom LaneAvoid scribbling on original parsetree during DECLARE...
2004-11-28  Bruce MomjianAdd description:
2004-11-28  Bruce MomjianMega-clarifications from Joachim Wieland.
2004-11-27  Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-11-27  Peter EisentrautCorrectly name the Windows operating systems
2004-11-27  Peter EisentrautUpdate of conformance information to SQL:2003
2004-11-27  Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-27  Bruce MomjianAdd web development faq item.
2004-11-27  Bruce MomjianAdd mention of Cygwin. Update version number.
2004-11-27  Bruce MomjianAdd to CPPFLAGS/CFLAGS in template files, don't over...
2004-11-27  Tom LaneThis adds mention of my latest tweak to the tsearch2...
2004-11-26  Tom LaneRelOptInfo.pages should really be declared as BlockNumb...
2004-11-24  Tom LaneInstall Tcl regex fixes to sync our regex engine with...
2004-11-24  Tom LaneOur interface code for Spencer's regexp package was...
2004-11-24  Tom LaneA client_encoding specification coming from the connect...
2004-11-24  Tom LaneAvoid getting bit by roundoff error while checking...
2004-11-24  Neil ConwayTrivial fix for a bug introduced in r1.94 of help.c...
2004-11-24  Neil ConwayAssert that BufferIsPinned() in IncrBufferRefCount...
2004-11-23  Neil ConwayPrevent pgcrypto from successfully compiling if no...
2004-11-23  Peter EisentrautNew translations
2004-11-23  Peter EisentrautTranslation updates
2004-11-23  Peter EisentrautClean files generated by htmlhelp target.
2004-11-23  Peter EisentrautAdd htmlhelp stylesheet and build target.
2004-11-23  Tom LaneFurther plperl cleanup: be more paranoid about checking...
2004-11-22  Tom LaneThe beginnings of a regression test for plperl. Right...
2004-11-22  Tom LaneTry to instill some sanity in plperl's function result...
2004-11-22  Neil ConwayFix typo in release notes. Michael Fuhr.
2004-11-22  PostgreSQL... update us to beta5 REL8_0_0BETA5
2004-11-22  Tom LaneUpdate release notes for recent changes; also minor...
2004-11-21  Tom LaneFix rounding problem in dynahash.c's decision about...
2004-11-21  Tom LaneReduce the default size of the PortalHashTable in order...
2004-11-21  Tom LaneWhile fixing plperl and pltcl, I realized plpgsql wasn...
2004-11-21  Tom LaneSuppress remaining compile warnings, and add a comment...
2004-11-21  Tom LaneFix plperl and pltcl error handling per my previous...
2004-11-20  Bruce MomjianFix typo.
2004-11-20  Tom LanePatch of 2004-03-30 corrected date_part(timestamp)...
2004-11-20  Tom LaneFix typo, per Bruno Wolff.
2004-11-20  Tom LaneFix up makefile dependencies for pg_config_paths.h.
2004-11-20  Tom LaneAvoid scanning the relcache during AtEOSubXact_Relation...
2004-11-20  Tom LaneReduce the default size of the local lock hash table...
2004-11-20  Tom LaneFix plperl's elog() function to convert elog(ERROR...
2004-11-20  Tom LaneFix one more place where we were expecting lcons()...
2004-11-20  Tom LaneOn some HPUX versions/hardware, it seems we need to...
2004-11-20  Tom LaneFix unportable isdigit() call --- must cast arg to...
2004-11-20  Tom LaneMove pgstat_report_tabstat() call so that stats are...
2004-11-20  Tom LaneMake sure we produce a useful error message for the...
2004-11-20  Tom LaneImprove error reporting for SSL connection failures...
2004-11-19  Tom LaneFix incorrect documentation of plperl's method for...
next