]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-06-02  Bruce MomjianAllow for EOF or \0 as input() return from lex.
1997-06-02  Vadim B. MikheevOracle like currval behaviour.
1997-06-02  Vadim B. Mikheev#define GEQO_RELS 7
1997-06-02  Vadim B. MikheevUse GEQO if _use_geqo_ is TRUE and # of relations is...
1997-06-02  Vadim B. MikheevSET var TO 'a=b'
1997-06-02  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-02  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-06-02  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-02  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01  Marc G. FournierOrdering of libraries changed so that -lbsd is *after...
1997-06-01  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-01  Marc G. FournierFrom: Phil Nelson <phil@cs.wwu.edu>
1997-06-01  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-06-01  Marc G. FournierFrom: Robert Bruccoleri <bruc@bms.com>
1997-06-01  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01  Marc G. FournierFrom: Igor <igor@sba.miami.edu>
1997-06-01  Bruce MomjianAdded \n to error message.
1997-06-01  Bruce MomjianAdd R_PLANS to psql help, and SET cleanup.
1997-06-01  Bruce MomjianDROP agg psql help change from Darren.
1997-06-01  Bruce MomjianSET R_PLANS added to manual page.
1997-06-01  Bruce MomjianPut back old lines.
1997-06-01  Bruce MomjianAdd bsdi 3.0 to configure.
1997-06-01  Bruce MomjianCleanup for AIX from Darren.
1997-06-01  Bruce MomjianEscape newline in select output, from A. Duursma.
1997-06-01  Bruce MomjianEnable GEQO for more than six tables, from Martin.
1997-06-01  Bruce MomjianChanged 1943 to 1947 to fix, other cleanups.
1997-05-31  Bruce MomjianFix for SELECT * INTO TABLE for char(), varchar() fields.
1997-05-31  Vadim B. MikheevIf there is no table in RangeTable for colname then
1997-05-31  Vadim B. MikheevIf we have to split leaf page in the chain of duplicates
1997-05-30  Vadim B. MikheevAdded: new BTP_CHAIN flag (if hikey == firstkey then...
1997-05-30  Vadim B. MikheevFix duplicates handling.
1997-05-30  Thomas G. LockhartClean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZON...
1997-05-26  Thomas G. LockhartEnsure double alignment for time and arrays of circles.
1997-05-26  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-26  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-25  Marc G. Fournier-m <arg> -M weren't setup properly in getopts()...
1997-05-24  Bruce MomjianFix core dump on \c.
1997-05-24  Bruce MomjianFix \c option after breaking it.
1997-05-23  Thomas G. LockhartClean up redundant tests for valid pointers in geometri...
1997-05-23  Thomas G. LockhartEnable new date and time definitions to allow Solaris...
1997-05-23  Vadim B. MikheevAllocateFile():
1997-05-23  Bruce MomjianOnly free memory if environment value is replaced.
1997-05-23  Bruce MomjianComment on fix added.
1997-05-22  Bruce MomjianPreserve putenv() memory in psql \connect user fix.
1997-05-22  Bruce MomjianFix backslash commands broken when \connect user added.
1997-05-22  Vadim B. MikheevRelationPurgeLocalRelation():
1997-05-22  Vadim B. Mikheev1. Fix md memory leak:
1997-05-22  Vadim B. Mikheev1. Cleanup (no more FreeFd - unuseful; others).
1997-05-22  Vadim B. Mikheevgist.h:
1997-05-22  Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierOops, missed the commit on this one by Darren King...
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-21  Bruce MomjianUpdated pg_dumpall and psql to preserve database owners.
1997-05-21  Bruce MomjianAdd SRCDIR to lextest
1997-05-20  Bruce MomjianFix for lextest return value.
1997-05-20  Vadim B. MikheevLittle memmory leak in RelationFlushRelation() in freeing
1997-05-20  Vadim B. MikheevDefine FREE(x) as pfree.
1997-05-20  Vadim B. MikheevShouldn't we use palloc instead of malloc ?
1997-05-20  Vadim B. Mikheev1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we...
1997-05-20  Vadim B. MikheevConsider right-sided plans if _use_right_sided_plans_...
1997-05-20  Vadim B. MikheevNew VAR r_plans added to enable turn ON/OFF
1997-05-20  Vadim B. MikheevInitialize internal keys if rtree used in inner scan.
1997-05-20  Bruce MomjianAdded fcvt() prot for bsdi.
1997-05-20  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-19  Bruce MomjianRemove create_database interactive prohibition from...
1997-05-19  Bruce MomjianAdd Makefile.global to lextest makefile.
1997-05-19  Vadim B. MikheevMulti-column indices creation is now supported in norma...
1997-05-19  Marc G. FournierFrom: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>
1997-05-19  Marc G. FournierThese two files got reversed somehow... -K PIC is a...
1997-05-17  Edmund Mergladded const declaration in form() E.Mergl
1997-05-17  Edmund Mergladded const declaration E.Mergl
1997-05-17  Thomas G. LockhartAdd comments to assist with installation.
1997-05-17  Thomas G. LockhartLinux-specific (RedHat variant) postgres system startup...
1997-05-17  Thomas G. LockhartAdd information on regression testing and Linux ports.
1997-05-17  Thomas G. LockhartInitial 64-bit integer package.
1997-05-17  Thomas G. LockhartRemove troublesome type coersions from the char8 return...
1997-05-17  Thomas G. LockhartSpiff up description of the regression tests and outcomes.
1997-05-17  Thomas G. LockhartInclude information for reset, set, and show commands.
1997-05-17  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-17  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-16  Thomas G. LockhartImprove informational messages for "show" command respo...
1997-05-16  Thomas G. LockhartFix expected output for datetime and abstime to/from...
1997-05-16  Thomas G. LockhartFix datetime and abstime conversions to and from date.
1997-05-16  Thomas G. LockhartAdd documentation for reset, set, and show, and cross...
1997-05-16  Marc G. FournierModify lextest and GNUmakefile so that if the test...
1997-05-16  Marc G. FournierHave Make process exit if lextest fails
1997-05-15  Marc G. FournierFrom: Robert E. Bruccoleri <bruc@bms.com>
1997-05-15  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-14  Bruce MomjianMore TODO/HISTORY updates
1997-05-14  Bruce MomjianUPdate TODO and HIstory for new release.
1997-05-14  Bruce MomjianAllow pg_dumpall to preserve database ownership.
1997-05-14  Bruce MomjianRemove README.flex and make lextest point to INSTALL.
1997-05-14  Bruce Momjianlextest Makefile cleanup
1997-05-14  Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-14  Bruce MomjianAdd test for flex bug as part of make, and point them...
1997-05-14  Bruce MomjianUpdate FAQ and TODO
1997-05-14  Vadim B. MikheevAdded:
next