]> granicus.if.org Git - postgresql/shortlog
postgresql
2004-06-05 Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2004-05-31 Tom LaneI think I've finally identified the cause of the off...
2004-05-29 Peter EisentrautTranslation update
2004-05-26 Bruce MomjianFix problems in pg_autovacuum:
2004-05-26 Bruce Momjian[ Backpatch to 7.4.X.]
2004-05-25 Tom LaneFix erroneous error message printout when a configurati...
2004-05-22 Tom LaneReduce pg_listener lock taken by NOTIFY et al from...
2004-05-21 Michael MeskesFixed DEALLOCATE PREPARE to use correct function call
2004-05-17 Kris JurkaFix setting timestamp values with very early year value...
2004-05-14 Tom LanePropagate enlargeStringInfo() fixes into the equivalent...
2004-05-12 Tom LaneTighten up overflow check in path_recv, pursuant to...
2004-05-11 Tom LaneAdd tests to enlargeStringInfo() to avoid possible...
2004-05-11 Tom LaneFix oversights in processing of LIMIT expressions durin...
2004-05-11 Tom LaneRepair recalculation failure for nested sub-SELECTs...
2004-05-10 Michael MeskesJust another bug in adjust_informix.
2004-05-07 Michael Meskes- Fixed bug that reversed string length in typedefs.
2004-05-07 Kris JurkaAllow public access to radius field to match other...
2004-05-07 Tom LaneNATURAL CROSS JOIN is a contradiction in terms, not...
2004-05-05 Tom LaneDon't assume that struct timeval's tv_sec field is...
2004-05-05 Tom LaneUnset PGCLIENTENCODING to prevent backend from dying...
2004-05-05 Michael MeskesFixed bug in adjust_informix that treated arrays as...
2004-04-29 Tom LaneI thought we'd made initdb safe against newline-munging...
2004-04-26 Kris JurkaUpdate the build.xml file to support building with...
2004-04-24 Tom LaneEnsure getaddrinfo_all returns null result on failure.
2004-04-24 Kris JurkaAllow updateable ResultSets to support types that aren...
2004-04-23 Michael MeskesFixed memory misusage in variable handling.
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...
next