]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-02-03  Bruce MomjianAdd:
2004-02-03  Joe ConwayAdd function (actually an int4 and an int8 version...
2004-02-02  Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02  Tom Laneautoconf run.
2004-02-02  Bruce MomjianSet only LC_ALL for sort in tags creation.
2004-02-02  Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02  Neil ConwayFix a read of uninitialized memory in next_token()...
2004-02-02  Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02  Bruce MomjianMove win32 changes from configure to configure.in,...
2004-02-02  Tom LaneDo not let external specification of CFLAGS stop us...
2004-02-02  Tom LaneAvoid generating invalid character encoding sequences...
2004-02-02  Neil ConwayUse Tcl_PutEnv() in place of putenv() in libpgtcl,...
2004-02-02  Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-02-02  Bruce MomjianBriefly,
2004-02-01  Bruce MomjianSet locale to C before doing sort in make_ctags.
2004-02-01  Tom LaneUpdate char_length() example for new semantics.
2004-02-01  Tom LaneMake length() disregard trailing spaces in char(n)...
2004-01-31  Neil ConwayFix a probably-harmless read of uninitialized memory...
2004-01-31  Neil ConwayRemove a superfluous semi-colon.
2004-01-31  Neil ConwayMicro-opt: replace calls like
2004-01-31  Tom LaneFix text_position to not scan past end of source string...
2004-01-30  Tom LaneFix debug elog message to agree with name of its routine.
2004-01-30  Bruce MomjianRemove sleep() and use single PG_SLEEP call for Win32...
2004-01-30  Bruce MomjianAdd:
2004-01-29  Neil ConwayFix (debatable) spelling mistake in a comment: 'concate...
2004-01-28  Tom LaneMake USING and WITH optional to bring the syntax of...
2004-01-28  Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-28  Tom LaneFix typo.
2004-01-28  Michael MeskesRemoved some debugging output.
2004-01-28  Michael Meskes- Issue a warning if a cursor is declared but not opened.
2004-01-28  Tom LaneFix oversight in check_ungrouped_columns optimization...
2004-01-28  Tom Lanesimplify_function() mustn't try to evaluate functions...
2004-01-27  Neil ConwayImprove the documentation of the 'join_collapse_limit...
2004-01-27  Tom LaneRun stats test separately, not as part of a parallel...
2004-01-27  Bruce MomjianPgindent win32 signal code.
2004-01-27  Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26  Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26  Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26  Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26  Bruce MomjianAdd Name:
2004-01-26  Bruce MomjianDone:
2004-01-26  Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-26  Neil ConwayThe attached patch clarifies (or, rather, makes explici...
2004-01-26  Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-26  Bruce MomjianAdded:
2004-01-26  Neil ConwayAdd usage examples for PREPARE and EXECUTE. Original...
2004-01-26  Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-26  Bruce MomjianClarify that the 'user' column still applies for 'trust'.
2004-01-26  Bruce MomjianUpdate datestamp.
2004-01-25  Neil ConwayFix an obsolete file path mentioned in a comment.
2004-01-25  Bruce Momjian*** empty log message ***
2004-01-25  Bruce MomjianAdd Joe to TODO:
2004-01-25  Bruce MomjianFix typo I mistakenly added.
2004-01-25  Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-25  Bruce MomjianUpdate null storage description.
2004-01-25  Bruce MomjianMention that log_statement only prints query on PREPARE...
2004-01-24  Tom LaneSupport named parameters in information_schema.parameters,
2004-01-24  Tom LaneFix problems with dropped columns in pltcl triggers...
2004-01-24  Tom LaneExample of a function taking a composite type should...
2004-01-24  Neil ConwayRevert the change to print.c, as this breaks src/bin...
2004-01-24  Jan WieckAdded GUC variable bgwriter_flush_method controlling...
2004-01-24  Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-24  Dennis BjorklundTranslation updates
2004-01-24  Tom LaneRepair planner failure for cases involving Cartesian...
2004-01-23  Tom LaneRevise GEQO planner to make use of some heuristic knowl...
2004-01-23  Bruce MomjianAdd:
2004-01-23  Bruce MomjianAdd MySQL mention of licensing difference.
2004-01-23  Bruce MomjianAdd:
2004-01-23  Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-22  Peter EisentrautTranslation update
2004-01-22  Tom LaneRemove ExpandDatabasePath(), which is unused and must...
2004-01-22  Neil ConwayMinor improvements to the trigger documentation, and...
2004-01-22  Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2004-01-22  Dennis BjorklundTranslation updates
2004-01-22  Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-22  Tom LaneCorrect error introduced in recent hasoids changes...
2004-01-21  Tom LaneRepair error apparently introduced in the initial codin...
2004-01-21  Tom LaneEnsure fflush(stdout) happens in all cases, per gripe...
2004-01-21  Tom LaneIf we don't have shared libraries, we don't have conver...
2004-01-21  Tom LaneFix bit-rot in support for building with --disable...
2004-01-21  Michael MeskesAdded WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
2004-01-21  Dennis BjorklundTranslation updates
2004-01-20  Tom LaneImplement '\copy from -' to support reading copy data...
2004-01-20  Tom LaneRemove no-longer-relevant note about forcing the type...
2004-01-20  Tom LaneThis is a patch to support readline prompts which conta...
2004-01-19  Tom LaneRemove JDBC from the build system and documentation...
2004-01-19  Tom LaneImprove discussion of consistent-snapshot backup techni...
2004-01-19  PostgreSQL... missed a few files
2004-01-19  PostgreSQL... JDBC is now on GBorg
2004-01-19  Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-19  Teodor SigaevCorrect type for isalnum
2004-01-19  Peter EisentrautFix typo.
2004-01-19  Tom LaneDon't return an overoptimistic result from join_in_sele...
2004-01-19  Tom LaneRecognize that IN subqueries return already-unique...
2004-01-19  Tom LaneAdd a hash table to cache lookups of 'C'-language funct...
2004-01-18  Peter EisentrautTranslation update
2004-01-18  Tom LaneDon't use %s-with-precision format spec to truncate...
2004-01-18  Tom LaneWhen testing whether a sub-plan can do projection,...
2004-01-17  Tom LaneRepair misestimation of indexscan CPU costs. When...
2004-01-16  Tom LaneTighten short-circuit tests for deciding whether we...
next