1. 30 Aug, 1998 1 commit
  2. 23 Aug, 1998 1 commit
    • Bruce Momjian's avatar
      Attached is a patch that uses autoconf to determine whether there · 07ae591c
      Bruce Momjian authored
      is a working 64-bit-int type available.
      
      In playing around with it on my machine, I found that gcc provides
      perfectly fine support for "long long" arithmetic ... but sprintf()
      and sscanf(), which are system-supplied, don't work :-(.  So the
      autoconf test program does a cursory test on them too.
      
      If we find that a lot of systems are like this, it might be worth
      the trouble to implement binary<->ASCII conversion of int64 ourselves
      rather than relying on sprintf/sscanf to handle the data type.
      
      			regards, tom lane
      07ae591c
  3. 17 Aug, 1998 1 commit
    • Marc G. Fournier's avatar
      · 93120330
      Marc G. Fournier authored
      Date: Sun, 16 Aug 1998 14:56:48 -0400
      From: Tom Lane <tgl@sss.pgh.pa.us>
      Attached is a patch for this weekend's work on libpq.  I've dealt
      with several issues:
      
              <for details: see message, in pgsql-patches archive for above data>
      93120330
  4. 16 Jun, 1998 1 commit
    • Bruce Momjian's avatar
      Hi, here are the patches to enhance existing MB handling. This time · cb7cbc16
      Bruce Momjian authored
      I have implemented a framework of encoding translation between the
      backend and the frontend. Also I have added a new variable setting
      command:
      
      SET CLIENT_ENCODING TO 'encoding';
      
      Other features include:
      	Latin1 support more 8 bit cleaness
      
      See doc/README.mb for more details. Note that the pacthes are
      against May 30 snapshot.
      
      Tatsuo Ishii
      cb7cbc16
  5. 15 Jun, 1998 1 commit
  6. 09 May, 1998 1 commit
  7. 04 May, 1998 1 commit
  8. 17 Apr, 1998 1 commit
    • Marc G. Fournier's avatar
      A few minor mods: · 83fd305f
      Marc G. Fournier authored
      	gram.c updated
      	scan.c updated
      	ecpg/Makefile added LDFLAGS
      	configure requires sfio for those systems with it installed...
      83fd305f
  9. 08 Apr, 1998 1 commit
  10. 18 Mar, 1998 1 commit
    • Thomas G. Lockhart's avatar
      Allow parsing expressions with ") -" (scan.l, scan.c only). · 561aead3
      Thomas G. Lockhart authored
      Make "TABLE" optional in "LOCK TABLE" command
       and "... INTO TABLE..." clause.
      Explicitly parse CREATE SEQUENCE options to allow a negative integer
       as an argument; this is an artifact of unary minus handling in scan.l.
      Add "PASSWORD" as an allowed column identifier.
      These fixes will require a "make clean install" but not a dump/reload.
      561aead3
  11. 21 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      First step done, · 7b30490b
      Marc G. Fournier authored
          below  is  the patch to have views to override the permission
          checks for the accessed tables. Now we can do the following:
      
          CREATE VIEW db_user AS SELECT
               usename,
               usesysid,
               usecreatedb,
               usetrace,
               usecatupd,
               '**********'::text as passwd,
               valuntil
              FROM pg_user;
      
          REVOKE ALL ON pg_user FROM public;
          REVOKE ALL ON db_user FROM public;
          GRANT SELECT ON db_user TO public;
      7b30490b
  12. 18 Feb, 1998 1 commit
  13. 13 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · 64e7adb0
      Marc G. Fournier authored
      Apart from this Makefile hack, all I've done is to make dynamically
      loaded code modules fail properly (as was already done for __mips__,
      although I think this is too loose: I believe NetBSD for the pmax can
      do dynamic linking), and to add test-and-set lock handling.  As Bruce
      suggested, this is done in a maximally efficient inlined way: I was
      not aware that this code was so important, speed-wise.
      64e7adb0
  14. 11 Feb, 1998 1 commit
  15. 02 Feb, 1998 1 commit
  16. 27 Jan, 1998 1 commit
  17. 24 Jan, 1998 1 commit
  18. 15 Jan, 1998 1 commit
    • Marc G. Fournier's avatar
      Fix: · d876c258
      Marc G. Fournier authored
      nodeAgg.c: WARN -> NOTICE for elog
      parse_oper.c: was created after patch for fmgr_info, so function call wrong
      scan.c: regenerated for i386_solaris using flex 2.5.4
      gethostname.c: required prototype for gethostname() function
      config.h.in: create prototype for isinfo() function
      
      isinf.c: "fake" isinf() under i386_solaris using fpclass() call...
      d876c258
  19. 13 Jan, 1998 1 commit
  20. 05 Jan, 1998 1 commit
  21. 09 Dec, 1997 1 commit
  22. 30 Nov, 1997 1 commit
  23. 26 Nov, 1997 1 commit
  24. 17 Nov, 1997 1 commit
  25. 14 Nov, 1997 1 commit