1. 09 Jun, 1999 1 commit
  2. 08 Jun, 1999 8 commits
  3. 07 Jun, 1999 7 commits
    • Bruce Momjian's avatar
      I attach a patch for pg_upgrade. This does two things: · 505b2ecd
      Bruce Momjian authored
      1. check whether the program is being executed in $PGDATA/..  This is
         necessary if the data tree is not in the standard place, as is the
         case with the Debian distribution (because of Debian policy).
      
      2. give a clearer error message if the dumped data structure fails to
         be loaded.
      
      Oliver Elphick
      505b2ecd
    • Bruce Momjian's avatar
      On AIX 4.3.2 the third line in template/aix_42: · 094616ec
      Bruce Momjian authored
      SHARED_LIB:
      
      needs to be changed to:
      SHARED_LIB:-lc
      
      I think this was also needed on AIX 4.2. Comments Please !!
      
      If nobody objects, I suggest to make this change, since it cannot
      break AIX 4.2 and is necessary on AIX 4.3
      
      Andreas
      094616ec
    • Vadim B. Mikheev's avatar
      Concurrency... Highest one... · 4c45832c
      Vadim B. Mikheev authored
      DO NOT EVEN TRY TO DO PageGetMaxOffsetNumber BEFORE
      LockBuffer!
      -:)
      4c45832c
    • Bruce Momjian's avatar
      > Here is a small patch that should only affect win32 building · 8864ee0b
      Bruce Momjian authored
      > (native win32, not cygnus).
      > It does the following:
      > Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and
      > HAVE_STRDUP. This is required to build at all.
      > Bumps the version number on libpq.dll from 6.4 to 6.5.
      > Required for install programs to work.
      > Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in
      > the client-side libpiq directory.
      >
      > All these files are only used when building on native win32,
      > so it should be safe I think.
      >
      > Again, really sorry to throw this in so late, but I would
      > hate to do the same thing as with 6.4 (which required 6.4.1
      > to at all compile on Win32).
      >
      > Thanks,
      >
      >   //Magnus
      8864ee0b
    • Tom Lane's avatar
      Repair recently-introduced error in makeIndexable for LIKE: · bad3b306
      Tom Lane authored
      a non-leading % would be put into the >=/<= patterns.  Also, repair
      longstanding confusion about whether %% means a literal %%.  The SQL92
      doesn't say any such thing, and textlike() knows that, but gram.y didn't.
      bad3b306
    • Vadim B. Mikheev's avatar
      Have to release meta page before reading root one! · 43c135e3
      Vadim B. Mikheev authored
      < 6.5 versions were just not affected by this bug due to locking.
      43c135e3
    • Bruce Momjian's avatar
      Update TODO. · 06385ccb
      Bruce Momjian authored
      06385ccb
  4. 06 Jun, 1999 5 commits
  5. 05 Jun, 1999 12 commits
    • Tom Lane's avatar
      Instead of failing when the constructed name for a sequence, · ca234c3f
      Tom Lane authored
      index, etc is too long, truncate until it fits.
      ca234c3f
    • Bruce Momjian's avatar
      Update from Massimo · 4cf595bf
      Bruce Momjian authored
      4cf595bf
    • Bruce Momjian's avatar
      Hi, · 27b81439
      Bruce Momjian authored
      I have updated my contrib code for version 6.5. In the attachment you will
      find the directories array, datetime, miscutil, string, tools and userlocks
      which replace the corresponding directories under contrib.
      
      In contrib/tools you will find some developement scripts which I use while
      hacking the sources. I hope they will be useful for some other people.
      
      I have also added a contrib/Makefile which tries to compile and install all
      the contribs. Unfortunately many of them don't have a Makefile or don't
      compile cleanly.
      
      --
      Massimo Dal Zotto
      27b81439
    • Bruce Momjian's avatar
      New FAQ with commerical support mention. · 977108e8
      Bruce Momjian authored
      977108e8
    • Bruce Momjian's avatar
      Update faq and hpux faq. · 3fd4755e
      Bruce Momjian authored
      3fd4755e
    • Tom Lane's avatar
      Remove redeclarations of default parameter values from · e7253d89
      Tom Lane authored
      PgDatabase::DisplayTuples and PgDatabase::PrintTuples.  This is incorrect
      according to strict interpretation of the C++ spec, and some compilers
      will reject it.  Also silence g++ warning about unused parameter.
      e7253d89
    • Tatsuo Ishii's avatar
      a fix for Win32 support provided by yutaka@marin.or.jp. · 7e6a9a60
      Tatsuo Ishii authored
      	The patch will avoid to add .exe suffix to the pg_encoding
      	binary.
      7e6a9a60
    • Marc G. Fournier's avatar
      · 93b57eb5
      Marc G. Fournier authored
      trace.patch (compilation error)
      
              the gettimeofday doesn't compile under Linux with glibc2 because
              the DST_NONE constant is no more defined. It seems that this code
              (written by me) has always be wrong but for some reason working.
      
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      93b57eb5
    • Marc G. Fournier's avatar
      · dbaab4a4
      Marc G. Fournier authored
      man.patch (make inconsistency)
      
              the default target is 'install' instead of 'all'. So if you do a
              make without target you actually do a make install, which is not
              what one normally expects from a standard makefile.
      
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      dbaab4a4
    • Marc G. Fournier's avatar
      · 840306af
      Marc G. Fournier authored
      ecpg.patch (wrong makefile expansion in some cases)
      
              the ecpg Makefiles use a variable DESTDIR which is never defined
              except by debian/rules makefile, in which case the ecpg makefiles
              expand wrong pathnames. If we want to support a DESTDIR root it
              must be done consistently in all the makefiles, not just in ecpg.
      
      From: Massimo Dal Zotto <dz@cs.unitn.it>
      840306af
    • Bruce Momjian's avatar
      Update FAQ's for release. · bf1dd3ec
      Bruce Momjian authored
      bf1dd3ec
    • Bruce Momjian's avatar
      Update with more TODO items. · bafe9e50
      Bruce Momjian authored
      bafe9e50
  6. 04 Jun, 1999 7 commits