]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-04-22  Peter EisentrautFix typo
2004-04-22  Peter EisentrautNew link for Solaris IPC article
2004-04-18  Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-15  Peter EisentrautTranslation updates
2004-04-07  Tom LaneStill another place to make the world safe for zero...
2004-04-06  Tom LaneSupport FULL JOIN with no join clauses, such as X FULL...
2004-04-06  Tom LaneALTER SEQUENCE RESTART did the wrong thing if sequence...
2004-04-05  Peter EisentrautTranslation updates
2004-03-29  Barry LindFix for bug with the jdbc driver not properly working...
2004-03-29  Michael MeskesFixed possible segfault in type.c (by Juergen Cappel)
2004-03-28  Tom LaneSome further editorializing on README.CVS.
2004-03-26  Bruce MomjianAdd -D_REENTRANT for Solaris threading.
2004-03-25  Bruce MomjianUpdate solaris for threading.
2004-03-25  Teodor SigaevMinimize memory allocation for void (but not null)...
2004-03-23  Bruce Momjianfflush() FILE buffer to descriptor so stat call gets...
2004-03-23  Bruce MomjianFix getpwuid_r call:
2004-03-22  Bruce MomjianIn working through a pg_autovacuum problem with Joe...
2004-03-20  Bruce MomjianHandle draft version of getpwuid_r() that accepts only...
2004-03-17  Bruce MomjianFix pg_autovacuum to handle unsigned and oids better.
2004-03-14  Bruce MomjianUpdate Solaris thread flags, per Jim Seymour
2004-03-14  Tom LaneFix error in termination of COPY IN mode when using...
2004-03-14  Bruce Momjian> (I also see some post-7.4.1 changes in src/template...
2004-03-14  Michael MeskesCommitted Informix compat bug fix to 7.4 as well.
2004-03-13  Tom LaneRepair memory leakage introduced into the non-hashed...
2004-03-10  Neil ConwayImprovements to README.CVS
2004-03-10  Bruce MomjianRemove HISTORY and INSTALL. Have them generated by...
2004-03-09  Bruce MomjianRemove blank line in Makefile.
2004-03-09  Bruce MomjianAdd HISTORY/INSTALL clean target to 7.4.X.
2004-03-09  Bruce MomjianRebuild HISTORY file to match our official style sheets.
2004-03-08  Bruce MomjianUpdate German FAQ.
2004-03-07  Tom LaneSome editorial work on 7.4.2 release notes. REL7_4_2
2004-03-05  Bruce MomjianBrand 7.4.2. Release notes still need work.
2004-03-05  Bruce MomjianFirst update of release notes for 7.4.2. Still needs...
2004-03-05  Tom Lanelibpq's query to get the OIDs of large-object support...
2004-03-05  Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2004-03-04  Michael Meskes- Fixed segfault due to missing check for variable...
2004-03-04  Kris JurkaUpdate build number in anticipation of 7.4.2 release...
2004-03-02  Tom LaneAlways schema-qualify the name of a function referenced...
2004-03-02  Tom LaneJunkfilter logic to force a projection step during...
2004-03-02  Bruce Momjian[ backpatch]
2004-03-02  Bruce MomjianUpdate Turkish FAQ, Devrim GUNDUZ
2004-03-02  Bruce MomjianAdd missing sprompt.obj psql usage for Borland compiler...
2004-03-02  Michael MeskesAdded the missing rules for VOLATILE.
2004-03-02  Tom LaneUpdate release notes for 7.3.6.
2004-03-02  Tom LaneReplace unportable use of /dev/stdin with lynx's -stdin...
2004-02-29  Tom Lanemake_sort_from_pathkeys()'s method for choosing which...
2004-02-28  Dennis BjorklundTranslation updates
2004-02-27  Tom Lanegenericcostestimate() neglected to include qual startup...
2004-02-27  Tom Laneprocess_implied_equality must copy the substructure...
2004-02-24  Tom Laneanyarray really needs to be declared with typalign...
2004-02-24  Michael Meskes- Corrected error handling in PGTYPEStimestamp_from_asc.
2004-02-24  Kris JurkaClosing a Connection or Statement object twice should...
2004-02-24  Joe ConwayWhen returning type "record", replace use of pgresultGe...
2004-02-24  Joe ConwayApply quote_literal to the start_with argument of conne...
2004-02-24  Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-02-24  Tom LaneDon't crash when a rowtype argument to a plpgsql functi...
2004-02-23  Tom LaneReplace opendir/closedir calls throughout the backend...
2004-02-23  Tom LaneDo a direct probe during postmaster startup to determin...
2004-02-23  Michael MeskesFixed incorrect output of indicator structs using the...
2004-02-21  Bruce MomjianThe following bug has been logged online:
2004-02-21  Tom LaneImplement a solution to the 'Turkish locale downcases...
2004-02-15  Michael Meskes- Allowed some C keywords to be used as SQL column...
2004-02-15  Michael Meskes - Added missing braces to array parsing.
2004-02-13  Tom LaneRepair optimization bug I introduced in a moment of...
2004-02-13  Bruce MomjianTom Lane wrote:
2004-02-12  Bruce MomjianJan:
2004-02-12  Peter EisentrautTranslation updates
2004-02-11  Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-10  Tom LaneRepair missing inclusions of -lintl for shared libraries.
2004-02-10  Kris JurkaDon't try to turn the random bytes from a md5 salt...
2004-02-03  Tom LaneEnsure that memcmp() does not run off the end of memory...
2004-02-03  Kris JurkaV3 NotificationResonse messages were trying to be recei...
2004-02-03  Kris JurkaConnectionPool and SimpleDataSource are marked Serializ...
2004-02-03  Kris JurkaResultSet.next() and previous() incremented or decremen...
2004-02-03  Kris JurkaFix the setXXXStream methods. If passed a null InputSt...
2004-02-03  Kris JurkaNewer versions of the 1.4.2 jdk give warnings about...
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-01-31  Tom LaneFix text_position to not scan past end of source string...
2004-01-28  Michael Meskes- Fixed prototype for ECPGprepared_statement to not...
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  Tom LaneRun stats test separately, not as part of a parallel...
2004-01-26  Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-26  Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-24  Tom LaneFix problems with dropped columns in pltcl triggers...
2004-01-24  Tom LaneRepair planner failure for cases involving Cartesian...
2004-01-22  Peter EisentrautTranslation update
2004-01-22  Tom LaneFix incorrect dumping of database LOCATION from 7.0...
2004-01-22  Tom LaneFix oversight in optimization that avoids an unnecessar...
2004-01-21  Tom LaneEnsure fflush(stdout) happens in all cases, per gripe...
2004-01-21  Tom LaneBack-patch repairs for --disable-shared support.
2004-01-21  Michael MeskesAdded WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE.
2004-01-19  Teodor SigaevCorrect type for isalnum
2004-01-19  Peter EisentrautFix typo.
2004-01-18  Peter EisentrautTranslation update
2004-01-18  Tom LaneDon't use %s-with-precision format spec to truncate...
2004-01-18  Tom LaneRepair faulty plan generation in cases where we choose...
2004-01-14  Dennis BjorklundTranslation updates
next