users/hanada/postgres.git
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...
2004-11-17 Tom LaneFix off-by-one memory allocation, as reported by Rod...
2004-10-22 Tom LaneStamp release 7.3.8. REL7_3_8
2004-10-22 Tom LanePrevent pg_ctl from being run as root. Since it uses...
2004-10-21 Tom LaneBack-patch make_oidjoins_check security improvement.
2004-10-13 Tom LaneRepair possible failure to update hint bits back to...
2004-10-13 Tom LaneFix breakage in hashjoin from recent backpatch of left...
2004-09-17 Tom LaneHashed LEFT JOIN would miss outer tuples with no inner...
2004-08-15 Tom LaneWups, seem to have used an ungood version of lynx to... REL7_3_7
2004-08-15 Tom LaneStamp 7.3.7.
2004-08-11 Tom LaneFix failure to guarantee that a checkpoint will write...
2004-06-07 Teodor SigaevRemove asymetrical word processing in query and text
2004-04-05 Peter EisentrautTranslation updates
2004-04-05 Peter EisentrautTranslation updates
2004-03-02 Tom LaneAlways schema-qualify the name of a function referenced...
2004-03-02 Tom LaneBrand 7.3.6. REL7_3_6
2004-03-02 Tom LaneUpdate release notes for 7.3.6.
2004-03-02 Tom LaneReplace unportable use of /dev/stdin with lynx's -stdin...
2004-02-24 Joe ConwayWhen returning type "record", replace use of pgresultGe...
2004-02-24 Joe Conwaypply quote_literal to the start_with argument of connec...
2004-02-24 Tom LaneDon't crash when a rowtype argument to a plpgsql functi...
2004-02-05 Tom LaneBack-patch fix for ReadOffset with off_t wider than...
2004-02-02 Tom LaneDo not let external specification of CFLAGS stop us...
2004-02-02 Tom LaneAvoid generating invalid character encoding sequences...
2004-02-01 Joe ConwayFix text_position to not scan past end of source string...
next