postgresql
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.]
2003-09-28 Jan WieckBackpatched changes for rules when casts are dumped...
2003-09-23 Tom Lane_SPI_cursor_operation forgot to check for failure retur...
2003-09-17 Tom LaneBack-patch fix for plpython problems with dropped table...
2003-09-03 Tom LaneBack-patch the other part of Karel's formatting bug...
2003-09-03 Tom LaneRepair problems with to_char() overrunning its input...
2003-08-24 Peter EisentrautFix translation mistake.
2003-08-24 Tatsuo IshiiFix GB18030 to UTF-8 mapping table
2003-08-24 Tatsuo IshiiFix bug in GB18030 conversion script
2003-08-22 Tom LaneSigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an...
2003-08-08 Tom LaneConversion functions must be STRICT to prevent them...
2003-08-07 Barry LindBackport to 7.3. Third try to fix the sql injection
2003-08-05 Tom LaneFix several places where fractional-second inputs were...
2003-08-04 Tom LaneSSL_read/SSL_write do not approximate the return conven...
2003-08-04 Tom LaneFix some more problems with testing error returns from...
2003-07-29 Tom LaneFix longstanding error in _bt_search(): should moverigh...
2003-07-24 Tom LaneFix timestamp_date for HAVE_INT64_TIMESTAMP case. REL7_3_4
2003-07-24 Bruce MomjianAdd Hungarian/Turkish FAQ's to 7.3.4.
2003-07-24 Bruce MomjianAdd to 7.3.4 release notes:
2003-07-24 Tom LaneRepair 7.3 breakage in timestamp-to-date conversion...
2003-07-23 Barry LindPatch to fix additional SQL injection vulnerabilities...
2003-07-23 Bruce MomjianNew WAL fix release text is:
2003-07-23 Bruce MomjianUpdate all FAQ's for 7.3.4.
2003-07-23 Bruce MomjianStamp 7.3.4 release.
2003-07-22 Tom Lanewups, took out one memset too many ...
2003-07-22 Tom LaneBack-patch fix for bugs in pgstat_initstats.
2003-07-22 Teodor SigaevAllow sub[path|ltre] return void result
next