1. 10 Aug, 1998 1 commit
  2. 27 Jul, 1998 1 commit
  3. 15 Jun, 1998 1 commit
  4. 27 Apr, 1998 1 commit
    • Bruce Momjian's avatar
      This patch... · 09baa3cc
      Bruce Momjian authored
      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
  5. 06 Apr, 1998 1 commit
  6. 26 Feb, 1998 1 commit
  7. 15 Jan, 1998 1 commit
    • PostgreSQL Daemon's avatar
      Thank god for searchable mail archives. · baef78d9
      PostgreSQL Daemon authored
      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 Jan, 1998 1 commit
  9. 05 Jan, 1998 1 commit
  10. 20 Nov, 1997 1 commit
  11. 08 Sep, 1997 2 commits
  12. 07 Sep, 1997 1 commit
  13. 22 Aug, 1997 1 commit
  14. 19 Aug, 1997 1 commit
  15. 05 Nov, 1996 1 commit
  16. 03 Nov, 1996 1 commit
  17. 31 Oct, 1996 1 commit
  18. 23 Oct, 1996 1 commit
  19. 21 Oct, 1996 1 commit
  20. 20 Oct, 1996 1 commit
    • Marc G. Fournier's avatar
      More #include cleanups · e1220b7c
      Marc G. Fournier authored
      Once access/* is cleaned out, will redo using -Wall on compile to
      make sure that all prototyping is correct
      e1220b7c
  21. 09 Jul, 1996 1 commit