]> granicus.if.org Git - postgresql/shortlog
postgresql
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-11-28 Tom LaneMark to_number() and the numeric-type variants of to_ch...
2006-11-24 Tom LaneFix psql's \copy command to ensure that it cycles libpq...
2006-11-22 Tom LaneFix 1-byte buffer overrun when OID exceeds 1 billion...
2006-11-19 Tom LaneRepair problems with hash indexes that span multiple...
2006-11-06 Tom LaneRepair bug #2694 concerning an ARRAY[] construct whose...
2006-11-01 Tom LaneFix "failed to re-find parent key" btree VACUUM failure...
2006-10-20 Tom LaneBack-patch second version of AIX getaddrinfo fix.
2006-10-19 Tom LaneWork around reported problem that AIX's getaddrinfo...
2006-10-12 Tom LaneStamp 7.4.14. REL7_4_14
2006-10-11 Tom LaneA bit of copy-editing on back-branch release notes.
2006-10-11 Tom LaneRepair incorrect check for coercion of unknown literal...
2006-10-11 Tom LaneCREATE TABLE ... LIKE ... should mark the columns it...
2006-10-10 Tom LaneFix psql \d commands to behave properly when a pattern...
2006-10-10 Bruce MomjianUpdate libpq.rc for 7.3.16 and 7.4.14. Later releases...
2006-10-09 Bruce MomjianStamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.
2006-10-09 Bruce MomjianUpdate release notes for releases 7.3.16, 7.4.14, 8...
2006-10-09 Tom LaneFix back-branch pg_regress scripts to try the "canonica...
2006-10-07 Tom LaneFix ancient oversight in psql's \d pattern processing...
2006-10-07 Tom LaneFix string_to_array() to correctly handle the case...
2006-10-01 Tom Lanedate_trunc also accepts 'quarter'. Noted by Yoshihisa...
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...
next