]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2003-03-27  Tom LaneGetTupleForTrigger must use outer transaction's command...
2003-03-25  Dave Cramerfixed problem where information from previous updates...
2003-03-25  Dave Crameradded DISTINCT to the query to get cross reference...
2003-03-25  Dave Cramerfixed problem where information from previous updates...
2003-03-24  Barry LindNew build number
2003-03-24  Barry LindBackport fix for parsing acls (didn't correctly interpr...
2003-03-23  Tom LaneBand-aid patch for Shraibman's 'out of free buffers...
2003-03-23  Tom LaneTweak selectivity and related routines to cope with...
2003-03-20  Bruce MomjianThe attatched patch fixes a memory error with contrib...
2003-03-19  Barry LindBackport patch to work around a server bug. Server...
2003-03-18  Barry LindApplied translation fixes
2003-03-14  Tom Lanepg_dumpall failed on groups having no members. Per...
2003-03-14  Barry LindBackport fix for parsing \n in updateable result sets...
2003-03-14  Tom LaneRepair incorrect prorettype entry for timestamptz_izone...
2003-03-14  Barry LindBackport batch update error message improvements to...
2003-03-14  Tom LanePrevent infinite loop in ln_var() due to roundoff error.
2003-03-13  Tom LaneGROUP BY got confused if there were multiple equal...
2003-03-09  Tom Lanepg_restore failed to restore blobs if -X disable-trigge...
2003-03-08  Barry LindBack ported patches from head to 7.3 branch (fixes...
2003-03-06  Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-03-06  Tom LaneAdd missing --globals-only (long form of -g).
2003-03-05  Tom LaneRepair bug reported by Laurent Perez: bad plan generate...
2003-03-03  Tom LanePrevent clustering on incomplete indexes: partial index...
next