1. 26 5月, 1999 1 次提交
  2. 23 5月, 1999 2 次提交
  3. 22 5月, 1999 1 次提交
  4. 19 5月, 1999 2 次提交
  5. 18 5月, 1999 1 次提交
  6. 17 5月, 1999 2 次提交
  7. 16 5月, 1999 1 次提交
    • B
      I've got 2 pretty small patches. · de81fbd0
      Bruce Momjian 提交于
      configtype.patch simply fixes a typo in config.h.in
      pg_dump.c.patch Updates a bunch of error messages to include a reason
      from
                      the backend, and also removes a couple of unnecessary
      if's
      
      Ole Gjerde
      de81fbd0
  8. 13 5月, 1999 2 次提交
    • B
      Hi, Bruce! · 564842a6
      Bruce Momjian 提交于
      These are my last changes to lmgr fixing deadlock handling.
      Please apply them to cvs...
      
      Vadim
      564842a6
    • T
      Rip out QueryTreeList structure, root and branch. Querytree · 507a0a2a
      Tom Lane 提交于
      lists are now plain old garden-variety Lists, allocated with palloc,
      rather than specialized expansible-array data allocated with malloc.
      This substantially simplifies their handling and eliminates several
      sources of memory leakage.
      Several basic types of erroneous queries (syntax error, attempt to
      insert a duplicate key into a unique index) now demonstrably leak
      zero bytes per query.
      507a0a2a
  9. 12 5月, 1999 1 次提交
  10. 11 5月, 1999 2 次提交
  11. 10 5月, 1999 3 次提交
  12. 09 5月, 1999 3 次提交
  13. 07 5月, 1999 1 次提交
  14. 06 5月, 1999 1 次提交
    • T
      Fix some nasty coredump bugs in hashjoin. This code was just · 9f82f9e4
      Tom Lane 提交于
      about certain to fail anytime it decided the relation to be hashed was
      too big to fit in memory --- the code for 'batching' a series of hashjoins
      had multiple errors.  I've fixed the easier problems.  A remaining big
      problem is that you can get 'hashtable out of memory' if the code's
      guesstimate about how much overflow space it will need turns out wrong.
      That will require much more extensive revisions to fix, so I'm committing
      these fixes now before I start on that problem.
      9f82f9e4
  15. 04 5月, 1999 2 次提交
    • T
      Correct declaration of array_map() so that it doesn't make · b6c732e6
      Tom Lane 提交于
      gcc quite so unhappy.
      b6c732e6
    • B
      here are some patches for 6.5.0 which I already submitted but have never · 210055ad
      Bruce Momjian 提交于
      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
  16. 03 5月, 1999 1 次提交
  17. 02 5月, 1999 2 次提交
  18. 26 4月, 1999 3 次提交
  19. 25 4月, 1999 1 次提交
  20. 20 4月, 1999 2 次提交
  21. 19 4月, 1999 1 次提交
  22. 17 4月, 1999 1 次提交
  23. 15 4月, 1999 2 次提交
  24. 14 4月, 1999 2 次提交