1. 09 Apr, 1997 2 commits
  2. 08 Apr, 1997 1 commit
  3. 07 Apr, 1997 1 commit
  4. 06 Apr, 1997 4 commits
  5. 05 Apr, 1997 16 commits
  6. 04 Apr, 1997 9 commits
  7. 03 Apr, 1997 5 commits
    • Marc G. Fournier's avatar
      More modifications to make building more interactive: · 0213a81d
      Marc G. Fournier authored
      	Allow installer to change DEF_PGPORT
      	Allow installer to disable HBA
      0213a81d
    • Marc G. Fournier's avatar
    • Marc G. Fournier's avatar
      Various improvements to reduce questions :) · e3649e9e
      Marc G. Fournier authored
      Remove USE_LOCALE from Makefile.global.in
      Add USE_LOCALE to build/configure/config.h
      
      Add check for BUILDRUN in configure to make sure that build is run before
      configure
      e3649e9e
    • Marc G. Fournier's avatar
      From: "D'Arcy J.M. Cain" <darcy@druid.net> · 4bc578eb
      Marc G. Fournier authored
      Subject: [HACKERS] timestamp.c changes
      
      I sent in changes previously and they were rejected because they didn't
      follow ANSI spec.  Here is the input part of the changes again.  Even
      though it allows more flexibility for inputting different formats, it
      is also backwards compatible with the standard version.  I have also
      not changed the output format so it will still output the ANSI forms.
      Is this acceptable to everyone?
      4bc578eb
    • Marc G. Fournier's avatar
      From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> · 9d5c0af5
      Marc G. Fournier authored
      Subject: [HACKERS] Aggregate function patches
      
      Here are the aggregate function patches I originally sent in last December.
      They fix sum() and avg() behavior for ints and floats when NULL values are
      involved.
      
      I was waiting to resubmit these until I had a chance to write a v6.0->v6.1
      database upgrade script to ensure that existing v6.0 databases which have
      not been reloaded for v6.1 do no break with the new aggregate behavior.
      These scripts are included below. It's OK with me if someone wants to do
      something different with the upgrade strategy, but something like this
      was discussed a few weeks ago.
      
      Also, there were a couple of small items which cropped up in doing a clean
      install of 970403 (actually 970402 + 970403 changes since the full 970403
      tar file appears to be damaged or at least suspect). They are the first
      two patches below and can be omitted if desired (although I think they
      aren't dangerous :).
      9d5c0af5
  8. 02 Apr, 1997 2 commits
    • Marc G. Fournier's avatar
    • Marc G. Fournier's avatar
      From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> · 2ab34dfe
      Marc G. Fournier authored
      Subject: [HACKERS] More date time functions
      
      Here are some additional patches mostly related to the date and time
      data types. It includes some type conversion routines to move between
      the different date types and some other date manipulation routines such
      as date_part(units,datetime).
      
      I noticed Edmund Mergl et al's neat trick for getting function overloading
      for builtin functions, so started to use that for the date and time stuff.
      Later, if someone figures out how to get function overloading directly
      for internal C code, then we can move to that technique.
      
      These patches include documentation updates (don't faint!) for the built-in
      man page. Doesn't yet include mention of timestamp, since I don't know
      much about it and since it may change a bit to become a _real_ ANSI timestamp
      which would include parser support for the declaration syntax (what do you
      think, Dan?).
      
      The patches were developed on the 970330 release, but have been rebuilt
      off of the 970402 release. The first patch below is to get libpq to compile,
      on my Linux box, but is not related to the rest of the patches and you can
      choose not to apply that one at this time. Thanks in advance, scrappy!
      2ab34dfe