1. 13 12月, 2000 1 次提交
    • B
      In 'Joins between classes' in Section 5 of the tutorial we have, in · 36da236e
      Bruce Momjian 提交于
      the first paragraph:
      
          As an example, say we wish to find all the records that
          are in the  temperature  range  of  other records. In
          effect, we need to compare the temp_lo and temp_hi
          attributes of each EMP instance to the temp_lo and
          temp_hi  attributes of all other EMP instances.
      
      I believe that EMP should read WEATHER, as the example query that
      follows joins WEATHER to itself.
      
      EMP is often used in Oracle examples.
      
      Regards,
      Graham
      
      Other RULE cleanups
      36da236e
  2. 12 12月, 2000 2 次提交
  3. 11 12月, 2000 5 次提交
  4. 10 12月, 2000 2 次提交
  5. 09 12月, 2000 5 次提交
  6. 08 12月, 2000 1 次提交
  7. 03 12月, 2000 3 次提交
  8. 01 12月, 2000 5 次提交
  9. 30 11月, 2000 1 次提交
  10. 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
  11. 28 11月, 2000 2 次提交
  12. 26 11月, 2000 2 次提交
  13. 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
  14. 22 11月, 2000 4 次提交
  15. 21 11月, 2000 2 次提交