OSDN Git Service

pg-rex/syncrep.git
2005-04-23 Bruce MomjianUpdate FAQ release number to 8.0.2.
2005-04-23 Bruce MomjianModify output of VACUUM VERBOSE to be clearer.
2005-04-23 Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-23 Tom LaneTurns out that my recent elimination of the 'redundant...
2005-04-23 Bruce MomjianAdd documentation stating how to determine if FSM setti...
2005-04-23 Tom LaneTeach choose_bitmap_and() to actually be choosy --...
2005-04-23 Tom LaneFix bogus EXPLAIN display of rowcount estimates for...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-22 Bruce MomjianFix typo:
2005-04-22 Bruce MomjianTypo fix. Alvaro.
2005-04-22 Bruce MomjianUpdate URL for TODO list.
2005-04-22 Bruce MomjianRemove pre-7.3 mention that FOR UPDATE can be before...
2005-04-22 Bruce MomjianClarify that only crypt can't use md5 pg_shadow passwords.
2005-04-21 Bruce MomjianClarify use of MD5 authentication and pg_shadow encryption.
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Bruce MomjianUpdated text for bitmaps:
2005-04-21 Bruce MomjianDone:
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-20 Tom LaneMake pg_ctl status do a kill() test to verify that...
2005-04-20 Tom LaneAdd note clarifying that indexes that support ordered...
2005-04-20 Tom LaneDon't try to run clauseless index scans on index types...
2005-04-20 Tom LaneFix mis-display of negative fractional seconds in inter...
2005-04-20 Tom LaneMinor performance improvement: avoid unnecessary creati...
2005-04-20 Bruce MomjianAdd:
2005-04-20 Bruce MomjianAdd:
2005-04-20 Bruce MomjianAdd:
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-19 Teodor SigaevAdd comment about permissions on pg_ts* tables
2005-04-19 Bruce Momjian>>>>Luckily, PG 8 is available for this. Do you have...
2005-04-19 Bruce Momjian> >Luckily, PG 8 is available for this. Do you have...
2005-04-19 Bruce MomjianThe following patch should allow UPDATE_INTERVAL to...
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-04-19 Bruce MomjianUpdate PITR wording, per Simon.
2005-04-18 Tom Lanepg_dumpall should enforce the server version check...
2005-04-18 Bruce MomjianAdd WAL entry about compression.
2005-04-18 Bruce MomjianAdded to TODO:
2005-04-18 Bruce MomjianUpdate PITR setence to mention WAL and file system...
2005-04-18 Tom Lanerecord_in and record_recv must be careful to return...
2005-04-18 Bruce MomjianUpdate PITR TODO items:
2005-04-18 Bruce MomjianUpdate TODO script sample.
2005-04-18 Bruce MomjianUpdate for HTML markup.
2005-04-18 Bruce MomjianAdd description that WAL files used during backup have...
2005-04-18 Bruce MomjianAdd HTML version of TODO to CVS, for web site use.
2005-04-18 Bruce MomjianAdd HTML TODO version to CVS.
2005-04-18 Bruce MomjianAdd description about partial WAL archiving for PITR:
2005-04-18 Bruce MomjianFix html.
2005-04-18 Bruce MomjianTest new html tag.
2005-04-18 Bruce MomjianAdd:
2005-04-18 Bruce MomjianUpdate PITR mention of which WAL files are needed.
2005-04-17 Tom LaneInitial implementation of lossy-tuple-bitmap data struc...
2005-04-17 Bruce MomjianClarify name of file to be checked for PITR expiring.
2005-04-17 Bruce MomjianFix comment typo.
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
2005-04-16 Tom LaneMinor improvements to locale documentation.
2005-04-15 Tom LaneReduce PANIC to ERROR in several xlog routines that...
2005-04-15 Tom LaneModify MoveOfflineLogs/InstallXLogFileSegment to avoid...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-15 Neil ConwayThis patch changes the use of varargs.h to stdarg.h as
2005-04-15 Neil ConwayRemove an unused variable "waitingForSignal". From...
2005-04-14 Bruce MomjianDone
2005-04-14 Tom LaneMake equalTupleDescs() compare attlen/attbyval/attalign...
2005-04-14 Tom LanePut back blessing of record-function tupledesc, which...
2005-04-14 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-04-14 Tom LaneMust count '*' characters as potential arguments.
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Michael MeskesAdded patch by Philip Yarra <philip.yarra@internode...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-13 Tom LaneRevert yesterday's change to make pg_cast.h say 'OID...
2005-04-13 Neil ConwayMinor consistency improvement to the documentation...
2005-04-12 Tom LaneAdjust pg_cast.h so that the OIDs assigned to built...
2005-04-12 Tom LaneRemove unnecessary UPDATE commands to assign explicit...
2005-04-12 Peter EisentrautRevert mistaken renaming of UTF-8.
2005-04-12 Tom LaneFix oversight in MIN/MAX optimization: must not return...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-12 Tom LaneFix broken markup.
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-04-11 Tom LanePersistHoldablePortal must establish the correct value...
2005-04-10 Bruce MomjianUpdate to XHTML.
2005-04-10 Tom LaneMake constant-folding produce sane output for COALESCE...
2005-04-10 Tom LaneSplit out into a separate function the code in grouping...
2005-04-10 Tom LaneSQL functions returning pass-by-reference types were...
2005-04-09 Bruce MomjianDone:
2005-04-09 Bruce MomjianWe don't put URL's in ulink's because the URL is always...
2005-04-08 Tom LaneIf we're going to have a non-panic check for held_lwloc...
2005-04-08 Tom LaneUse an always-there test, not an Assert, to check for...
2005-04-08 Neil ConwayChange the default setting of "add_missing_from" to...
2005-04-08 Neil ConwayUse fork_process() to avoid some fork()-related boilerp...
2005-04-07 Tom LaneUpdate and copy-edit release notes for 8.0.2.
2005-04-07 Tom LaneFix some issues with missing or too many newlines at
2005-04-07 Tom LaneAllow plpgsql functions to omit RETURN command when...
2005-04-07 Neil ConwayMinor documentation tweak.
2005-04-07 Neil ConwayFix minor breakage to regression tests induced in previ...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Neil ConwayApply the "nodeAgg" optimization to more of the builtin...
2005-04-06 Tom LaneRemove test for NULL node in ExecProcNode(). No place...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
next