]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2004-01-14  Tom Lanepg_settings should have UPDATE privilege allowed to...
2004-01-14  Tom LaneThe no-updates-to-system-catalogs-unless-usecatupd...
2004-01-14  Tom LaneRevert ill-starred change of 13-Feb-02: it appeared...
2004-01-13  Peter EisentrautFix format string error.
2004-01-13  Peter EisentrautTranslation update
2004-01-11  Dennis BjorklundTranslation updates
2004-01-11  Dennis BjorklundMark string for translation.
2004-01-10  Tom LaneFix subquery pullup logic to not be fooled when a view...
2004-01-09  Tom LaneFix incorrect SQL syntax emitted when -E is given witho...
2004-01-08  Tom LaneRemove broken (and unnecessary) definition of operator...
2004-01-08  Bruce MomjianUpdate OSF thread flags for non-gcc compiles.
2004-01-08  Dennis BjorklundTranslation updates
2004-01-08  Bruce MomjianUpdate Solaris thread setting for non-gcc compilers.
2004-01-07  Peter EisentrautTranslation updates
2004-01-05  Peter EisentrautTranslation updates
2004-01-04  Peter EisentrautCorrect gettext URL.
2004-01-04  Michael MeskesFixed bug in GRANT OPTION FOR parsing.
2004-01-04  Tom LaneFix portability bugs: char values passed to <ctype...
2004-01-04  Tom LaneFix discrepancy in prototypes for HPUX pg_dlerror.
2004-01-04  Tom LaneFix ReadOffset() to work correctly when off_t is wider...
2004-01-04  Bruce MomjianRemove trailing semicolons from macro initializations...
2004-01-01  Tom LaneDo an explicit fflush after writing a progress message...
2004-01-01  Bruce MomjianBackpatch Solaris non-gcc thread compile fix to 7.4.X.
2003-12-30  Tom LaneAvoid running out of memory during hash_create, by...
2003-12-29  Michael MeskesAdded missing whitespaces to array argument parsing.
2003-12-28  Tom LaneFix sanity-check code that mistakenly assumed error...
2003-12-28  Tom LaneAvoid infinite loop if connection is lost during PQexec...
2003-12-24  Michael MeskesFixed segfault in parsing of EXEC SQL SELECT * FROM...
2003-12-23  Tom LaneMore bogosity in alter_table test: sometimes causes...
2003-12-23  Tom Lanealter_table test sometimes failed in parallel mode...
2003-12-22  Bruce MomjianRegenerate HISTORY for release.
2003-12-21  Tom LaneUpdate HISTORY for 7.4.1 release. REL7_4_1
2003-12-21  Tom LaneFix broken markup, adjust 7.4.1 release date, re-sync...
2003-12-21  Peter EisentrautSome refining of release notes. Markup is still broken...
2003-12-21  Bruce MomjianUpdate 7.4.1 release notes in preparation for release.
2003-12-20  Tom LaneDept. of third thoughts: in fact, libpq should support...
2003-12-20  Tom LaneFix broken IDENT support for FreeBSD (appears to have...
2003-12-20  Peter EisentrautUpdate INSTALL file for 7.4.1.
2003-12-20  Bruce MomjianUpdate HISTORY file for 7.4.1.
2003-12-19  Bruce MomjianBackpatch pg_service.conf file change to not default...
2003-12-19  Bruce MomjianSupress ecpg thread test if configure didn't enable...
2003-12-19  Peter Eisentraut7.4.1 release note improvements
2003-12-19  Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-12-19  Peter EisentrautAdd missing $(X).
2003-12-19  Tom LaneMake to_hex() behave portably on negative input values...
2003-12-19  Joe ConwayUse a shutdown callback to ensure proper clean up when...
2003-12-18  Tom LaneFix memory leak with SSL connections due to missing...
2003-12-18  Tom LaneUse a shutdown callback to clear setArgsValid in a...
2003-12-18  Peter EisentrautForgot to change one compatlib.h.
2003-12-18  Tom LaneEnsure set-returning functions in the targetlist of...
2003-12-18  Peter EisentrautMove Informix compatibility include files out of the...
2003-12-18  Dave Cramerpatch for new OID74Test
2003-12-18  Dave Cramerbackpatch for OID74Test to conform with jdbc tests
2003-12-18  Dave Cramerbackpatch for rs.previous from Kris Jurka, reported...
2003-12-18  Dave Cramerpatch for building for an alternate port
2003-12-18  Dave Cramerback patch by Kris Jurka to get the correct protocol...
2003-12-18  Tom LaneAdjust rules output for unknown-vs-any change (affects...
2003-12-17  Tom Laneinformation_schema.constraint_column_usage and key_colu...
2003-12-17  Tom LaneFix DecodeInterval to handle '-0.1' sanely, per gripe...
2003-12-17  Tom LaneRepair badly broken estimation of output buffer size...
2003-12-17  Tom LaneReorder tests in parse_coerce so that ANY/ANYELEMENT...
2003-12-17  Tom LaneRepair planner failure when there are multiple IN claus...
2003-12-17  Dave Cramerback patching fix for compat 7.1 binary stream issues...
2003-12-17  Michael MeskesApplied all bug fixes from head also to 7.4. Just bugfi...
2003-12-17  Bruce MomjianRestore information schema upgrade instructions of...
2003-12-16  Peter EisentrautFix constraint_column_usage for foreign keys.
2003-12-16  Peter EisentrautRepair name.
2003-12-16  Bruce MomjianMention ecpg SET CONNECTION is not thread-aware.
2003-12-15  Peter EisentrautOverride some of the changes in DocBook DSSSL styleshee...
2003-12-15  Bruce MomjianUpdate INSTALL for 7.4.1.
2003-12-15  Bruce MomjianUpdate HISTORY and release notes for 7.4.1.
2003-12-15  Bruce MomjianAdd Czech FAQ to 7.4.X branch.
2003-12-13  Bruce MomjianStamp 7.4.1.
2003-12-13  Dave Cramerpatch for returning database metadata as system objects...
2003-12-12  Dave Crameradd missing SQLState by Patrick Higgins
2003-12-12  Dave Cramercancel row updates sets values to null by Kris Jurka
2003-12-12  Dave Cramerpatch to indicate why test cases failed from Oliver...
2003-12-12  Dave Cramerfix casting pooled connections to PGStatement problem...
2003-12-12  Dave Cramerpatch to build under jdk1.1 from Richard Scranton
2003-12-12  Dave Cramerbinary stream patch by Kris Jurka fixes empty stream...
2003-12-12  Dave Cramermetadata encoding patch from Kris Jurka
2003-12-11  Peter EisentrautFix instructions how to shut down postmaster.
2003-12-11  Dave Cramerpatch for unique foreign keys and test case from Kris...
2003-12-11  Dave Cramerpatch to make PSQLState serializable, and a test case...
2003-12-10  Dave Cramerincremented the build number to 210
next