1. 19 3月, 2007 1 次提交
  2. 19 2月, 2007 1 次提交
  3. 08 2月, 2007 1 次提交
  4. 14 7月, 2006 1 次提交
  5. 22 5月, 2006 1 次提交
  6. 15 10月, 2005 1 次提交
  7. 22 6月, 2005 1 次提交
  8. 04 3月, 2004 1 次提交
    • T
      Modify pg_dump so that the preferred dump order is by name within · 9e733eab
      Tom Lane 提交于
      object types, rather than by OID.  This should help ensure consistent
      dump output from databases that are logically the same but have different
      histories, per recent discussion about 'diffing' databases.  The patch
      is bulky because of renaming of fields, but not very complicated.
      Also, do some tweaking to cause BLOB restoration to be done in a better
      order, and clean up pg_restore's textual output to exactly match pg_dump.
      9e733eab
  9. 06 12月, 2003 1 次提交
    • T
      Massive overhaul of pg_dump: make use of dependency information from · 005a1217
      Tom Lane 提交于
      pg_depend to determine a safe dump order.  Defaults and check constraints
      can be emitted either as part of a table or domain definition, or
      separately if that's needed to break a dependency loop.  Lots of old
      half-baked code for controlling dump order removed.
      005a1217
  10. 30 11月, 2003 1 次提交
    • P
      · 969685ad
      PostgreSQL Daemon 提交于
      $Header: -> $PostgreSQL Changes ...
      969685ad
  11. 08 10月, 2003 1 次提交
  12. 25 10月, 2002 1 次提交
  13. 23 10月, 2002 1 次提交
  14. 11 9月, 2002 1 次提交
  15. 05 9月, 2002 1 次提交
  16. 21 8月, 2002 1 次提交
  17. 29 5月, 2002 1 次提交
  18. 24 4月, 2002 1 次提交
  19. 25 10月, 2001 1 次提交
  20. 22 9月, 2001 1 次提交
  21. 04 7月, 2001 1 次提交
  22. 28 6月, 2001 1 次提交
  23. 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
  24. 23 3月, 2001 1 次提交
  25. 22 3月, 2001 1 次提交
  26. 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
  27. 10 2月, 2001 1 次提交
    • T
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane 提交于
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  28. 12 1月, 2001 1 次提交
    • P
      - Check ntuples == 1 for various SELECT statements. · 06ef1ef2
      Philip Warner 提交于
      - Fix handling of --tables=* (multiple tables never worked properly, AFAICT)
      - strdup() the current user in DB routines
      - Check results of IO routines more carefully.
      - Check results of PQ routines more carefully.
      
      Have not fixed index output yet.
      06ef1ef2
  29. 31 10月, 2000 1 次提交
  30. 21 7月, 2000 1 次提交
  31. 07 7月, 2000 1 次提交
  32. 04 7月, 2000 1 次提交