postgresql
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...
2004-01-26 Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-14 Tom LaneRevert ill-starred change of 13-Feb-02: it appeared...
2003-12-07 Joe ConwayRepair indexed bytea like operations, and related selec...
2003-12-02 Tom LaneBrand 7.3.5. REL7_3_5
2003-12-02 Tom LaneUpdate release notes for 7.3.5.
2003-12-01 Tom LaneForce zero_damaged_pages to be effectively ON during...
2003-11-30 Tom LaneBack-patch fix to check vartypmod when matching Planner...
2003-11-30 Tom LaneBack-patch fix to cause stats processes to detach from...
2003-11-30 Joe ConwayMake PQescapeBytea and byteaout consistent with each...
2003-11-26 Joe ConwayAdded missing SPI_finish() calls to get_tuple_of_intere...
2003-10-31 Tom LaneBack-patch removal of unnecessary inclusion of <crypt...
2003-10-31 Jan WieckMoved the recently added test for foreign key disabled...
2003-10-31 Jan WieckFix for possible referential integrity violation when...
2003-10-30 Jan WieckSupport for qualified type names in PL/Tcl's spi_prepar...
2003-10-28 Tom LaneDon't choke when the handler for a procedural language...
2003-10-20 Tom LaneIt is possible for ResolveNew to be used to insert...
2003-10-02 Tom LaneWhen dumping CREATE INDEX, must show opclass name if...
2003-09-29 Bruce Momjian[ Patch applied only to 7.3.X.]
next