]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-07-02  Peter EisentrautTranslation update
2004-06-29  Peter EisentrautOverride upstream DSSSL style sheet formatting changes
2004-06-27  Michael Meskes- Only use typedefs inside their scope.
2004-06-24  Kris JurkaFix apparently harmless typo. {$srcdir} -> ${srcdir}
2004-06-23  Teodor SigaevFix stupid bug in installcheck
2004-06-22  Kris JurkaClose the existing socket connection when reverting...
2004-06-21  Kris JurkaFix some problems with result sets positioned before...
2004-06-21  Kris JurkaFix updatable ResultSets stream methods (ascii, charact...
2004-06-18  Kris JurkaForeign key information results should have column...
2004-06-17  Michael MeskesAdded patch by ISHIDA Akio to allow indicators in execu...
2004-06-16  Kris JurkaDon't throw an Exception in locatorsUpdateCopy() even...
2004-06-16  Kris JurkaBump the build number to relase a new version.
2004-06-16  Kris JurkaWhen deleteRow() is called on an updateable ResultSet...
2004-06-16  Bruce MomjianDo PGAC_FUNC_GETPWUID_R_5ARG check with the proper...
2004-06-16  Kris JurkaFix DatabaseMetaData results for determining foreign key
2004-06-13  Peter EisentrautRemove README.CVS when making a distribution. REL7_4_3
2004-06-13  Peter EisentrautTranslation update
2004-06-13  Tom LaneCorrect erroneous table title, per Halley Pacheco de...
2004-06-13  Tom LaneSuppress compile warnings on machines where the INT64CO...
2004-06-12  Tom LaneNow needs to include <ctype.h>.
2004-06-12  Tom LaneSome editorializing on 7.4.3 release notes.
2004-06-12  Bruce MomjianMarkup fix.
2004-06-12  Bruce MomjianFix markup
2004-06-12  Bruce MomjianUpdate release notes for 7.4.3.
2004-06-11  Bruce MomjianStamp 7.4.3. Still need release notes.
2004-06-11  Bruce MomjianECPG preprocessor for PostgreSQL 7.4.1, 7.4.2 doubles...
2004-06-10  Peter EisentrautTranslation updates
2004-06-10  Peter EisentrautTranslation updates
2004-06-10  Peter EisentrautTranslation update
2004-06-10  Bruce MomjianAdd Brazilian version of FAQ.
2004-06-08  Tom LaneAdd missing check for too-few-inputs when replacing...
2004-06-08  PostgreSQL... tag this as 7.4.3 and copyright date 2004
2004-06-07  Teodor SigaevRemove asymetrical word processing in query and text
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
next