users/gsingh/postgres.git
2005-03-18 Michael MeskesAdded patch by Christof Petig <christof@petig-baender...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2005-03-17 Bruce MomjianBackpatch to 8.0.X, already in HEAD:
2005-03-16 Bruce MomjianAdd missing include for new lc_ctype_is_c() function.
2005-03-16 Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-13 Bruce MomjianIncrement all major version numbers in 8.0.X to force...
2005-03-12 Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12 Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-12 Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-11 Bruce MomjianHere's the patch to fix a lot of markup errors in the...
2005-03-07 Bruce MomjianProperly implement "Response files" for bcc. Add URL...
2005-03-05 Teodor SigaevPrevent rank change in case of duplicate search terms
2005-03-03 Tom LaneReplace ARC cache management algorithm with the similar...
2005-03-01 Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-03-01 Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01 Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-27 Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
2005-02-27 Teodor SigaevFurther fix int64/float8 time/timetz
2005-02-27 Teodor SigaevFurther fix time/timetz...
2005-02-26 Bruce MomjianBackpatch clarification of PGPASSWORD to 8.0.X.
2005-02-25 Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-25 Teodor SigaevFix float8->int64 transformation
2005-02-25 Bruce MomjianBackpatch FAQ to 8.0.X.
2005-02-22 Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-22 Bruce MomjianUpdate initdb locale/encoding documentation description...
2005-02-21 Bruce MomjianTry to get Borland CC to compile.
2005-02-21 Bruce MomjianUpdate Russian FAQ.
2005-02-21 Teodor SigaevSimplify defines
2005-02-21 Teodor SigaevFix memory leak for timestamp(with and w/o tz) and...
2005-02-21 Neil ConwayFix two typos, per report from Hashem Masoud.
2005-02-21 Neil ConwayDocument the "register" and "unregister" pg_ctl subcomm...
2005-02-19 Tom LaneNew arrangement to always let the bgwriter do checkpoin...
2005-02-19 Tom LaneEnsure that the resolved datatype of any unknown Param...
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2005-02-11 Peter EisentrautTranslation updates
2005-02-11 Bruce MomjianUpdate to Russian FAQ, HEAD and 8.0.X.
2005-02-11 Bruce MomjianMention that some psql environment variables come from...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2005-02-10 Michael MeskesFixed more parsing bugs in other CREATE statements.
2005-02-10 Bruce MomjianUpdate pginstaller URL to postgresql.org/ftp/win32/.
2005-02-09 Neil ConwayALTER TABLE ADD COLUMN exhibits a significant memory...
2005-02-09 Michael MeskesFixed bug in parsing of CREATE AS statement.
2005-02-08 Tom LaneIf we're gonna check for array overrun, we really shoul...
2005-02-07 Neil ConwayPrevent 4 more buffer overruns in the PL/PgSQL parser...
2005-02-06 Neil ConwayBetter late than never: document that the GiST API...
2005-02-06 Tom LaneDocument array behavior for out-of-range subscripts.
2005-02-06 Tom LaneRepair CLUSTER failure after ALTER TABLE SET WITHOUT...
2005-02-03 Tom LaneFix minor thinko in logic to set dump order when dumpin...
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-02-02 Tom LaneImprove performance of fmgr.c calling routines for...
2005-02-02 Tom LaneAdjust constant-folding of CASE expressions so that...
2005-02-02 Bruce MomjianImprove wording of to_char() change in 8.1:
2005-02-02 Bruce MomjianBackpatch FAQ to 8.0.X.
2005-02-02 Bruce MomjianBackpatch FAQ to 8.0.X.
2005-02-01 Neil ConwayFix a bug induced by the list-rewrite that resulted...
2005-02-01 Tom LaneAdjust estimate_num_groups() to not clamp per-relation...
2005-02-01 Tom LaneAdjust plpgsql to allow assignment to an element of...
2005-02-01 Bruce MomjianBackpatch FAQ changes to 8.0.X.
2005-02-01 Tom LaneSync inet formatting code with recent BIND releases...
2005-01-30 Tom LaneRecommend security@postgresql.org as the contact point... REL8_0_1
2005-01-30 Tom LaneStamp 8.0 branch as 8.0.1.
2005-01-30 Peter EisentrautTranslation updates
2005-01-30 Bruce MomjianBackpatch FAQ to 8.0.X.
2005-01-30 Bruce MomjianFAQ markup fixes.
2005-01-30 Bruce MomjianBackpatch FAQ to 8.0.X.
2005-01-30 Bruce MomjianBackpatch FAQ changes to 8.0.X.
2005-01-29 Tom LaneWe haven't had a fixed limit on rule recursion depth...
2005-01-29 Tom LaneMake sure contrib C functions are marked strict where...
2005-01-28 Tom LaneAdd documentation for format_type(), which somehow...
2005-01-28 Tom LaneAdd intset() to README (backpatch teodor's docs fix...
2005-01-28 Tom LaneAdd note cautioning that you can't use an encrypting...
2005-01-28 Tom LaneWhen dealing with multiple grouping columns coming...
2005-01-28 Tom LaneImprove planner's estimation of the space needed for...
2005-01-28 Tom Lanepg_aggregate.h fails to compile standalone, for lack...
2005-01-28 Tom LaneAdjust mkdir_p to do stat() before trying mkdir()....
2005-01-27 Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27 Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27 Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2005-01-27 Peter EisentrautBackpatch translations
2005-01-26 Tom LaneClose all cursors created during a failed subtransactio...
2005-01-26 Tom LanePropagate ecpg core dump fix into 8.0 branch.
2005-01-26 Tom LaneAdjust Windows autovacuum service to retry for up to...
2005-01-26 Tom LaneOn Windows, set the postmaster executable's stack size...
2005-01-26 Tom LaneMinor tweak to avoid unnecessary memory bloat when...
2005-01-26 Tom LaneAdd docs for a couple of formerly-undocumented geometri...
2005-01-26 Tom LaneMake pg_dump and pg_restore handle binary archive forma...
2005-01-26 Tom LaneUse SHGetFolderPath instead of SHGetSpecialFolderPath...
2005-01-26 Neil ConwayMark the text_soundex() function as "strict", to avoid...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2005-01-25 Peter EisentrautAdd missing "ko".
2005-01-25 Peter EisentrautTranslation update
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2005-01-24 Tom LaneDisallow LOAD to non-superusers. Per report from John...
2005-01-24 Tom LaneFix memory leak in rtdosplit, per report from Clive...
2005-01-24 Neil Conwaypg_autovacuum fixes from Dave Page:
2005-01-23 Tom LaneThe result of a FULL or RIGHT join can't be assumed...
2005-01-23 Bruce MomjianAdd tools/find_gt_lt to find < and > in SGML source.
2005-01-23 Tom Lanepg_dump dumped the wrong tablespace for an index (ie...
next