users/kgrittn/postgres.git
2010-10-07 Robert HaasImprove WAL reliability documentation, and add more...
2010-10-06 Tom LaneReduce the memory requirement for large ispell dictiona...
2010-10-06 Tom LaneClean up temporary-memory management during ispell...
2010-10-05 Simon RiggsCorrect docs for behaviour of ALTER DATABASE .. RENAME...
2010-10-05 Tom LaneUndo some poorly-thought-out "proofreading improvements".
2010-10-03 Tom LaneBehave correctly if INSERT ... VALUES is decorated...
2010-10-02 Tom LaneRemove excess argument to open(2).
2010-10-02 Tom LaneThrow an appropriate error if ALTER COLUMN TYPE finds...
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-30 Robert HaasAdjust pg_archivecleanup docs to match message changes...
2010-09-30 Tom LaneUpdate release notes for releases 9.0.1, 8.4.5, 8.3...
2010-09-29 Peter EisentrautAdd/fix caching on some configure checks
2010-09-29 Peter EisentrautUpdate ecpglib error code listing
2010-09-29 Bruce MomjianHave pg_upgrade use strtoul(), not strtol().
2010-09-28 Bruce MomjianUse macro atooid() for conversion of strings to oids...
2010-09-28 Tom LaneImprove messages for too many private files/dirs. ...
2010-09-28 Bruce MomjianIn pg_upgrade, properly handle oids > 2^31 by using...
2010-09-28 Bruce MomjianFix leak patch that was using fclose() instead of close().
2010-09-28 Bruce MomjianProperly close files after read file failure to prevent...
2010-09-28 Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28 Bruce MomjianMention that pg_upgrade requires write permission in...
2010-09-28 Bruce MomjianMention in pg_upgrade docs that the proper Win32 servic...
2010-09-28 Tom LaneFix PlaceHolderVar mechanism's interaction with outer...
2010-09-28 Bruce MomjianAdd mention of installing pg_upgrade_support in pg_upgr...
2010-09-28 Alvaro HerreraAdd missing agg_type nonterminal description in new...
2010-09-28 Andrew DunstanFix MSVC builds for dummy_seclabel breakage.
2010-09-28 Robert HaasFix duplicate OIDs introduced by SECURITY LABEL patch.
2010-09-28 Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...