users/gsingh/postgres.git
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...
2005-01-23 Tom LaneNew routine _getObjectDescription() failed to cope...
2005-01-22 Bruce MomjianMore < and > changes to ampersands.
2005-01-22 Bruce MomjianMore < and > cleanups converted to ampersands.
2005-01-22 Bruce MomjianUpdate version restriction on xml2.
2005-01-22 Bruce MomjianChange -> and <- to use proper ampersand markups.
2005-01-22 Bruce MomjianFix README /contrib/xml2 reference in 8.0 and HEAD.
2005-01-22 Neil ConwayThis patch updates the regression tests to allow "make...
2005-01-21 Neil ConwayPrevent overrunning a heap-allocated buffer is more...
2005-01-19 Bruce MomjianMention Rekall is GPL now.
2005-01-19 Bruce MomjianFix typo.
2005-01-17 PostgreSQL... its that time ... tag it for release REL8_0_0
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Tom LaneClarify that the --enable-integer-datetimes switch...
2005-01-17 Bruce MomjianPlease find enclosed another patch that now (I hope...
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautTranslation updates
2005-01-17 Peter EisentrautFix format string error.
2005-01-17 Neil ConwayFix minor thinko in pg_dump documentation of "-n" option.
2005-01-17 Bruce MomjianSpelling fix.
2005-01-17 Neil ConwayThis trivial patch adds a regression test for CASE...
2005-01-17 Peter EisentrautTranslation updates
next