OSDN Git Service

pg-rex/syncrep.git
2006-03-02 Bruce MomjianMark tsearch2 item as Tom's, not Teodor's.
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Teodor SigaevSignificantly improve ranking:
2006-03-02 Bruce MomjianUpdate TODO.detail/qsort.
2006-03-02 Bruce MomjianAdd to TODO.detail for qsort.
2006-03-02 Bruce MomjianAdd:
2006-03-02 Tom LaneFix possible crash at transaction end when a plpgsql...
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2006-03-01 Neil ConwayWoops: also update the alternative "expected" files...
2006-03-01 Bruce MomjianUpdate text file.
2006-03-01 Bruce MomjianUpdate patch generation instructions.
2006-03-01 Neil ConwayUpdate the expected regression test results to account...
2006-03-01 Bruce MomjianUpdate Japanese FAQ, backpatched to 8.1.X.
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-03-01 Bruce MomjianAdd pg_service.conf documentation for libpq.
2006-02-28 Neil ConwayFix typo in comment.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-28 Bruce MomjianBack out libpq changes for service --- not ready yet.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM for different awk -F handling.
2006-02-28 Bruce MomjianFix PG_VERSION_NUM awk -F parameter.
2006-02-28 Neil ConwayTweak the error message emitted when a void-returning...
2006-02-28 Neil ConwayAllow PL/Python functions to return void, per gripe...
2006-02-28 Bruce MomjianAdd:
2006-02-28 Bruce MomjianAdd PG_VERSION_NUM for use by 3rd party applications...
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-02-27 Bruce MomjianAdd mention that tid perhaps someday should be output...
2006-02-26 Tom LaneImprove sorting speed by pre-extracting the first sort...
2006-02-26 Neil ConwayFix a few minor typos in comments in PL/Perl.
2006-02-26 Bruce MomjianDone:
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-26 Neil ConwayMinor SGML work: add some more hyperlinks, where approp...
2006-02-26 Neil ConwayFix typo in comment.
2006-02-26 Neil ConwayTODO updates:
2006-02-25 Peter EisentrautRemove ora2pg; now available at <samse.fr/GPL/ora2pg/>.
2006-02-25 Bruce MomjianAdd intervals:
2006-02-25 Bruce MomjianFix computation of sample table size.
2006-02-25 Bruce MomjianRemove duplicate:
2006-02-24 Bruce MomjianRemove mention of MIN/MAX() not using indexes.
2006-02-24 Bruce MomjianMention that the archive history file has the wal start...
2006-02-24 Peter EisentrautThe Makefile was invoking perl scripts as ./script...
2006-02-24 Andrew DunstanMake restricted_exec feature for Windows more robust...
2006-02-24 Andrew Dunstanmake initdb -U username work as advertised; back out...
2006-02-23 Tom LaneFix vacuumlo to avoid unnecessary use of backslash...
2006-02-21 Neil ConwayCleanup the usage of ScanDirection: use the symbolic...
2006-02-21 Tom LaneFix old pg_dump oversight: default values for domains...
2006-02-21 Tom LaneAdjust probe for getaddrinfo to cope with macro-ized...
2006-02-20 Neil ConwayFix three Python reference leaks in PLy_traceback(...
2006-02-20 Teodor SigaevFixing and improve compound word support. This changes...
2006-02-19 Tom LaneUpdate obsolete comment.
2006-02-19 Tom LaneModify logtape.c so that the initial LogicalTapeSetCrea...
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Neil ConwayMinor SGML style police work.
2006-02-18 Peter Eisentraut&apos; is not valid HTML 4.01, so print the plain chara...
2006-02-18 Neil ConwayPatch from Marko Kreen:
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-18 Neil ConwayMark unescape_single_char() "static": as far as I can...
2006-02-17 Neil ConwayFix typo in comment.
2006-02-16 Peter EisentrautChange MemSet to use long instead of int32, for better...
2006-02-16 Peter EisentrautPut the first section of a chapter in its own chunk.
2006-02-15 Tom LaneSince we only use libld on AIX, don't include it in...
2006-02-14 Tom LaneRepair --single-transaction patch so it handles blobs...
2006-02-14 Tom LaneMove btbulkdelete's vacuum_delay_point() call to a...
2006-02-14 Tom LaneAdd some missing vacuum_delay_point calls in GIST vacuu...
2006-02-14 Tom LaneAllocSetStats should probably be using unsigned format...
2006-02-14 Tom LaneNeed a DLLIMPORT for MaxFSMPages, per buildfarm failure...
2006-02-14 Bruce MomjianDocument that GRANT on a table does not affect sequence...
2006-02-14 Bruce MomjianDocument that xact commit/abort stats are collected...
2006-02-13 Tom LaneAdd positive defense against trying to connect when...
2006-02-13 Tom LaneIMHO, --single-transaction should wrap *all* the comman...
2006-02-13 Tom LaneImprove documentation of --single-transaction option...
2006-02-13 Bruce MomjianPlace function names in first column for consistency.
2006-02-13 Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-13 Tom LaneFix build failure when not USE_READLINE. Sergey E...
2006-02-13 Bruce MomjianAdd:
2006-02-12 Bruce MomjianRevert because C locale uses "" for thousands_sep,...
2006-02-12 Tom LaneUpdate release notes.
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianThrow a warning rather than an error on invalid charact...
2006-02-12 Tom LaneFix broken markup.
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2006-02-12 Bruce MomjianSupport "" for thousands separator and plus sign in...
2006-02-12 Bruce MomjianRemove LEFT part of JOIN to pg_roles because of optimiz...
2006-02-12 Bruce MomjianUpdate README file.
2006-02-12 Bruce MomjianNot done:
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce Momjian> Actually, if you submit a patch that says either...
2006-02-12 Bruce MomjianFix release item ordering.
2006-02-12 Bruce MomjianUpdate back branch release notes.
2006-02-12 Bruce MomjianFix release markup.
2006-02-12 Bruce MomjianUpdate release checlist.
2006-02-12 Bruce MomjianUpdate for 8.1.3.
2006-02-12 Bruce MomjianUpdate release notes for 8.1.3.
2006-02-12 Bruce MomjianImprove tab completion macro for default keywords.
next