OSDN Git Service

pg-rex/syncrep.git
2005-05-05 Tom LaneAllow implicit cast from any named composite type to...
2005-05-04 Tom LaneUse postmaster_is_alive() check in pg_ctl restart as...
2005-05-04 Tom LanePreliminary release notes for 8.0.3, 7.4.8, 7.3.10.
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-05-03 Tom LaneClean up MultiXactIdExpand's API by separating out...
2005-05-03 Tom LaneAlter the signature for encoding conversion functions...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-05-03 Neil ConwayFix typos in documentation.
2005-05-02 Bruce MomjianAdd FAQ on who controls the project.
2005-05-02 Bruce MomjianCompleted:
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-02 Neil ConwayAdd some missing "See Also" entries to the domain-relat...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-05-01 Tom LaneFix incorrect backslashing in regexp example, per Rober...
2005-05-01 Tom LaneMention the actual stored size of NUMERIC values, per...
2005-05-01 Neil ConwayRemove the contents of the src/corba subdirectory:...
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-04-30 Tom LaneMake record_out and record_send extract type informatio...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-30 Bruce MomjianFix BCC to not define compiler location.
2005-04-30 Bruce MomjianUpdate FAQ.
2005-04-30 Bruce MomjianUpdate replication FAQ.
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-29 Bruce MomjianRemove extern from optreset that was just added.
2005-04-29 Bruce MomjianImprove cleanup from win32 client-only build.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-29 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-29 Bruce MomjianDone:
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-28 Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-04-28 Bruce MomjianAdd WAL compression item to TODO.detail.
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:
next