1. 18 7月, 2000 1 次提交
  2. 16 7月, 2000 2 次提交
  3. 13 7月, 2000 1 次提交
  4. 23 6月, 2000 1 次提交
    • P
      Second pass over run-time configuration system. Adjust priorities on some · c4465095
      Peter Eisentraut 提交于
      option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering
      here, so make explicit checks. Add comments explaining all of this.
      Removed permissions check on SHOW command.
      
      Add examine_subclass to the game, rename to SQL_inheritance to fit the
      official data model better. Adjust documentation.
      
      Standalone backend needs to reset all options before it starts. To
      facilitate that, have IsUnderPostmaster be set by the postmaster itself,
      don't wait for the magic -p switch.
      
      Also make sure that all environment variables and argv's survive
      init_ps_display(). Use strdup where necessary.
      
      Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode
      0600 -- having configuration files is no fun if you can't edit them.
      c4465095
  5. 19 6月, 2000 1 次提交
  6. 03 5月, 2000 1 次提交
  7. 23 4月, 2000 1 次提交
  8. 09 4月, 2000 1 次提交
  9. 31 3月, 2000 1 次提交
  10. 26 3月, 2000 1 次提交
  11. 17 8月, 1999 1 次提交
  12. 20 5月, 1999 1 次提交
    • T
      Rearrange and consolidate the Admin Guide. · 32cfa65e
      Thomas G. Lockhart 提交于
      Add reference pages for utilities and remove standalone chapters for same.
      Add material for an appendix on date/time properties, but not yet
       integrated with the User's Guide.
      Break up the former chapter on pg_options
       into Admin and Programmer's Guides.
      32cfa65e
  13. 04 5月, 1999 1 次提交
  14. 29 12月, 1998 1 次提交
  15. 30 9月, 1998 1 次提交
    • T
      Clean up pages. Add information for operator precedence. · 2d735850
      Thomas G. Lockhart 提交于
      Split introduction sections into separate files to allow the legal notice
       and notation sections appear in all documents without having the history
       show up everplace too.
      Add full list of reserved and non-reserved key words in syntax.sgml.
      Add a separate chapter to the admin guide on security.
      2d735850