]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-08-31  Tom LaneClean up rather sloppy fix in HEAD for the ancient...
2006-08-29  Teodor SigaevFix mistyping
2006-08-08  Teodor SigaevFix bug introduced by last patch, thanks again to Mario...
2006-08-07  Teodor Sigaevfix bug about modifying value in shared buffer,
2006-07-31  Alvaro HerreraFix confusion between COPY FROM and COPY TO, per Gavin...
2006-07-11  Teodor SigaevFix bug corrupting query in gist consistent function.
2006-07-06  Bruce MomjianFix dbmirror for new backslash escaping:
2006-06-19  Michael MeskesDo not use already free'ed errmsg, bug found by Joachim...
2006-06-06  Michael MeskesFixed two memory leaks in ecpglib.
2006-06-03  Tom LaneFix copy-and-pasteo in Russian translation: message...
2006-06-01  Tom LanePre-8.0 branches need to cope with possibility that...
2006-05-22  Bruce MomjianCostmetic fix for bug template version stamp.
2006-05-21  Tom LaneStamp release 7.4.13. REL7_4_13
2006-05-21  Tom LaneUpdate release notes for upcoming releases.
2006-05-21  Bruce MomjianStamp releases 7.3.15, 7.4.13, and 8.0.8.
2006-05-21  Tom LaneModify libpq's string-escaping routines to be aware...
2006-05-21  Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-21  Tom LaneChange the backend to reject strings containing invalid...
2006-05-21  Bruce MomjianChange \' to '', for SQL standards compliance. Backpat...
2006-05-19  Tom LaneFix nasty bug in nodeIndexscan.c's detection of duplica...
2006-05-12  Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-11  Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-04-24  Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-19  Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-13  Tom LaneFix similar_escape() so that SIMILAR TO works properly...
2006-04-03  Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-03-28  Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-19  Michael MeskesFixed bug 2330: Wrong error code in case of a duplicate key
2006-03-18  Neil ConwayThe call to DNSServiceRegistrationCreate in postmaster...
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.4.12. REL7_4_12
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  Neil ConwayWe neglected to apply domain constraints on UNKNOWN...
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_4_11
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.4.11.
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...
2006-01-01  Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
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-14  Tom LaneDefend against crash while processing Describe Statemen...
2005-12-09  Peter EisentrautTranslation updates REL7_4_10
2005-12-09  Tom LaneStamp 7.4.10.
2005-12-09  Tom LaneAdd release notes for back branches (7.3 and up).
2005-12-08  Peter EisentrautDocumentation fix: s/event_object_name/event_object_table/g
2005-12-06  Teodor SigaevFix stupid bug with sizeof
2005-12-06  Tom LaneIn a nestloop inner indexscan, it's OK to use pushed...
2005-12-05  Tom LaneAdd regression test to see if the min/max values of...
2005-12-03  Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-01  Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-11-18  Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-16  Bruce MomjianProperly document return value of strpos().
2005-11-10  Tom LaneWhen in transaction-aborted state, reject Bind message...
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-20  Tom LanePrevent core dump in contrib version of autovacuum...
2005-10-20  Tom LaneDon't convert debug/notice/warning messages into errors...
2005-10-14  Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14  Bruce Momjian[ Backpatch to 7.4.X.]
2005-10-12  Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-11  Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-03  Tom LaneCOPY's test for read-only transaction was backward... REL7_4_9
2005-10-03  Tom LaneStamp release 7.4.9.
2005-10-03  Tom LaneUpdate release notes for pending back-branch releases.
2005-09-28  Tom LaneRepair planning bug introduced in 7.4: outer-join ON...
2005-09-25  Bruce Momjian[ Patch to 7.4.X.]
2005-09-15  Teodor SigaevUpdate Snowball. I have to update it because of
2005-09-12  Neil ConwayFix a mistake in the documentation for SPI_getbinval...
2005-09-03  Peter EisentrautTranslation update
2005-08-30  Teodor SigaevFix missing rows in query
2005-08-25  Tom LaneBack-patch fixes for problems with VACUUM destroying...
2005-08-25  Tom LaneBack-patch fix to correctly quote schema names in ...
2005-08-24  Michael Meskes - Check for NULL before checking whether argume...
2005-08-16  Tom LaneReject operator names >= NAMEDATALEN characters. These...
2005-08-15  Tom Lanearray_in() and array_recv() need to be more paranoid...
2005-08-15  Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-08-07  Tom LaneFix count_usable_fds() to stop trying to open files...
2005-07-18  Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-17  Tom LaneMake pg_regress accept a command-line option for the...
2005-07-17  Tom LaneBack-patch recent changes to alter the order of -L...
2005-07-16  Tom Laneecpglib depends on last_path_separator from src/port...
2005-07-16  Tom LaneBack-patch 8.0's tightening of ORDER BY clauses in...
next