OSDN Git Service

pg-rex/syncrep.git
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:
1997-05-13 Marc G. FournierFrom: "Brian E. Gallew" <geek+@cmu.edu>
1997-05-13 Bruce MomjianUpdate manual pages for vacuum and create index for...
1997-05-13 Thomas G. LockhartFix return value for tm2datetime to properly indicate...
1997-05-13 Bruce Momjianfix for sizeof pointed out by Ed Buddington
1997-05-12 Vadim B. MikheevAdded _readAggreg() to work with T_Aggreg type.
1997-05-11 Thomas G. LockhartUpdate to current information for upcoming v6.1 product...
1997-05-11 Thomas G. LockhartMore tables are listed in the user-defined relations...
1997-05-11 Thomas G. LockhartAdd inter-type regression tests for geometry, date...
1997-05-11 Thomas G. LockhartAdd type conversion functions between floats and integers.
1997-05-11 Thomas G. LockhartAdd a few type conversion functions.
1997-05-11 Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-05-11 Marc G. FournierOops, one of DAvid's patches didn't quite make it in...
1997-05-11 Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-09 Marc G. FournierFrom: Edmund Mergl <E.Mergl@bawue.de>
1997-05-09 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-05-08 Bruce MomjianFix typechecking problem pointed out by Thomas.
1997-05-08 Bruce MomjianUpdate for bsdi
1997-05-07 Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-07 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-05-07 Marc G. FournierFrom: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>
1997-05-07 Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-05-07 Marc G. FournierFrom: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
1997-05-06 Thomas G. LockhartRemove valid pointer checks for returns from palloc...
1997-05-06 Thomas G. LockhartChange dummy array dimensions from [0] to [1] to keep...
1997-05-06 Thomas G. LockhartRename LOread() and LOwrite() to loread() and lowrite...
next