OSDN Git Service

pg-rex/syncrep.git
2000-03-24 Bruce MomjianMove LOCK terms down.
2000-03-24 Tom Laneoutfuncs.c was missing a print routine for Material...
2000-03-24 Tom LaneRename bytea functions to not have upper-case letters...
2000-03-24 Tom LaneFold PQsetenv working state into PGconn, rather than...
2000-03-24 Tatsuo IshiiUpdate multi-byte support README
2000-03-24 Bruce MomjianUpdate HISTORY
2000-03-23 Tom LaneA little further tweaking of the range-query selectivit...
2000-03-23 Bruce Momjian>> 5. empty define that results in an empty but termina...
2000-03-23 Bruce MomjianBack out // compiler flag.
2000-03-23 Bruce MomjianHmm, absolute pathnames for the copy makes sense. I...
2000-03-23 Bruce MomjianSome points for portability improvements:
2000-03-23 Bruce MomjianUpdate history/sgml.
2000-03-23 Bruce MomjianPlease apply the attached patch to interfaces/libpq...
2000-03-23 Michael Meskes*** empty log message ***
2000-03-23 Tom Lanesubselect regress test was kind of silly; it claimed...
2000-03-23 Tom LaneFloat-to-int conversion functions should return NULL...
2000-03-23 Tom LaneRemove no-longer-necessary restriction against uplevel...
2000-03-23 Tom LaneHack parse_coerce so it won't try to constant-fold...
2000-03-23 Tom LaneExecSubPlan needs to be able to cope with RelabelType...
2000-03-23 Bruce MomjianUpdate TODO list.
2000-03-23 Bruce MomjianUpdate HISTORY file for 7.0.
2000-03-23 Tatsuo IshiiPrepare for 7.0 release
2000-03-23 Tom LaneIf we cannot get a real estimate for the selectivity...
2000-03-23 Tom LaneImprove selectivity estimation involving string constan...
2000-03-22 Tom LaneRepair logic flaw in cost estimator: cost_nestloop...
2000-03-22 Bruce MomjianUpdate pg_dumpall again.
2000-03-22 Bruce MomjianFix pg_dumpall for new psql output.
2000-03-21 Tom LaneForgot that odbc had its own copies of config.sub/confi...
2000-03-21 Thomas G. LockhartFix query for primary keys to reflect new DISTINCT...
2000-03-21 Thomas G. LockhartAdd syntax for BIT() and BIT VARYING(), but no underlyi...
2000-03-21 Thomas G. LockhartUpdate test for new ORDER BY clause from Tom Lane.
2000-03-21 Tom LaneRestructure planning code so that preprocessing of...
2000-03-21 Tom LaneCorrect typo in error message.
2000-03-21 Bruce MomjianThis patch corrects spelling, grammar and euphony for...
2000-03-20 Bruce MomjianReverse out BYTEA type coersion.
2000-03-20 Vadim B. MikheevTurn XLOG off (do not create log file).
2000-03-20 Tom LaneEmit 'this operator is deprecated' warnings for ':...
2000-03-20 Tom LaneConvert float8 regress test to use exp() and ln() inste...
2000-03-20 Bruce MomjianUpdate for BYTEAOID.
2000-03-20 Tom LaneSorry, I have read the misspelling 'coersion' one time...
2000-03-20 Tom LaneAdd exp(), ln(), and some other functions to numeric...
2000-03-20 Tom LaneAdd note that ':' and ';' operators are deprecated.
2000-03-20 Bruce MomjianAdd compatiblity information for bytea.
2000-03-20 Hiroshi InoueAdd FORCE keyword to ColID
2000-03-19 Tom LaneMake use of pre-existing regexp match capability to...
2000-03-19 Tom LaneAutoconf run
2000-03-19 Tom LaneChange configure.in to note that since we are using...
2000-03-19 Tom Lanecash_words_out function truncated its output by 1 chara...
2000-03-19 Tom LaneSeveral calls to StrNCpy incorrectly subtracted 1 from...
2000-03-19 Tom LaneChange MemSet and StrNCpy to evaluate their arguments...
2000-03-19 Tom LaneSince PORTNAME is no longer used at the level of C...
2000-03-19 Bruce MomjianProper unpack de_DE.ISO-8859-1
2000-03-19 Tom LaneMinor code rearrangement & doc improvement in eval_cons...
2000-03-19 Michael Meskes*** empty log message ***
2000-03-19 Tom LanetransformExpr() did the Wrong Thing if applied to a...
2000-03-19 Bruce Momjianit seems in the beta2 release DBUSERID in pg_dumpall...
2000-03-19 Tom LaneFix incorrect implementation of log(x) for numeric...
2000-03-19 Tom LaneAnother go-round with resolution of ambiguous functions...
2000-03-19 Tom LaneIn can_coerce_type, verify that a possible type-coercio...
2000-03-18 Peter EisentrautFixed psql -c "\slashcmd"
2000-03-18 Bruce MomjianUpdate bytea type description
2000-03-18 Tom LaneImprove error message wording in unary_op_error() ...
2000-03-18 Tom LaneClean up minor compiler warnings.
2000-03-18 Tom LaneModify lexing of multi-char operators per pghackers...
2000-03-18 Tom LaneRepair typos: <xb> EOF rule should be <xh>, likewise...
2000-03-18 Tom LaneJust noticed that the grammar actually has no provision...
2000-03-18 Bruce MomjianAdd translation of timespan to interval.
2000-03-17 Tom LanePatch possible portability problem: a few places had...
2000-03-17 Tom LaneTypo correction (// -> /)
2000-03-17 Tom LaneAdd safety check on expression nesting depth. Default...
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-16 Tom LaneUpdate config.guess and config.sub to latest versions...
2000-03-16 Tom LaneTweak horology regress test to ensure platform-independ...
2000-03-16 Bruce MomjianSince it has been confirmed working on the bugs list...
2000-03-16 Bruce Momjianlibpq++ Makefile uses -DDEBUG to turn on debugging...
2000-03-16 Thomas G. LockhartFix typo (introduced by xemacs markup normalization...
2000-03-16 Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16 Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16 Thomas G. LockhartSupport full POSIX-style time zone: EST+3, PST-3, etc.
2000-03-16 Tatsuo IshiiFixes for char_length() change.
2000-03-16 Tatsuo IshiiFixes for char_length() changes.
2000-03-16 Tom LaneTurns out that Mazurkiewicz's gripe about 'function...
2000-03-16 Tatsuo IshiiFix for char_length() changes
2000-03-16 Tom LaneFix some (more) problems with subselects in rules....
2000-03-16 Bruce Momjian Hi,
2000-03-15 Tom LaneUpdate comment obsoleted by Thomas's latest fixes.
2000-03-15 Tom LaneTweak GROUP BY so that it will still accept result...
2000-03-15 Michael Meskes*** empty log message ***
2000-03-15 Tom LaneFix busted TRANSLATE() code --- it coredumped due to...
2000-03-15 Bruce MomjianFix " to ' on lobj docs.
2000-03-15 Tom LaneRemove another incorrect UserAbortTransactionBlock...
2000-03-15 Tom LaneRemove gratuitous and incorrect begin/commit transactio...
2000-03-15 Tom LaneFix a couple of missed changes in expected results.
2000-03-15 Tom LaneAdd 'datetime' -> 'timestamp' conversion to xlateSqlFun...
2000-03-14 Tom LaneRepair unintentional damage to MULTIBYTE code.
2000-03-14 Tom LaneCache fmgr lookup data for index's getnext() function...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-14 Thomas G. LockhartWrite up new TIME WITH TIME ZONE type.
2000-03-14 Tom LaneMarginal performance improvement in LockBuffer ---...
2000-03-14 Bruce Momjian> I have improved the System V semaphore emulation...
next