]> granicus.if.org Git - postgresql/shortlog
postgresql
2000-03-28 Tom LaneClean up major bogosity in description of creating...
2000-03-28 Tom LaneAdd a little to index operator class discussion.
2000-03-28 Tom LaneFix some bogosity in the tutorial examples.
2000-03-27 Bruce MomjianAllow compile to finish even if plperl fails, which...
2000-03-27 Peter EisentrautFixed bug with repeated \e in psql (failed to clear...
2000-03-27 Thomas G. LockhartStart updating for the v7.0 release.
2000-03-27 Thomas G. LockhartAllow full type names in CREATE FUNCTION arguments...
2000-03-27 Thomas G. LockhartFix up comments where had been uglified by the automate...
2000-03-27 Thomas G. LockhartChange form of query which used "DISTINCT ON" to help...
2000-03-27 Bruce MomjianAdd html FAQ and FAQ_DEV sources
2000-03-27 Tatsuo IshiiEnhance pg_ctl so that it prints error messages from...
2000-03-26 Tom LaneUpdate obsolete statement that indexes can have only...
2000-03-26 Tom LaneUpdate/improve documentation about creating aggregate...
2000-03-26 Tom LanenodeAgg has always been willing to accept an aggregate...
2000-03-26 Peter EisentrautUpdated user's guide to match new psql's output format
2000-03-26 Tom LaneImprove descriptions of postmaster switches.
2000-03-26 Tom LaneRearrange steps in recommended install procedure to...
2000-03-26 Tom LaneAdd description of new parallel regression testing...
2000-03-26 Tom LaneUpdate descriptions of configure's options, and documen...
2000-03-26 Tom LaneFix erroneous claim that 'postmaster -S' leaves the...
2000-03-26 Bruce MomjianUpdate initdb flags.
2000-03-26 Tatsuo IshiiChange resultmap:
2000-03-26 Tatsuo IshiiNew platform specific geometry regression expected...
2000-03-26 Tatsuo IshiiRemove some results from int4-not-representable.out
2000-03-26 Tom LaneMake configure --help produce slightly more useful...
2000-03-26 Tom LaneIn PQnotifies discussion, reference PQsocket as functio...
2000-03-26 Bruce MomjianAttached is the regression diff for geometry, RedHat...
2000-03-25 Tom LaneRemove bogus complexity from build/install of plperl...
2000-03-25 Tom LaneOld patch from Mark Hollomon to add plperl to createlan...
2000-03-25 Tom LaneAnother fix for old shells.
2000-03-25 Tom LaneFix syntax error reported by old shells ("if ! command...
2000-03-25 Bruce MomjianMore >&1 cleanups
2000-03-25 Bruce MomjianMore changes of >& to 2>&1
2000-03-25 Bruce MomjianRemove >& and make it 2>&1
2000-03-25 Bruce MomjianAdd POLLUTE=1 to perl Makefile.PL creations.
2000-03-24 Tom LanetransformCreateStmt should put Ident nodes, not ColumnD...
2000-03-24 Tom LaneImprove comment.
2000-03-24 Tom LaneSave a few cycles in simple cases: no need to call...
2000-03-24 Bruce MomjianRemove -O2 for aix.
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
next