1. 08 Jul, 1999 1 commit
  2. 12 May, 1999 1 commit
  3. 03 May, 1999 1 commit
    • Bruce Momjian's avatar
      here are some patches for 6.5.0 which I already submitted but have never · 210055ad
      Bruce Momjian authored
      been applied. The patches are in the .tar.gz attachment at the end:
      
      varchar-array.patch     this patch adds support for arrays of bpchar() and
                              varchar(), which where always missing from postgres.
      
                              These datatypes can be used to replace the _char4,
                              _char8, etc., which were dropped some time ago.
      
      block-size.patch        this patch fixes many errors in the parser and other
                              program which happen with very large query statements
                              (> 8K) when using a page size larger than 8192.
      
                              This patch is needed if you want to submit queries
                              larger than 8K. Postgres supports tuples up to 32K
                              but you can't insert them because you can't submit
                              queries larger than 8K. My patch fixes this problem.
      
                              The patch also replaces all the occurrences of `8192'
                              and `1<<13' in the sources with the proper constants
                              defined in include files. You should now never find
                              8192 hardwired in C code, just to make code clearer.
      
      
      --
      Massimo Dal Zotto
      210055ad
  4. 17 Mar, 1999 1 commit
  5. 13 Feb, 1999 1 commit
  6. 07 Feb, 1999 1 commit
  7. 08 Oct, 1998 1 commit
  8. 01 Sep, 1998 1 commit
  9. 29 Aug, 1998 2 commits
  10. 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
  11. 09 May, 1998 1 commit
  12. 08 Apr, 1998 1 commit
  13. 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
  14. 18 Feb, 1998 1 commit
  15. 11 Feb, 1998 1 commit
  16. 05 Jan, 1998 2 commits
  17. 05 Dec, 1997 1 commit
  18. 30 Nov, 1997 1 commit
  19. 20 Nov, 1997 1 commit
  20. 17 Nov, 1997 1 commit
  21. 14 Nov, 1997 1 commit
  22. 30 Oct, 1997 3 commits
  23. 15 Oct, 1997 1 commit
  24. 25 Sep, 1997 1 commit
  25. 24 Sep, 1997 1 commit
  26. 13 Sep, 1997 1 commit
  27. 12 Sep, 1997 1 commit
  28. 08 Sep, 1997 1 commit
  29. 05 Sep, 1997 2 commits
  30. 02 Sep, 1997 1 commit
  31. 01 Sep, 1997 1 commit
  32. 20 Aug, 1997 1 commit
  33. 29 Jun, 1997 1 commit
  34. 02 Mar, 1997 1 commit
  35. 28 Feb, 1997 1 commit