1. 11 12月, 2000 5 次提交
  2. 10 12月, 2000 2 次提交
  3. 09 12月, 2000 5 次提交
  4. 08 12月, 2000 1 次提交
  5. 03 12月, 2000 3 次提交
  6. 01 12月, 2000 5 次提交
  7. 30 11月, 2000 1 次提交
  8. 29 11月, 2000 1 次提交
    • T
      Significant cleanups in SysV IPC handling (shared mem and semaphores). · c715fdea
      Tom Lane 提交于
      IPC key assignment will now work correctly even when multiple postmasters
      are using same logical port number (which is possible given -k switch).
      There is only one shared-mem segment per postmaster now, not 3.
      Rip out broken code for non-TAS case in bufmgr and xlog, substitute a
      complete S_LOCK emulation using semaphores in spin.c.  TAS and non-TAS
      logic is now exactly the same.
      When deadlock is detected, "Deadlock detected" is now the elog(ERROR)
      message, rather than a NOTICE that comes out before an unhelpful ERROR.
      c715fdea
  9. 28 11月, 2000 2 次提交
  10. 26 11月, 2000 2 次提交
  11. 25 11月, 2000 4 次提交
    • P
      Repair markup · f4710020
      Peter Eisentraut 提交于
      f4710020
    • B
      here is a patch for formatting.c (to_char/timestampt()), for 7.1 · 3f199872
      Bruce Momjian 提交于
       it fixing Y,YY,YYY,YYYY conversion, the docs and regress tests update
       are included too.
      
        During the patch testing I found small bug in miscadmin.h in
      convertstr() declaration. Here it's fixed too.
      
       Thanks
      
              Karel
      3f199872
    • P
      Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, · 5b00ea9e
      Peter Eisentraut 提交于
      non-standard clauses.  Allow CHARACTERISTICS as unquoted identifier.
      Merge related reference pages.
      5b00ea9e
    • P
      Revive Reference Manual, remove reference pages from User's Guide. · b2e76d57
      Peter Eisentraut 提交于
      Make version.sgml the central place for updating version numbers in the
      documentation.  Document titles now contain the version number of the
      release they belong to.
      
      filelist.sgml is the central (and only) place to declare system entities
      (i.e., sgml files).  No longer a need to declare them in each document
      header.
      
      There is no longer any need to maintain duplicate chapter lists in
      postgres.sgml and user/admin/etc.sgml, everything is build from the same
      sources.  Some parameter entities allow for different text to be included
      when the integrated or a single doc set is generated, which eliminates the
      problems that had caused this to fail in the past.
      b2e76d57
  12. 22 11月, 2000 4 次提交
  13. 21 11月, 2000 3 次提交
  14. 19 11月, 2000 1 次提交
  15. 18 11月, 2000 1 次提交