1. 28 7月, 1998 1 次提交
  2. 10 5月, 1998 1 次提交
  3. 27 4月, 1998 1 次提交
    • B
      This patch... · 09baa3cc
      Bruce Momjian 提交于
      1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
      pg_proc.h.
      
      2. Changes those #defines to use the names already defined in
      fmgr.h.
      
      3. Forces the make of fmgr.h in backend/Makefile instead of having
      it
         made as a dependency in access/common/Makefile  *hack*hack*hack*
      
      4. Rearranged the #includes to a less helter-skelter arrangement,
      also
          changing <file.h> to "file.h" to signify a non-system header.
      
      5. Removed "pg_proc.h" from files where its only purpose was for
      the
         #defines removed in item #1.
      
      6. Added "fmgr.h" to each file changed for completeness sake.
      
      Turns out that #6 was not necessary for some files because fmgr.h
      was being included in a roundabout way SIX levels deep by the first
      include.
      
      "access/genam.h"
       ->"access/relscan.h"
         ->"utils/rel.h"
           ->"access/strat.h"
             ->"access/skey.h"
      	 ->"fmgr.h"
      
      So adding fmgr.h really didn't add anything to the compile, hopefully
      just made it clearer to the programmer.
      
      S Darren.
      09baa3cc
  4. 01 4月, 1998 1 次提交
    • M
      From: Maurice Gittens <mgittens@david.gits.nl> · 896a42a5
      Marc G. Fournier 提交于
      After applying the following patch there remain two
      probable buffer overruns detected by Electric Fence during
      the regression test.
      I'll try find out what causes the remain two ones.
      
      This patch also corrects a typo in smgr.c.
      896a42a5
  5. 26 2月, 1998 1 次提交
  6. 12 2月, 1998 1 次提交
  7. 16 1月, 1998 1 次提交
    • P
      Thank god for searchable mail archives. · baef78d9
      PostgreSQL Daemon 提交于
      Patch by: wieck@sapserv.debis.de (Jan Wieck)
      
         One  of  the design rules of PostgreSQL is extensibility. And
         to follow this rule means (at least for me) that there should
         not  only  be a builtin PL.  Instead I would prefer a defined
         interface for PL implemetations.
      baef78d9
  8. 07 1月, 1998 1 次提交
  9. 05 1月, 1998 1 次提交
  10. 26 11月, 1997 1 次提交
  11. 24 11月, 1997 1 次提交
  12. 21 11月, 1997 1 次提交
  13. 19 9月, 1997 1 次提交
  14. 08 9月, 1997 1 次提交
  15. 07 9月, 1997 1 次提交
  16. 19 8月, 1997 1 次提交
  17. 13 8月, 1997 1 次提交
  18. 24 7月, 1997 1 次提交
  19. 27 12月, 1996 1 次提交
  20. 01 12月, 1996 1 次提交
    • B
      This patch changes quite a few instances of references of Oid's · 63df35e2
      Bruce Momjian 提交于
      as ints and longs.  Touches on quite a few function args as
      well.  Most other files look ok as far as Oids go...still checking
      though...
      
      Since Oids are type'd as unsigned ints, they should prolly be used
      with the %ud format string in elog and sprintf messages.  Not sure
      what kind of strangeness that could produce.
      
      Darren King
      63df35e2
  21. 08 11月, 1996 1 次提交
  22. 06 11月, 1996 1 次提交
  23. 05 11月, 1996 1 次提交
  24. 04 11月, 1996 1 次提交
  25. 07 10月, 1996 1 次提交
  26. 09 7月, 1996 1 次提交