OSDN Git Service

pg-rex/syncrep.git
2005-02-25 Bruce MomjianPlease find enclosed a patch, per Dennis Bj<C3><B6...
2005-02-25 Bruce MomjianFix plpgsql error message for dropped temporary tables.
2005-02-25 Bruce MomjianClarify object ownership language to prevent confusion...
2005-02-25 Bruce MomjianUpdatge wording.
2005-02-25 Bruce MomjianFix markup.
2005-02-25 Bruce MomjianFix HTML markup and add NULL sorting item to existing...
2005-02-25 Bruce MomjianAdd:
2005-02-24 Bruce MomjianAdd wording about UTF8:
2005-02-24 Bruce MomjianDone:
2005-02-24 Tom LaneWe aren't supposed to try to run test programs until...
2005-02-24 Tom LaneClean up printf arg-control test, per Kurt Roeckx.
2005-02-24 Tom LaneMy patch this morning was overly hasty; revert code...
2005-02-23 Neil ConwayMinor code cleanup: remove a variable that was assigned...
2005-02-23 Neil ConwayThis patch optimizes the md5_text() function (which...
2005-02-23 Tom LaneUn-break plpgsql build by removing unwanted _() usage.
2005-02-23 Bruce MomjianProperly undef _(x) gettext macro.
2005-02-22 Tom LaneDocument that only a table's owner may TRUNCATE it...
2005-02-22 Neil ConwayThis patch changes makes some significant changes to...
2005-02-22 Bruce MomjianAdd semicolon so snprintf.c goto has a statement to...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-22 Bruce MomjianAdd:
2005-02-22 Bruce MomjianAdd support to port/snprintf.c for position parameter...
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 MomjianAdd port mention:
2005-02-21 Bruce MomjianUpdate Russian FAQ.
2005-02-21 Bruce MomjianClarify item:
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 ConwayTrivial fix: change the reference to further documentat...
2005-02-21 Neil ConwayFix two typos, per report from Hashem Masoud.
2005-02-21 Bruce MomjianClarify item:
2005-02-21 Neil ConwayUpdates to the bibliography. Patch from Michael Fuhr.
2005-02-21 Neil ConwayDocument the "register" and "unregister" pg_ctl subcomm...
2005-02-20 Tom LaneUse SnapshotNow instead of SnapshotSelf for reading...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Bruce MomjianRename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
2005-02-20 Bruce MomjianFix MAKE_ALL_TUPLES_VISIBLE define.
2005-02-20 Bruce MomjianMove define MAKE_ALL_TUPLES_VISIBLE to a more logical...
2005-02-20 Bruce MomjianI have added a define, MAKE_ALL_TUPLES_VISIBLE, to...
2005-02-20 Tom LaneFlat file cleanup phase 2: make it work for pg_group...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
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-19 Bruce MomjianFix typo in SGML.
2005-02-19 Bruce MomjianAdd reference to the NewbieDoc Docbook Guide.
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-02-15 Bruce MomjianUpdate question text:
2005-02-15 Bruce MomjianUpdate Momjain book URL.
2005-02-15 Bruce MomjianUpdate URL for Momjian book.
2005-02-15 Bruce MomjianChange wording:
2005-02-15 Bruce MomjianAdd mention of syntax for GRANT ALL:
2005-02-15 Bruce MomjianUpdate comment on VACUUM FULL.
2005-02-15 Bruce MomjianFix typo:
2005-02-15 Bruce MomjianAdd:
2005-02-15 Bruce MomjianDocument usage of gettext_noop().
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianImprove documentation of signal usage for HAVE_SIGPROCM...
2005-02-14 Bruce MomjianAdd:
2005-02-14 Tom LaneALTER LANGUAGE RENAME has never worked. Per Sergey...
2005-02-14 Neil ConwayMinor consistency improvement.
2005-02-14 Bruce MomjianAdd:
2005-02-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2005-02-13 Tom LaneWrite some real documentation about the index access...
2005-02-13 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-13 Bruce MomjianClarify:
2005-02-13 Bruce MomjianAdd:
2005-02-12 Bruce MomjianMove plpgsql DEBUG from DEBUG2 to DEBUG1 because it...
2005-02-11 Tom LaneAdd a regression test to verify that the stack depth...
2005-02-11 Bruce MomjianUpdate to Russian FAQ, HEAD and 8.0.X.
2005-02-11 Bruce MomjianMake clearer warning about using 'now' with DEFAULT:
2005-02-11 Bruce MomjianMention that some psql environment variables come from...
2005-02-11 Neil ConwayAdjust input routines for float4, float8 and oid to...
2005-02-11 Tom LaneFix ANALYZE to accumulate some minimal statistics for...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2005-02-10 Michael MeskesFixed changelog entry to list correct bug reporter.
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:
next