]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2003-03-02  Tom LaneRepair memory leak introduced by recent change to make...
2003-02-27  Tom LaneChange EXTRACT(EPOCH FROM timestamp) so that a timestam...
2003-02-27  D'Arcy J.M... Back patch bug fix to quote function.
2003-02-24  Barry LindBackport a fix from 7.4 to 7.3 to better handle case...
2003-02-23  Tom LaneIf a shutdown request comes in while we're still starti...
2003-02-21  Tom LaneRepair nasty oversight in bt_split: if the index is...
2003-02-20  Tom LaneFix timestamptz_in so that parsing of 'now'::timestampt...
2003-02-19  Tatsuo IshiiBack patch for GUC client_encoding variable not being...
2003-02-19  Bruce MomjianPlease apply patches for contrib/ltree.
2003-02-18  Tom LaneAsync_NotifyHandler must save and restore ImmediateInte...
2003-02-14  Tom LaneFix SPI result logic for case where there are multiple...
2003-02-14  Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-13  Tom LaneRepair incorrect indexing for atttypmod, per Brad McLean.
2003-02-13  Tom LaneResult of lo_read() is int, not size_t. Per Oleg Drokin.
2003-02-13  Tom LaneParser was dropping foreign-key constraints on the...
2003-02-13  Tom LaneRepair rule permissions-checking bug reported by Tim...
2003-02-13  Tom LanePrevent timetz2tm() from scribbling on its input in...
2003-02-13  Bruce Momjian> > They work the same as table constraints with in...
2003-02-12  Barry LindApplied patch to update translation file, submitted...
2003-02-12  Barry LindBackport patch from Fernando Nasser and Harald Krake...
2003-02-12  Barry LindBackport a patch from Kris Jurka to 7.3. Allows getTab...
2003-02-11  Tom LaneUse a varno not chosen at random for dummy variables...
2003-02-09  Barry Lindup build # to 108
2003-02-09  Barry LindMerge changes from head to 7.3 branch: better error...
2003-02-07  Tom LaneRevise mechanism for getting rid of temp tables at...
2003-02-07  Tom LaneAvoid generating relid lists with duplicate entries...
2003-02-06  Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-06  Tatsuo IshiiFix regexp slowness reported by Wade Klaver.
2003-02-05  Tom LaneAllow qualified type names in CREATE CAST, DROP CAST...
2003-02-04  Dave CramerFix for rollback SQLException from Kris Jurka
2003-02-03  Bruce MomjianAdd mention of CURRENT_SCHEMA for object creation. REL7_3_2
2003-02-02  Tom LaneBrand 7.3.2.
2003-02-02  Tom LaneUpdate release history for 7.3.2.
2003-02-02  Tom LaneFix nodeUnique to behave correctly when reversing direc...
2003-02-01  Tom LaneRemove restriction that cast functions cannot be volati...
2003-02-01  Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-02-01  Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-02-01  Tom LaneFix assign_session_authorization() to not be confused...
2003-02-01  Tom LanePrevent core dump from calling Tcl_DontCallWhenDeleted...
2003-02-01  Tom LaneApply ljb's patch to prevent both memory leak and core...
2003-01-31  Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31  Tom LaneClean up plpython error reporting so that its regressio...
2003-01-31  Tom LaneTweak bison build rules so that we get the same error...
2003-01-31  Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-30  Tom LaneFix regression in .pgpass support. From Neil Conway.
2003-01-29  Tom LaneUpdate release history for 7.2.4.
2003-01-29  Tom LaneSPI_exec shouldn't return SPI_OK_SELECT if it hasn...
2003-01-29  Tom LaneRepair array subscript overrun identified by Yichen...
2003-01-29  Tom LaneFix array subscript overruns identified by Yichen Xie.
2003-01-28  Tom LaneConvert variable name to canonical spelling before...
next