]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-03-04  Tatsuo IshiiMinor teak.
2006-03-04  Tatsuo IshiiTighten up SJIS byte sequence check. Now we reject...
2006-02-20  Neil ConwayFix three Python reference leaks in PLy_traceback(...
2006-02-18  Neil ConwayPatch from Marko Kreen:
2006-02-12  Tom LaneStamp 7.3.14. REL7_3_14
2006-02-12  Tom LaneUpdate release notes.
2006-02-12  Tom LaneFix bug in SET SESSION AUTHORIZATION that allows unpriv...
2006-02-12  Bruce MomjianUpdate FAQ latest version
2006-02-12  Bruce MomjianStamp releases for 2006-02-14 release
2006-02-12  Bruce MomjianUpdate release notes for 2006-02-14 release
2006-01-21  Tom LaneRepair longstanding bug in slru/clog logic: it is possi...
2006-01-12  Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-12  Tom LaneUse a more bulletproof test for whether finite() and...
2006-01-09  Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06  Tom LaneFix failure to apply domain constraints to a NULL const...
2006-01-06  Tom LaneRelease-note updates and copy editing. REL7_3_13
2006-01-06  Tom LaneGenerate back-branch configure scripts with the appropr...
2006-01-05  Bruce MomjianNew pgcrypto item wording.
2006-01-05  Bruce MomjianWording improvements.
2006-01-05  Bruce MomjianImprove markup.
2006-01-05  Bruce Momjian*** empty log message ***
2006-01-05  Bruce MomjianStamp release 7.3.13.
2006-01-05  Tom LaneArrange to set the LC_XXX environment variables to...
2006-01-05  Tom LaneAdd port support for unsetenv() in back branches. ...
2006-01-03  Joe ConwayWhen the remote query result has a different number...
2006-01-03  Tom LaneThere is a signedness bug in Openwall gen_salt code...
2005-12-24  Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-12-22  Tom LaneAdjust string comparison so that only bitwise-equal...
2005-12-15  Tom LaneBack-patch 7.4 change to show that freebsd 5 and up...
2005-12-13  Tom LaneRemove unused HAVE_STRUCT_SOCKCRED code, which was...
2005-12-09  Tom LaneStamp 7.3.12. REL7_3_12
2005-12-09  Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-06  Teodor SigaevFix stupid bug with sizeof
2005-12-05  Tom LaneAdd regression test to see if the min/max values of...
2005-11-16  Bruce MomjianProperly document return value of strpos().
2005-11-03  Tom LaneFix longstanding race condition in transaction log...
2005-10-25  Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-14  Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-12  Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-03  Tom LaneStamp release 7.3.11. REL7_3_11
2005-10-03  Tom LaneUpdate release notes for pending back-branch releases.
2005-08-30  Teodor SigaevFix missing rows in query
2005-08-26  Tom LaneBack-patch fixes for problems with VACUUM destroying...
2005-08-16  Tom LaneRemove registration message in all the supported back...
2005-08-16  Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-08-15  Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-07-18  Tom LaneFix bogus backslash sequences, per Kris Jurka.
2005-07-18  Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-17  Tom LaneLooks like cube_1 variant is also needed in 7.3 branch.
2005-07-17  Tom LaneAdjust alter_table regression test to avoid conflicts...
2005-07-16  Tom LaneMark the geometry regression test as an ignorable failu...
2005-07-16  Tom LaneFix bogus "extern int errno;" in back branches, per...
2005-07-14  Tom LaneFix mis-backport of libpq memory leak fix. Per Michael...
2005-07-13  Tom LaneFix libpq memory leak during PQreset() --- closePGconn...
2005-07-08  Tom LaneMake libpq_gettext save and restore errno in a Windows...
2005-06-25  Tom LaneFix ancient memory leak in index_create(): RelationInit...
2005-06-20  Tom Laneplpgsql's exec_assign_value() freed the old value of...
2005-06-14  Tom LaneThe random selection in function linear() could deliver...
2005-06-11  Tatsuo IshiiFix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
2005-06-05  Tom LaneCode for SET/SHOW TIME ZONE with a fixed-interval timez...
2005-06-02  Tom LanePush enable/disable of notify and catchup interrupts...
2005-05-31  Tom LaneAdd test to WAL replay to verify that xl_prev points...
2005-05-29  Tom LaneexpandRTE and get_rte_attribute_type mistakenly always...
2005-05-25  Tatsuo IshiiFix previous patch to exprTypmod.
2005-05-24  Tatsuo IshiiInserting 5 characters into char(10) does not produce...
2005-05-17  Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-05-09  Tom LaneUpdate release notes for upcoming re-releases. REL7_3_10
2005-05-08  Tom LaneUpdate release checklist to reflect that HISTORY and...
2005-05-08  Tom LaneThe release process is now generating HISTORY/INSTALL...
2005-05-07  Tom LaneRepair very-low-probability race condition between...
2005-05-07  Tom LaneAdjust time qual checking code so that we always check...
2005-05-05  Tom LaneStamp release 7.3.10.
2005-05-05  Tom LaneMake standalone backends ignore pg_database.datallowcon...
2005-05-03  Tom LaneAlter the signature for encoding conversion functions...
2005-04-30  Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30  Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-23  Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-23  Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-20  Tom LaneDon't try to run clauseless index scans on index types...
2005-04-20  Tom LaneFix mis-display of negative fractional seconds in inter...
2005-04-14  Tom LaneDon't try to constant-fold functions returning RECORD...
2005-03-26  Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-23  Tom LanePrevious "64-bit fix" for intagg didn't actually work...
2005-03-13  Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-13  Neil ConwayUpdate contrib/pgcrypto in 7.3 and 7.2 branches to...
2005-02-08  Tom LaneBack-patch Neil's four additional buffer overrun checks.
2005-01-30  Tom LaneRecommend security@postgresql.org as the contact point... REL7_3_9
2005-01-30  Tom LaneStamp release 7.3.9.
2005-01-29  Tom LaneMake sure contrib C functions are marked strict where...
2005-01-27  Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27  Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27  Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2005-01-27  Neil ConwayBackpatch fix for buffer overrun in parsing refcursor...
2005-01-26  Tom LaneBack-patch 8.0 version of plperl_hash_from_tuple()...
2005-01-26  Neil ConwayMark the text_soundex() function as "strict", to avoid...
2005-01-24  Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-23  Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-11  Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-12-17  Tom Lanearray_map failed to insert correct result type in an...
2004-11-18  Tom LaneBack-patch fix for ALTER DATABASE failing to flush...
next