]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-02-16  Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-16  Bruce MomjianUpdate wording:
2003-02-15  Tom LaneMarginal tweaks to make sure that roundoff error won...
2003-02-15  Tom LaneTeach planner how to propagate pathkeys from sub-SELECT...
2003-02-15  Bruce MomjianAdd:
2003-02-14  Bruce MomjianPropogate pg_ctl -D to the postmaster as a -D flag...
2003-02-14  Tom LaneFix SPI result logic for case where there are multiple...
2003-02-14  Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-14  Bruce MomjianAdd:
2003-02-14  Michael MeskesIn Informix mode ecpg should still be able to parse...
2003-02-14  Bruce MomjianAdd:
2003-02-14  Bruce MomjianAllow PAM to work on MAC OS X, report from Aaron Hillegass.
2003-02-14  Bruce MomjianUpdate FAQ's in head and 7.3.X.
2003-02-14  Bruce MomjianUpdate to 7.3.2 as newest release.
2003-02-14  Bruce Momjian*** empty log message ***
2003-02-14  Bruce MomjianUpdate URL's.
2003-02-14  Michael Meskes- Synced parser and keyword file.
2003-02-14  Bruce MomjianAdd:
2003-02-14  Bruce MomjianUpdate FAQ.
2003-02-14  Bruce MomjianFix broken markup I just introduced.
2003-02-14  Bruce MomjianProperly document location of pg_service.conf.sample.
2003-02-14  Tom LaneFix some of the breakage from the IPV6 patch.
2003-02-14  Tom LaneRemove bogus manipulation of SIGPIPE; the backend alrea...
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 LaneArrange to give error when a SetOp member statement...
2003-02-13  Michael MeskesJust intermediate results for backup reasons.
2003-02-13  Tom LanetransformExpr() was missing some cases it ought to...
2003-02-13  Tom LaneSuppress gcc warning.
2003-02-13  Tom LanePrevent timetz2tm() from scribbling on its input in...
2003-02-13  Michael Meskes- Applied error reporting patch by Matthew Vanecek
2003-02-13  Bruce Momjian[ Revert patch ]
2003-02-13  Bruce MomjianAdd local ident OpenBSD mention that was missing in...
2003-02-13  Bruce MomjianThis patch fixes an error in the usage message for...
2003-02-13  Bruce MomjianThis trivial patch removes the usage of some old statis...
2003-02-13  Bruce Momjian> > They work the same as table constraints with in...
2003-02-13  Bruce MomjianThe attached patches change earthdistance to use the...
2003-02-13  Bruce MomjianThe attached patch provides cube with 4 functions for...
2003-02-13  Bruce MomjianAdds in NO MAXVALUE and NO MINVALUE options for create...
2003-02-13  Bruce MomjianThe "random" regression test uses a function called...
2003-02-13  Bruce MomjianCode for WITHOUT OIDS.
2003-02-13  Bruce MomjianThis patch makes pg_get_constraintdef support UNIQUE...
2003-02-13  Bruce Momjian> ================================================...
2003-02-13  Bruce Momjian[ dumping schemas ]
2003-02-13  Bruce Momjian[ Have readline save edit history.]
2003-02-12  Barry LindApplied patch to update translation file, submitted...
2003-02-12  Bruce MomjianDone in 7.3.2, so removed:
2003-02-12  Bruce MomjianDone:
2003-02-12  Barry LindPatch to messages file from Holger Klawitter to add...
2003-02-11  Peter EisentrautFix buffer clearing bug.
2003-02-11  Peter EisentrautSimplify evaluation of TCL_INCLUDE_SPEC.
2003-02-11  Tom LaneUse a varno not chosen at random for dummy variables...
2003-02-10  Tom LaneFix thinko in new logic about pushing down non-nullabil...
2003-02-10  Tom LaneAdd code to show join rule (for outer and IN joins...
2003-02-10  Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09  Tom LaneDetect case where an outer join can be reduced to a...
2003-02-09  Barry Lindupped build# to 201
2003-02-09  Barry LindBetter error message on character set mismatches during...
2003-02-09  Tom LaneCreate a distinction between Lists of integers and...
2003-02-09  Tom LaneRemove bogus comment (too freely copied & pasted).
2003-02-09  Tom LaneMake further use of new bitmapset code: executor's...
2003-02-08  Tom LaneReplace planner's representation of relation sets,...
2003-02-07  Dave Cramerapplied Kris Jurka's patch for numeric
2003-02-07  Tom LaneRevise mechanism for getting rid of temp tables at...
2003-02-06  Tom LaneMake flatten_join_alias_vars() do the right thing when...
2003-02-06  Tom LaneCreate a GUC variable REGEX_FLAVOR to control the type...
2003-02-06  Tom LaneFix core dump when pltcl_elog is called with wrong...
2003-02-05  Tom LaneAllow qualified type names in CREATE CAST, DROP CAST...
2003-02-05  Tom LaneReplace regular expression package with Henry Spencer...
2003-02-05  Dave Cramerpatch from Oliver Jowett to implement some of the jdbc3...
2003-02-04  Bruce MomjianUpdate Hungarian FAQ, from Laszlo Hornyak
2003-02-04  Bruce MomjianRevert doc change so we mention moving past the last...
2003-02-04  Dave CramerApplied Kris Jurkas patch to fix rollback and SQLException
2003-02-04  Dave Cramerapplied patch from Oliver Jowett
2003-02-04  Barry LindTwo patches from Kris Jurka. One fixes a problem with...
2003-02-04  Barry LindPatch from Nic Ferrier to add support for result sets...
2003-02-04  Tom LaneMinor code cleanup: remove no-longer-useful pull_subpla...
2003-02-04  Tom LaneDetect duplicate aggregate calls and evaluate only...
2003-02-03  Tom Lane#ifdef out stuff that shouldn't be compiled when not...
2003-02-03  Tom LaneDetermine the set of constraints applied to a domain...
2003-02-03  Bruce MomjianAdd mention of CURRENT_SCHEMA for object creation.
2003-02-03  Bruce MomjianDon't print NO ACTION foreign key actions in dumps...
2003-02-03  Tom LaneTweak planner and executor to avoid doing ExecProject...
2003-02-03  Bruce MomjianMove pg_service.conf.sample to /interfaces/libpq.
2003-02-03  Bruce MomjianChange MOVE LAST to MOVE ALL.
2003-02-02  Tom LaneImplement EXPLAIN EXECUTE. By Neil Conway, with some...
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 LaneAllow a time zone to be specified (and silently ignored...
next