1. 04 8月, 2003 1 次提交
  2. 23 7月, 2003 1 次提交
  3. 20 3月, 2003 1 次提交
  4. 02 2月, 2003 1 次提交
  5. 11 1月, 2003 1 次提交
  6. 25 10月, 2002 1 次提交
  7. 23 10月, 2002 1 次提交
  8. 11 9月, 2002 1 次提交
  9. 07 9月, 2002 1 次提交
  10. 05 9月, 2002 1 次提交
  11. 04 9月, 2002 1 次提交
  12. 29 8月, 2002 1 次提交
  13. 21 8月, 2002 1 次提交
  14. 04 7月, 2002 1 次提交
  15. 29 5月, 2002 1 次提交
  16. 11 5月, 2002 1 次提交
  17. 24 4月, 2002 1 次提交
  18. 28 10月, 2001 1 次提交
  19. 25 10月, 2001 1 次提交
  20. 22 9月, 2001 1 次提交
  21. 04 7月, 2001 1 次提交
  22. 28 6月, 2001 1 次提交
  23. 25 4月, 2001 1 次提交
  24. 14 4月, 2001 1 次提交
  25. 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
  26. 22 3月, 2001 1 次提交
  27. 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
  28. 24 2月, 2001 1 次提交
  29. 13 2月, 2001 1 次提交
  30. 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
  31. 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
  32. 04 12月, 2000 1 次提交
  33. 31 10月, 2000 1 次提交
  34. 25 10月, 2000 1 次提交
  35. 24 10月, 2000 1 次提交
  36. 01 8月, 2000 1 次提交
    • P
      - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) · 92bd532c
      Philip Warner 提交于
      - Added code to dump 'Create Schema' statement (pg_dump)
      - Don't bother to disable/enable triggers if we don't have a superuser (pg_restore)
      - Cleaned up code for reconnecting to database.
      - Force a reconnect as superuser before enabling/disabling triggers.
      - Added & Removed --throttle (pg_dump)
      - Fixed minor bug in language dumping code: expbuffres were not being reset.
      - Fixed version number initialization in _allocAH (pg_backup_archiver.c)
      - Added second connection when restoring BLOBs to allow temp. table to survive
        (db reconnection causes temp tables to be lost).
      92bd532c
  37. 21 7月, 2000 1 次提交
    • P
      - Support for TAR output · c3e18804
      Philip Warner 提交于
      - Support for BLOB output from pg_dump and input via pg_restore
      - Support for direct DB connection in pg_restore
      - Fixes in support for --insert flag
      - pg_dump now outputs in modified OID order
      c3e18804