OSDN Git Service

pg-rex/syncrep.git
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...
2003-01-31 Tom LaneHandle mixed-case names properly in plpgsql_parse_tripw...
2003-01-31 Tom LaneFix typo, per Neil Conway.
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 Bruce MomjianUpdate release steps.
2003-01-29 Tom LaneTweak ArrayCount() to forestall possible access to...
2003-01-29 Tom LaneGuard against array overrun, per report from Yichen...
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 LaneExtend join-selectivity API (oprjoin interface) so...
2003-01-28 Peter EisentrautFactor out the code that detects the long long int...
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-28 Bruce MomjianRevert optimizer page count change.
2003-01-27 Bruce MomjianSet log_min_error_messages to the proper and agreed...
2003-01-27 Bruce MomjianAdd blank line.
2003-01-27 Bruce MomjianMove:
2003-01-27 Bruce MomjianFix typo 233 pages -> 333 pages.
2003-01-27 Tom LaneUpgrade cost estimation for joins, per discussion with...
2003-01-27 Bruce MomjianRemove mention of 6.5 max backends.
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-27 Tom LanePrevent core dump when die_horribly() is called with...
2003-01-26 Bruce MomjianMark IN performance problem as fixed in 7.4
2003-01-26 Bruce MomjianInclude IPv6 addresses in pg_hba.conf even if IPv6...
2003-01-26 Bruce MomjianAdd:
2003-01-25 Tom LaneAllow the planner to collapse explicit inner JOINs...
2003-01-25 Tom LaneWhere available, use utime() or utimes() to update...
2003-01-25 Tom LaneUse stat(2) to probe for existing xlog segments in...
2003-01-24 Tom LaneSuppress gcc warnings.
next