1. 05 4月, 2002 2 次提交
  2. 21 3月, 2002 1 次提交
  3. 07 3月, 2002 1 次提交
    • B
      Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons · 5b5cef9a
      Bruce Momjian 提交于
      so index is not on table during COPY.
      
      > > AFAICT, the patch I posted to -patches a little while to enable the
      > > usage of ALTER TABLE ADD PRIMARY KEY by pg_dump hasn't been applied, nor
      > > is it in the unapplied patches list. I was under the impression that
      > > this was in the queue for application -- did it just get lost?
      
      Neil Conway <neilconway@rogers.com>
      5b5cef9a
  4. 28 2月, 2002 1 次提交
  5. 11 2月, 2002 1 次提交
  6. 07 2月, 2002 1 次提交
  7. 26 1月, 2002 1 次提交
  8. 19 1月, 2002 1 次提交
  9. 12 1月, 2002 1 次提交
    • T
      Fix pg_dump to read-lock all tables to be dumped as soon as it's read · 0e1a5075
      Tom Lane 提交于
      their names from pg_class.  This considerably reduces the window wherein
      someone could DROP or ALTER a table that pg_dump is intending to dump.
      Not a perfect solution, but definitely an improvement.  Per complaints
      from Marc Fournier; patch by Brent Verner with some kibitzing by Tom Lane.
      0e1a5075
  10. 28 10月, 2001 1 次提交
  11. 25 10月, 2001 1 次提交
  12. 23 10月, 2001 1 次提交
  13. 04 10月, 2001 1 次提交
  14. 03 10月, 2001 1 次提交
  15. 02 10月, 2001 1 次提交
    • T
      Change pg_dump to produce CREATE INDEX commands by using the backend's · 1929a90b
      Tom Lane 提交于
      pg_get_indexdef() function, rather than reaching into the system catalogs
      for itself.  This eliminates a fair amount of redundant code.  Also,
      since I just changed pg_get_indexdef() to suppress display of default
      index opclasses, this will mean that 7.2 and later dumps will not mention
      opclasses unless they are non-default opclasses.  Should make life easier
      for future index opclass reorganizations.
      1929a90b
  16. 22 9月, 2001 1 次提交
  17. 07 9月, 2001 1 次提交
  18. 06 9月, 2001 1 次提交
  19. 28 8月, 2001 1 次提交
  20. 27 8月, 2001 2 次提交
  21. 23 8月, 2001 1 次提交
  22. 20 8月, 2001 1 次提交
  23. 17 8月, 2001 1 次提交
    • T
      Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type · d4f4b971
      Tom Lane 提交于
      has an alias SERIAL4 and a sister SERIAL8.  SERIAL8 is just the same
      except the created column is type int8 not int4.
      initdb forced.  Note this also breaks any chance of pg_upgrade from 7.1,
      unless we hack up pg_upgrade to drop and recreate sequences.  (Which is
      not out of the question, but I don't wanna do it.)
      d4f4b971
  24. 13 8月, 2001 1 次提交
  25. 11 8月, 2001 2 次提交
  26. 04 8月, 2001 2 次提交
  27. 30 7月, 2001 1 次提交
  28. 17 7月, 2001 1 次提交
  29. 16 7月, 2001 1 次提交
  30. 04 7月, 2001 1 次提交
  31. 28 6月, 2001 1 次提交
  32. 02 6月, 2001 1 次提交
    • B
      Fix for: · 597ca67e
      Bruce Momjian 提交于
      > Example form two pg_dump outputs
      > 7.1.2 :
      >       COPY "list"  FROM stdin;
      > 7.0.2 :
      >       COPY "list" FROM stdin;
      597ca67e
  33. 30 5月, 2001 1 次提交
  34. 23 5月, 2001 1 次提交
  35. 18 5月, 2001 1 次提交
  36. 13 5月, 2001 1 次提交