OSDN Git Service

pg-rex/syncrep.git
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:
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.
next