1. 28 8月, 2002 1 次提交
  2. 21 8月, 2002 1 次提交
  3. 18 8月, 2002 1 次提交
    • P
      Make pg_dump output more portable and more pleasing to look at. · c828ec88
      Peter Eisentraut 提交于
      The -n and -N options were removed.  Quoting is now smart enough to
      supply quotes if and only if necessary.
      
      Numerical types are now printed without quotes, except in cases of
      special values such as NaN.
      
      Boolean values printed as true and false.
      
      Most string literals now do not escape whitespace characters (newlines,
      etc.) for portability.
      
      SET SESSION AUTHORIZATION argument is a string literal, to follow SQL.
      
      Made commands output by pg_dump use consistent spacing and indentation.
      c828ec88
  4. 11 8月, 2002 1 次提交
  5. 04 7月, 2002 2 次提交
  6. 02 7月, 2002 1 次提交
  7. 29 5月, 2002 3 次提交
  8. 11 5月, 2002 1 次提交
  9. 07 5月, 2002 1 次提交
  10. 24 4月, 2002 2 次提交
  11. 11 2月, 2002 1 次提交
  12. 07 2月, 2002 1 次提交
  13. 19 1月, 2002 2 次提交
  14. 08 11月, 2001 1 次提交
  15. 06 11月, 2001 1 次提交
  16. 04 11月, 2001 1 次提交
    • P
      - Fix compiler warning in pg_restore · 1ef62bb6
      Philip Warner 提交于
      - Fix handling of {data/schema}-only restores when using a full
        backup file; prior version was restoring schema in data-only
        restores. Added enum to make code easier to understand.
      1ef62bb6
  17. 25 10月, 2001 1 次提交
  18. 24 10月, 2001 1 次提交
  19. 22 9月, 2001 1 次提交
  20. 23 8月, 2001 1 次提交
  21. 20 8月, 2001 1 次提交
  22. 13 8月, 2001 1 次提交
  23. 04 7月, 2001 1 次提交
  24. 28 6月, 2001 1 次提交
  25. 18 5月, 2001 1 次提交
  26. 12 5月, 2001 1 次提交
    • P
      - Don't dump COMMENTs in data-only dumps · bb30d49a
      Philip Warner 提交于
       - Fix view dumping SQL for V7.0
       - Fix bug when getting view oid with long view names
       - Treat SEQUENCE SET TOC entries as data entries rather than schema
         entries.
       - Make allowance for data entries that did not have a data dumper
         routine (eg. SEQUENCE SET)
      bb30d49a
  27. 25 4月, 2001 1 次提交
  28. 14 4月, 2001 1 次提交
  29. 01 4月, 2001 1 次提交
    • P
      Patch to put rudimentary dependency support into pg_dump. This addresses · 135040d5
      Philip Warner 提交于
      the UDT/function order problem.
      
          - Rudimentary support for dependencies in archives.
            Uses dependencies to modify the OID used in sorting TOC
            entries. This will NOT handle multi-level dependencies,
            but will manage simple relationships like UDTs & their functions.
      
          - Treat OIDs with more respect (avoid using ints, use macros
            for conversion & comparison).
      135040d5
  30. 22 3月, 2001 1 次提交
  31. 19 3月, 2001 1 次提交
    • P
      - Added CVS headers to files · cfeccdf8
      Philip Warner 提交于
       - Avoid forcing table name to lower case in FixupBlobXrefs
       - Removed fmtId calls for all ArchiveEntry name fields. This fixes
         quoting problems in trigger enable/disable code for mixed case
         table names, and avoids commands like 'pg_restore -t '"TblA"'
      cfeccdf8
  32. 18 3月, 2001 1 次提交
  33. 13 3月, 2001 1 次提交
  34. 06 3月, 2001 1 次提交
  35. 24 2月, 2001 1 次提交