postgresql
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
2003-07-22 Teodor SigaevMark as deprecated
2003-07-22 Barry LindFix to prevent SQL injection attacks when calling setOb...
2003-07-17 Tom LaneOh, for crying in a bucket ... relax Assert so that...
2003-07-17 Tom LaneWork around buggy strxfrm() present in some Solaris...
2003-07-17 Tom LaneFor COMMENT ON DATABASE where database name is unknown...
2003-07-17 Tom LaneRepair boundary-case bug introduced by patch of two...
2003-07-14 Tom LaneFix a *second* buffer overrun bug in to_ascii(). Grumble.
2003-06-25 Tom LaneDon't generate 'zero' typeids in the output from gen_cr...
2003-06-25 Bruce Momjian[ Backpatch to 7.3.X.]
2003-06-16 Tom LaneFix bugs in interval-to-time conversion: HAVE_INT64_TIM...
2003-06-12 Tom LaneFix SQL function executor for case where last command...
2003-06-11 Tom LaneFix brain damage in deciding which python input convert...
2003-06-06 Tom LaneAdd defense in assign_session_authorization() against...
2003-05-26 Tom LaneFix misstatement in release-notes item.
2003-05-22 Tom LaneUpdate for 7.3.3. REL7_3_3
2003-05-22 Tom LaneBrand 7.3.3.
2003-05-22 Tom LaneUpdate release history for impending 7.3.3 release.
2003-05-22 Tom LaneRepair sometimes-incorrect computation of StartUpID...
2003-05-21 Tom LaneBack-patch Jan's fix to avoid primary key lookup (and...
2003-05-19 Tom LaneUse -fPIC on Sparc, per Tom Callaway.
2003-05-19 Tom LaneBack-patch change to avoid O(N^2) behavior with lots...
2003-05-19 Barry LindUpped JDBC build number to 110 for the 7.3.3 release
2003-05-19 Tom LaneRepair quoting sloppiness, lack of schema awareness...
2003-05-18 Peter EisentrautSmall translation updates for 7.3.3 release.
2003-05-16 Tom LaneFix failure when uniq-ifying an array of zero elements.
2003-05-16 Tom LaneBack-patch fix to allow createuser to exit on control...
2003-05-16 Tom LaneBack-patch fix from Oliver Elphick to force ISO datesty...
2003-05-16 Tom LaneSmall changes to use the absolute path to system catalogs.
2003-05-16 Tom LaneCheck calling context for connectby_text(), per Joe...
2003-05-12 Tom LaneApply fixes for problems with dropped columns whose...
2003-05-10 Tom LaneAdjust CreateCheckpoint so that buffer dumping activiti...
2003-05-07 Bruce MomjianBe more precise about check for flex 2.5.3, backpatched...
2003-05-04 Tom LaneAllow 60 in seconds fields of timestamp, time, interval...
2003-05-04 Tom LaneWhen a TIMESTAMP, TIME, or INTERVAL precision is specif...
2003-05-03 Tom LaneFix erroneous space calculation leading to core dump...
2003-04-26 Tom LaneRepair permissions problem in RI triggers: query parsin...
2003-04-26 Tom LaneCorrect oversight in createlang: test for pre-existing...
2003-04-25 Tom LaneBack-patch fixes for zero-column tables in COPY, pg_dump.
2003-04-25 Tom LaneMake [VACUUM] ANALYZE safe on zero-column tables.
2003-04-23 Tom LaneFix misbehavior of func_error() on type names containin...
2003-04-23 Tom LaneFix misbehavior of replace() on strings containing...
2003-04-21 Tom LanePrevent palloc(0) error when parent table has zero...
2003-04-20 Tom LaneFix char-vs-pg_wchar confusion in p_ere(), per failure...
2003-04-17 Tom LaneFix abstime-to-time cast function, which has had broken...
2003-04-17 Barry LindApplied patches from Kris Jurka fixing a string tokeniz...
2003-04-16 Tom LaneFix stupid oversight ...
2003-04-15 Tom Laneeqjoinsel's logic for case where MCV lists are not...
2003-04-13 Tom LaneSecond try at avoiding conflicts with system isblank().
2003-04-12 Tom LaneGuard against macro versions of isblank().
2003-04-12 Tatsuo IshiiFix encoding conversion function bug.
2003-04-10 Tom LaneFix error recovery for SSL_read/SSL_write calls.
2003-04-10 Tom LaneRemove premature attempt to constant-fold type coercion...
2003-04-08 Dave Crameradded addDataType to the interface
2003-04-04 Tom LaneBack-patch changes to validate page header fields immed...
2003-04-03 Tom LaneRepair incorrect checking of grouped/ungrouped variable...
2003-04-02 Tom LaneFix buffer overrun in to_ascii(), per report from Guido...
2003-03-31 Bruce MomjianPlease, apply patch for contrib/ltree to current CVS...
2003-03-31 Tom LaneTestConfiguration returns int, not bool. This mistake...
2003-03-30 Bruce MomjianProperly document default value of log_min_error_statem...
2003-03-30 Bruce MomjianBackpatch SSL return value changes.
2003-03-29 Bruce Momjian[ Backpatch to 7.3.X.]
2003-03-27 Tom LaneFix bogus coding of SET DEFAULT ri triggers ... or...
next