]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-09-27  Bruce MomjianUpdate README.NT
1999-09-27  Bruce MomjianFollowing advice from Michael Ansley, I broke up the...
1999-09-27  Bruce MomjianHello,
1999-09-27  Bruce MomjianUpdate README.NT with patch.
1999-09-27  Bruce MomjianCurrently,only the first column of multi-column indices
1999-09-27  Bruce MomjianEmit warning on SELECT pg_language.*
1999-09-27  Bruce MomjianUpdate TODO list.
1999-09-27  Bruce MomjianFix to give super user and createdb user proper update...
1999-09-27  Vadim B. MikheevTransaction log manager core code.
1999-09-27  Bruce MomjianUpdate TODO list.
1999-09-27  Michael Meskes*** empty log message ***
1999-09-27  Bruce MomjianNew Solaris FAQ.
1999-09-27  Bruce MomjianUpdate TODO list.
1999-09-27  Bruce MomjianAdd README.SSL
1999-09-27  Bruce MomjianLots of patches coming in from me today :-)
1999-09-27  Bruce MomjianAdd bsdi sparc port.
1999-09-26  Tom LaneModify nodeAgg.c so that no rows are returned for a...
1999-09-26  Tom LaneImplement constant-expression simplification per Bernard
1999-09-24  Hiroshi InoueThis is a patch for cygipc library provided by Yutaka...
1999-09-24  Tom LaneSeveral changes here, not very related but touching...
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianOne last missing quoting bug in pg_dump:
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianFix for netmask('x.x.x.x/0') is 255.255.255.255 instead...
1999-09-23  Bruce MomjianTRUNCATE command from Mike Mascari<mascarim@yahoo.com>
1999-09-23  Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-23  Bruce MomjianUpdate TODO list.
1999-09-21  Bruce MomjianUpdate TODO list.
1999-09-21  Bruce MomjianI found the following useful - just a way of using...
1999-09-21  Bruce MomjianUpdate TODO list.
1999-09-21  Bruce Momjiangram.y cleanup
1999-09-21  Bruce Momjianvalues.h patch from Alex Howansky
1999-09-21  Bruce MomjianUpdate TODO list.
1999-09-21  Bruce MomjianUpdate TODO list.
1999-09-20  Marc G. Fournierlast batch, I think...
1999-09-20  Marc G. Fournierfixing it more..
1999-09-20  Marc G. Fournierbring it all into -current again
1999-09-20  Marc G. Fourniertry and fix things...
1999-09-20  Marc G. Fournierbring in missing files ... this isn't very clean, but :(
1999-09-20  Bruce MomjianMake proper plpgsql non-externs.
1999-09-20  Bruce MomjianUpdate pgaccess 0.98.
1999-09-20  Bruce MomjianUpdate TODO.
1999-09-20  Bruce MomjianUpdate TODO list.
1999-09-20  Bruce MomjianAdd TODO detail directory.
1999-09-20  Bruce MomjianDefine plpgsql_yylineno as non-extern somewhere for...
1999-09-19  Tom LaneRemove incorrect 'Assert(targetList != NULL)'. An
1999-09-18  Tom LaneFix CASE bug identified by Keith Parks: CASE didn't...
1999-09-18  Tom LaneUpdate regress test expected outputs for small changes in
1999-09-18  Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-18  Bruce MomjianUpdate TODO list.
1999-09-17  Michael Meskes*** empty log message ***
1999-09-17  Bruce MomjianUpdate TODO list.
1999-09-17  Michael Meskes*** empty log message ***
1999-09-17  Bruce MomjianUpdate TODO list.
1999-09-16  Tatsuo IshiiChanges made by Hiroshi Inoue and approved by Vadim.
1999-09-15  Peter Mountjdbc2real rule was in there twice. One of them should...
1999-09-15  Peter MountJens Glaser found that getPrimaryKeys() had a table...
1999-09-15  Peter MountSome late patches from Jens Glaser (jens@jens.de)....
1999-09-15  Michael Meskes*** empty log message ***
1999-09-15  Michael Meskes*** empty log message ***
1999-09-14  Peter MountAn abstract declaration for the close() method was...
1999-09-14  Thomas G. LockhartUpdate from Andreas Zeugswetter <andreas.zeugswetter...
1999-09-14  Thomas G. LockhartAllow ISOLATION and LEVEL as column names. These are...
1999-09-14  Peter MountPatches for 6.5.2
1999-09-14  Bruce MomjianUpdate TODO list.
1999-09-13  Thomas G. LockhartAllow CASE statement to contain *only* untyped result...
1999-09-13  Tom LanePatch to cure O(N^2) behavior in libpq when reading...
1999-09-13  Bruce MomjianAdd solaris faq.
1999-09-13  Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12  Marc G. FournierMake sure both SRCH_INC and SRCH_LIB are checked for...
1999-09-12  Marc G. Fourniercygwin doesn't have an endian.h, but defines BYTE_ORDER...
1999-09-12  Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-11  Tom LaneEliminate query length limitation imposed by pg_client_...
1999-09-11  Tom LaneEliminate token length assumption in scanstr().
1999-09-11  Tom LaneUpdate protocol doc to emphasize that backend can return
1999-09-11  Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-09-10  Thomas G. LockhartAdd information on ssh tunnelling from Gene Selkov.
1999-09-09  Bruce MomjianMake pgindent gnu test better.
1999-09-09  Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-09-09  Tom LaneMinor improvement in SI overflow logic: try to delete
1999-09-09  Tom LaneGet rid of elog(DEBUG) in snprintf emulation ... it...
1999-09-09  Tom LaneRepair error noticed by Roberto Cornacchia: selectivity...
1999-09-08  Tom LaneStreamConnection() mustn't call elog().
1999-09-08  Tom LaneCope with versions of vsnprintf() written by people who
1999-09-07  Tom LaneRepair logic error in LIKE: should not return LIKE_ABORT
1999-09-07  Tom LaneIrix linking fix from Yu Cao <yucao@falcon.kla-tencor...
1999-09-07  Bruce MomjianUpdate TODO list.
1999-09-07  Tom LanePerformance improvements in cnfify(): get rid of expone...
1999-09-07  Tom LaneMike Ansley's fixes for long queries. This change...
1999-09-06  Tom LaneAdditional long-query fixes from Mike Ansley and yours...
1999-09-06  Tom LaneMark bpchareq not hashjoinable, since it strips trailin...
1999-09-06  Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-06  Tom LaneFix relcache.c so that local relations (those created...
next