OSDN Git Service

pg-rex/syncrep.git
2005-04-28 Bruce MomjianAdd psql \set ON_ERROR_ROLLBACK to allow statements...
2005-04-27 Bruce MomjianWording improvement.
2005-04-27 Bruce MomjianUpdate PAM documentation, per Alvaro.
2005-04-26 Bruce MomjianMention that PAM requires the user already exist in...
2005-04-25 Tom LaneOn further experimentation, there were still a couple...
2005-04-25 Tom LaneFix ExpandIndirectionStar to handle cases where the...
2005-04-25 Tom Laneget_expr_result_type probably needs to be able to handl...
2005-04-25 Bruce MomjianUpdate description:
2005-04-25 Bruce MomjianRe-add item with better description:
2005-04-25 Tom LaneFix btree_gist to handle timetz zone correctly per...
2005-04-25 Tom LaneAvoid rechecking lossy operators twice in a bitmap...
2005-04-25 Tom LaneWhile determining the filter clauses for an index scan...
2005-04-25 Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25 Bruce MomjianAdd description for concurrent sequential scans:
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-24 Tom LaneAdjust nodeBitmapIndexscan.c to not keep the index...
2005-04-24 Tom LaneActually, nodeBitmapIndexscan.c doesn't need to create...
2005-04-24 Tom LanePut back example of using Result node to execute an...
2005-04-24 Bruce MomjianUpdate wording:
2005-04-24 Bruce MomjianUpdate wording.
2005-04-24 Bruce MomjianClean up HTML.
2005-04-24 Bruce MomjianAdd replication FAQ item.
2005-04-24 Neil ConwayUpdate some comments to use SQL examples rather than...
2005-04-24 Bruce MomjianAdd line break.
2005-04-24 Bruce MomjianUpdate book items.
2005-04-24 Bruce MomjianUpdate VACUUM VERBOSE FSM message, per Tom.
2005-04-23 Tom LaneRepair two TIME WITH TIME ZONE bugs found by Dennis...
2005-04-23 Tom LaneRemove useless argtype_inherit() code, and make consequ...
2005-04-23 Bruce MomjianTurns out our existing page size is already optimal...
2005-04-23 Bruce MomjianItem already added to existing 'thread' item:
2005-04-23 Bruce MomjianRemove item, not sure what it refers to:
2005-04-23 Bruce MomjianNew item:
2005-04-23 Bruce MomjianUpdate threading item:
2005-04-23 Bruce MomjianDone:
2005-04-23 Tom LaneRemove explicit FreeExprContext calls during plan node...
2005-04-23 Bruce MomjianDone:
2005-04-23 Bruce MomjianFix typo:
2005-04-23 Bruce MomjianUpdate VACUUM VERBOSE update, per Alvaro.
2005-04-23 Bruce MomjianUpdate working of VACUUM VERBOSE.
2005-04-23 Bruce MomjianMake VACUUM VERBOSE FSM output all output in a single...
2005-04-23 Bruce MomjianMove info about lack of depencency checking in Makefile...
2005-04-23 Bruce MomjianUpdate FAQ by eliminating non-frequent items like large...
2005-04-23 Bruce MomjianDone:
2005-04-23 Bruce MomjianUpdate H4 tag to H3 to be consistent with heading levels.
2005-04-23 Bruce MomjianAdd item about server-side debugging.
2005-04-23 Bruce MomjianUpdate FAQ items to point to existing web pages rather...
2005-04-23 Tom LaneAdd comment about checkpoint panic behavior during...
2005-04-23 Tom LaneAllow -2147483648 to be treated as an INT4 rather than...
2005-04-23 Tom LaneTreat a zero-D array as empty in int_enum(), per Andrew...
2005-04-23 Tom LaneRecent changes got the sense of the notnull bit backwar...
2005-04-23 Tom LaneDefine the right-hand input of AT TIME ZONE as a full...
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.
next