]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2003-01-28  Bruce MomjianRevert off setting mention for client_min_messages.
2003-01-27  Tom LanePrevent core dump when die_horribly() is called with...
2003-01-24  Tom LaneBack-patch fix for not shell-quoting editor name, as...
2003-01-23  Tom LaneFix obsolete error message (isImmutable doesn't exist).
2003-01-23  Tom LaneChange CREATE TABLE AS / SELECT INTO to create the...
2003-01-23  Tom LaneUpdate 'Mathematical Functions' table to reflect 7...
2003-01-22  Tom LaneMake estimation of mergejoin scan selectivities more...
2003-01-21  Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-21  Tom LaneBack-patch typprtlen fix, two other minor post-7.3...
2003-01-16  Tom LaneFix bogus formatting of DROP DATABASE command, per...
2003-01-16  Tom LaneRepair an embarrassingly large number of alphabetizatio...
2003-01-15  Bruce MomjianMore comment cleanups for shared_buffers in postgresql...
2003-01-15  Bruce MomjianUpdate shared_buffer comment in postgresql.conf.
2003-01-15  Bruce MomjianThis patch fixes an incorrect statement and makes a...
2003-01-14  Barry LindBumped up build number to 107
2003-01-14  Barry LindBackport to 7.3 of patch to correctly handle fractional...
2003-01-14  Barry LindPatch from Kris Jurka to improve the performance of...
2003-01-11  Bruce MomjianFix capitalization.
2003-01-11  Tom LaneCause symlinks for shared-library versioning to run...
2003-01-11  Tatsuo IshiiFix typo in an error messages
next