1. 29 5月, 2002 1 次提交
  2. 24 4月, 2002 1 次提交
  3. 25 10月, 2001 1 次提交
  4. 22 9月, 2001 1 次提交
  5. 04 7月, 2001 1 次提交
  6. 28 6月, 2001 1 次提交
  7. 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
  8. 23 3月, 2001 1 次提交
  9. 22 3月, 2001 1 次提交
  10. 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
  11. 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
  12. 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
  13. 31 10月, 2000 1 次提交
  14. 21 7月, 2000 1 次提交
  15. 07 7月, 2000 1 次提交
  16. 04 7月, 2000 1 次提交