1. 19 12月, 1997 3 次提交
  2. 17 12月, 1997 1 次提交
  3. 30 10月, 1997 1 次提交
  4. 28 9月, 1997 1 次提交
  5. 24 9月, 1997 1 次提交
  6. 22 9月, 1997 1 次提交
  7. 20 9月, 1997 1 次提交
  8. 19 9月, 1997 2 次提交
  9. 18 9月, 1997 1 次提交
  10. 13 9月, 1997 2 次提交
  11. 27 8月, 1997 1 次提交
  12. 17 8月, 1997 1 次提交
  13. 06 8月, 1997 1 次提交
  14. 03 8月, 1997 1 次提交
  15. 01 8月, 1997 1 次提交
  16. 31 7月, 1997 3 次提交
  17. 30 7月, 1997 3 次提交
  18. 28 7月, 1997 1 次提交
  19. 16 7月, 1997 1 次提交
  20. 15 7月, 1997 1 次提交
  21. 02 6月, 1997 1 次提交
  22. 29 4月, 1997 1 次提交
  23. 26 4月, 1997 2 次提交
  24. 23 4月, 1997 2 次提交
  25. 19 4月, 1997 2 次提交
    • M
      Add a --with-compiler switch that allows someone to specify: · fd8e90a8
      Marc G. Fournier 提交于
      	--with-compiler=xlc
      
      Requested by: Darren King <aixssd!darrenk@abs.net>
      fd8e90a8
    • M
      From: adrian@waltham.harvard.net · 49153540
      Marc G. Fournier 提交于
      Subject: [HACKERS] Another patch to configure.in
      
      I heard very little in objections/approvals to defaulting some of the
      parameters to configure.  Enclosed is a patch to configure.in which
      removes the questions for
      
              PGPORT
              USE_LOCALE
              NOHBA
      
      By default (i.e. assuming you don't put anything extra in the configure
      command line), it assumes PGPORT=5432, USE_LOCAL=no and NOHBA=no (i.e.
      HBA is turned on)
      
              --with-pgport=PGPORT_NO         Over-rides the PGPORT value
              --enable-locale                 enables USE_LOCALE
              --disable-hba                   disables HBA
      
      Just for completeness:
      
              --prefix=BASEDIR                Defaults to /usr/local/pgsql
              --with-template=TEMPLATE        Defaults to asking you
      49153540
  26. 16 4月, 1997 2 次提交
  27. 12 4月, 1997 2 次提交