OSDN Git Service

pg-rex/syncrep.git
2005-02-10 Michael MeskesFixed more parsing bugs in other CREATE statements...
2005-02-10 Neil ConwayAdd some index entries for RAISE and exception handling...
2005-02-10 Neil ConwayImprovements to documentation of shared memory configur...
2005-02-10 Neil ConwayUse now() rather than 'now' in an example in the PL...
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 Bruce MomjianSpacing:
2005-02-08 Bruce MomjianIt seems like most people don't want automatic failover...
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-05 Tom LaneFix bit-rot in ipc_test.c; it didn't include some stuff...
2005-02-05 Tom LaneMarginal hack to merge adjacent ReleaseBuffer/ReadBuffe...
2005-02-04 Neil ConwayRefactor some duplicated code in lock.c: create UnGrant...
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-03 Neil ConwayMinor SGML improvements.
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 MomjianUpdate FAQ numbering.
2005-02-02 Bruce MomjianUpdate RESET ALL items:
2005-02-02 Bruce MomjianAdd to release checklist:
2005-02-02 Michael MeskesFixed bug in parsing of #line statement in declare...
2005-02-02 Bruce MomjianRemove pgsql_tmp directory FAQ item.
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
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 Bruce MomjianAdd Josh's performance page.
2005-02-01 Tom LaneAdjust plpgsql to allow assignment to an element of...
2005-02-01 Bruce MomjianAdd FETCH/MOVE:
2005-02-01 Bruce MomjianAdd:
2005-02-01 Bruce MomjianFinal FAQ cleanups to remove information about very...
2005-02-01 Bruce MomjianRemove outer join simulation using UNION now that we...
2005-02-01 Bruce MomjianRemove FAQ about database terms.
2005-02-01 Bruce MomjianRemove FAQ mention of DROP column.
2005-02-01 Bruce MomjianUpdate LIMIT/FETCH FAQ item.
2005-02-01 Tom LaneSync inet formatting code with recent BIND releases...
2005-02-01 Bruce MomjianUpdate connections FAQ item.
2005-01-31 Bruce MomjianFix markup typo.
2005-01-31 Bruce MomjianUpdate debeug FAQ.
2005-01-31 Bruce MomjianRestructure debug FAQ entry.
2005-01-31 Bruce MomjianReorganize FAQ entry on performance.
2005-01-31 Bruce MomjianUpdate admin tools FAQ.
2005-01-31 Bruce MomjianUpdate PHP mention.
2005-01-31 Bruce MomjianRemove "Support" FAQ item. We now have a tab on our...
2005-01-31 Bruce MomjianWording improvement.
2005-01-31 Bruce MomjianReorder support FAQ items.
2005-01-31 Bruce MomjianUpdate section to mention developer's FAQ.
2005-01-31 Bruce MomjianMention releases are every 10-12 months now.
2005-01-31 Bruce MomjianSimplify FAQ item about obtaining support.
2005-01-31 Bruce MomjianClarify license FAQ item.
2005-01-31 Bruce MomjianModernize the FAQ item "What is PostgreSQL" to skip...
2005-01-30 Tom LaneRecommend security@postgresql.org as the contact point...
2005-01-30 Bruce MomjianUpdate FAQ text file.
2005-01-30 Bruce MomjianFAQ markup fixes.
2005-01-30 Bruce MomjianFix ampersand in URL.
2005-01-30 Bruce MomjianRemove IN/slow FAQ item because it only applies to...
2005-01-30 Bruce MomjianRemove GEQO and Rtree FAQ items.
2005-01-30 Bruce MomjianMore index item rewording.kUpdate FAQ.
2005-01-30 Bruce MomjianReword index/slow query item.
2005-01-30 Bruce MomjianRemove FAQ item about binary cursors.
2005-01-30 Bruce MomjianRemove FAQ items about IPC errors. We now report the...
2005-01-30 Bruce MomjianMerge two Interfaces FAQ items into one.
2005-01-30 Bruce MomjianMerge unix and non-unix platform faq items, and remove...
2005-01-30 Bruce MomjianUpdate OID item description.
2005-01-30 Tom LanePreliminary release notes for 8.0.1, 7.4.7, 7.3.9,...
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 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 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
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 Teodor SigaevAdd intset() to README
2005-01-27 Neil ConwayProvide a more descriptive error message when the retur...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-27 Neil ConwayAdd regression tests for recent cursor/savepoint bug...
2005-01-26 Tom LaneClose all cursors created during a failed subtransactio...
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 Tom LaneAvoid unnecessary dependence on u_int16_t, per buildfar...
2005-01-26 Neil ConwayThe attached patch implements the soundex difference...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2005-01-25 Peter EisentrautAdd missing "ko".
2005-01-25 Teodor Sigaevimprove support of agglutinative languages (query with...
2005-01-25 Michael MeskesFixed segfault due to freeing a struct definition twice...
2005-01-25 Teodor SigaevChange
2005-01-25 Neil ConwayRegression tests for recent bugfix to ALTER TABLE ADD...
next