1. 02 7月, 2000 1 次提交
  2. 29 6月, 2000 1 次提交
  3. 20 6月, 2000 1 次提交
  4. 17 6月, 2000 1 次提交
  5. 11 6月, 2000 1 次提交
    • P
      Substituted new configure test for types of accept() · 06cd0f1a
      Peter Eisentraut 提交于
      Interfaced a lot of the custom tests to the config.cache, in the process
      made them separate macros and grouped them out into files. Made naming
      adjustments.
      
      Removed a couple of useless/unused configure tests.
      
      Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
      And it breaks equally often. :(
      06cd0f1a
  6. 10 6月, 2000 1 次提交
    • B
      · 3fe3acb8
      Bruce Momjian 提交于
      I have made the couple of mods required to make the odbc driver with
      postgres build and use unixODBC (http://www.unixodbc.org)
      
      This patch was applied against the postgresql-7.0beta1 build
      
      Any problems let me know.
      
      Nick Gorham
      3fe3acb8
  7. 04 6月, 2000 2 次提交
  8. 31 5月, 2000 1 次提交
    • P
      The heralded `Grand Unified Configuration scheme' (GUC) · 6a68f426
      Peter Eisentraut 提交于
      That means you can now set your options in either or all of $PGDATA/configuration,
      some postmaster option (--enable-fsync=off), or set a SET command. The list of
      options is in backend/utils/misc/guc.c, documentation will be written post haste.
      
      pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
      -Q, and -T options (no longer applicable, although -d0 does the same as -Q).
      
      Added to configure an --enable-syslog option.
      
      changed all callers from TPRINTF to elog(DEBUG)
      6a68f426
  9. 12 5月, 2000 1 次提交
    • M
      · 3383e8b8
      Marc G. Fournier 提交于
      Add two checks ... one for setproctitle and one for -lutil ...
      
      Don't do anything with them at this time, but am working on that ...
      3383e8b8
  10. 14 4月, 2000 1 次提交
  11. 30 3月, 2000 1 次提交
  12. 17 3月, 2000 1 次提交
  13. 05 3月, 2000 1 次提交
  14. 20 2月, 2000 1 次提交
  15. 22 1月, 2000 1 次提交
  16. 16 1月, 2000 1 次提交
    • P
      - Allow array on int8 · 2a1bfbce
      Peter Eisentraut 提交于
      - Prevent permissions on indexes
      - Instituted --enable-multibyte option and tweaked the MB build process where necessary
      - initdb prompts for superuser password
      2a1bfbce
  17. 11 1月, 2000 6 次提交
  18. 10 1月, 2000 1 次提交
  19. 20 12月, 1999 1 次提交
  20. 05 11月, 1999 1 次提交
  21. 25 10月, 1999 1 次提交
    • T
      Standardize on MAXPGPATH as the size of a file pathname buffer, · 51f62d50
      Tom Lane 提交于
      eliminating some wildly inconsistent coding in various parts of the
      system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
      convinced that there ought to be a configure-time test to set the
      value, go right ahead ... but I think it's a waste of time.
      51f62d50
  22. 03 10月, 1999 1 次提交
  23. 12 9月, 1999 1 次提交
  24. 19 7月, 1999 8 次提交
  25. 18 7月, 1999 1 次提交
  26. 10 7月, 1999 1 次提交
  27. 13 6月, 1999 1 次提交