]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2000-03-14 Bruce Momjian> To make PostgreSQL compilable on Digital Unix I had...
2000-03-14 Bruce Momjian> Here is an extension of the regression test suite...
2000-03-14 Bruce Momjian> Here is an extension of the regression test suite...
2000-03-14 Bruce Momjian> The snprintf stuff in interfaces/ecpg/preproc/Makefil...
2000-03-14 Tatsuo IshiiDetect postmaster being ready by calling psql -l rather...
2000-03-14 Tom LaneFix some bogosities in the code that deals with estimat...
2000-03-13 Peter EisentrautFixed deficiency where an unterminated (no semicolon...
2000-03-13 Tom LaneExtend numeric_round and numeric_trunc to accept negati...
2000-03-13 Tom LaneRemove unnecessary limitations on lengths of bpchar...
2000-03-13 Tom LanePerformance improvement for lexing long strings: increa...
2000-03-12 Tom LaneSomehow, the variant NATIONAL CHAR [ VARYING ] was...
2000-03-12 Tom LaneFix performance bug in constant-expression simplifier...
2000-03-12 Tom LaneFix performance problem in fireRIRonSubselect: with...
2000-03-12 Tom LaneClean up grammar's handling of NULL in expressions...
2000-03-11 Tom LaneFurther tweaking of logic that decides when to material...
2000-03-11 Tom LaneMake TypeCategory think that NAME is a member of type
2000-03-11 Tom LaneFurther fixes for bogus list-slinging, scribbling on...
2000-03-11 Peter EisentrautKarel Zakr's revised patch to fix psql prompt for local...
2000-03-11 Tom Laneexec_simple_check_plan() must not allow a plan having...
2000-03-11 Tom LaneFinish cleaning up backend's handling of /* ... */...
next