]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2000-01-20  Bruce MomjianBruce,
2000-01-20  Tom LaneClean up longstanding warnings. I think the remaining
2000-01-20  Tom LaneClean up longstanding gcc warnings by adding missing...
2000-01-20  Tom LaneClean up longstanding gcc warnings by adding missing...
2000-01-20  Tom Laneecpg shouldn't depend on parser/gramparse.h. Also...
2000-01-20  Bruce MomjianWell, I finally solved the linking problem
2000-01-20  Tom LaneTweak includes to avoid compiler warning on HPUX.
2000-01-20  Tom LaneAssign a typmod of -1 to unadorned CHAR and NUMERIC...
2000-01-20  Tom LaneFix bugs in NUMERIC ceil() and floor() functions. ...
2000-01-19  Tom LaneFix handling of NULL constraint conditions: per SQL92...
2000-01-19  Bruce MomjianUpdate vacuum comments.
2000-01-19  Bruce MomjianUpdate pg_dumpall.
2000-01-19  Peter Eisentrautanother round of user interface cleanups
2000-01-19  Bruce Momjianautoconf
2000-01-19  Bruce MomjianFix >& csh-ism
2000-01-19  Bruce MomjianThe latest source does not compile on Solaris 7 due to
2000-01-19  Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-19  Tatsuo IshiiRevert back Makefile.global
2000-01-19  Tatsuo IshiiFix for multibyte support. Since some function declarations
2000-01-18  Peter Eisentrautanother set of cleanups
2000-01-18  Bruce MomjianSince this patch is not big I send it here instead...
2000-01-18  Bruce MomjianHi!
2000-01-18  Bruce MomjianBruce,
2000-01-18  Tatsuo IshiiFix minor comple error
2000-01-18  Tatsuo IshiiFix minor comping errors
2000-01-18  Michael Meskes*** empty log message ***
2000-01-18  Tom LaneFix quoting bugs and incorrect trigger argument printout.
2000-01-18  Bruce MomjianThis corrects an error in current gram.y for ALTER...
2000-01-18  Bruce MomjianFreebsd update for sgml, from Alfred Perlstein
2000-01-18  Bruce MomjianLibpq non-blocking mode, from Alfred Perlstein
2000-01-18  Tatsuo IshiiRemove compiler warnings
2000-01-18  Tatsuo IshiiShow encoding name rather than encoding id in case...
2000-01-18  Tatsuo IshiiAdd builtin functions:
2000-01-18  Tom Lanenumeric_in accepts exponents; numeric to int4 rounds...
2000-01-18  Tatsuo IshiiFix multibyte support
2000-01-18  Tatsuo IshiiAdopt for new psql
2000-01-18  Peter EisentrautUpdated user interfaces on initdb, initlocation, pg_dum...
2000-01-17  Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-17  Tom LaneCorrect minor typos.
2000-01-17  Bruce MomjianUpdate subquery error message.
2000-01-17  Tom LaneAdd .cvsignore so cvs update doesn't complain about...
2000-01-17  Tom LaneModify libpq's pqexpbuffer to eliminate length restrict...
2000-01-17  Bruce MomjianUpdate TODO list.
2000-01-17  Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
2000-01-17  Tom LaneHmm, numeric array type was missing too. Added.
2000-01-17  Hiroshi InoueFix for TODO item * spinlock stuck problem when elog...
2000-01-17  Tom LaneUpdate unused_oids script so it works with non-GNU...
2000-01-17  Tom LaneApparently, no one's ever used float4abs(), because...
2000-01-17  Tom LaneUpdate strings test to reflect the fact that casting...
2000-01-17  Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-16  Tom LaneRearrange coding in COPY so that expansible string...
2000-01-16  Tom LaneSigh, I'm an idiot ... I broke the async startup logic...
2000-01-16  Tom LanePut back change to 'connection failed' message formatti...
2000-01-16  Peter EisentrautRemoved lextest, because lex'ed files are now in the...
2000-01-16  Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-16  Tom LaneAdd check that inherited constraints and defaults work.
2000-01-16  Tom LaneRepair breakage of inherited constraint expressions...
2000-01-16  Tom LaneFix broken FOR UPDATE error message.
2000-01-16  Bruce MomjianUpdate TODO list.
2000-01-16  Bruce MomjianFix passing of atttypmod that Tom found.
2000-01-16  Bruce MomjianUpdate TODO list.
2000-01-16  Tom LaneClean up pg_dump coredumps caused by change of output...
2000-01-16  Bruce MomjianUpdate TODO list.
2000-01-16  Bruce MomjianUpdate TODO list.
2000-01-15  Tom LaneAdd some examples to numeric regress test to verify...
2000-01-15  Tom LaneClean up problems with rounding/overflow code in NUMERI...
2000-01-15  Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-15  Bruce MomjianUpdate TODO list.
2000-01-15  Tom LaneNow that new psql is fflush()'ing properly, it emerges...
2000-01-15  Tom LaneUpdate arrays regress test to reflect fact that several...
2000-01-15  Peter Eisentraut- Allow array on int8
2000-01-15  Tatsuo IshiiAdd pgench: a TPC-B like benchmarking tool
2000-01-15  Tatsuo IshiiAdapt to the changes of libpq(eliminateing using putenv()).
2000-01-15  Tatsuo IshiiEliminate using putenv().
2000-01-15  Tatsuo IshiiPrepare for new psql
2000-01-15  Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-14  Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-14  Peter Eisentraut* User management commands no longer user pg_exec_query...
2000-01-14  Tom LaneClean up some problems in new asynchronous-connection...
2000-01-14  Tom LaneMake PSQLexec's behavior on loss of connection more...
2000-01-14  Tom LaneMake connection-failed messages a little friendlier on
2000-01-14  Tom LaneRemove redundant and now-incorrect declaration of pstrdup.
2000-01-14  Bruce MomjianUpdate TODO list.
2000-01-14  Tom LaneBump catversion to ensure initdb.
2000-01-14  Tom LaneRevise quoting conventions in outfuncs/readfuncs so...
2000-01-13  Peter EisentrautFixed everything in and surrounding createdb and dropdb...
2000-01-13  Peter Eisentrautinitdb didn't load pg_description
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Bruce MomjianUpdate TODO list.
2000-01-13  Tatsuo IshiiAdd UDC (User Defined Characters) support to SJIS/EUC_J...
2000-01-12  Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
2000-01-12  Tatsuo IshiiMulti-byte case fix by Oliver Elphick (olly@lfix.co.uk)
2000-01-12  Tom LaneUse fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS.
2000-01-12  Tom LaneIn PQfn(), defend against too many args, and avoid...
2000-01-12  Tom LaneRemoveFunction didn't defend against too many args.
next