1. 06 8月, 1998 1 次提交
  2. 19 7月, 1998 1 次提交
    • B
      pg_dump -z has gotten rather thoroughly broken in the last couple · 916710fc
      Bruce Momjian 提交于
      of days --- it was emitting stuff like
      	REVOKE ALL on 'table' from PUBLIC; GRANT ALL on "table" to
      	"Public"; neither of which work.  While I was at it I
      cleaned up a few other things:
      
      * \connect commands are issued only in -z mode.  In this way,
      reloading a pg_dump script made without -z will generate a simple
      database wholly owned by the invoking user, rather than a mishmash
      of tables owned by various people but lacking in access rights.
      (Analogy: cp versus cp -p.)
      
      * \connect commands are issued just before COPY FROM stdin commands;
      without this, reloading a database containing non-world-writable
      tables tended to fail because the COPY was not necessarily attempted
      as the table owner.
      
      * Redundant \connect commands are suppressed (each one costs a
      backend launch, so...).
      
      * Man page updated (-z wasn't ever documented).
      
      The first two items were discussed in a pgsql-hackers thread around
      6 May 98 ("An item for the TODO list: pg_dump and multiple table
      owners") but no one had bothered to deal with 'em yet.
      
      			regards, tom lane
      916710fc
  3. 08 7月, 1998 1 次提交
  4. 20 6月, 1998 1 次提交
  5. 19 6月, 1998 1 次提交
  6. 16 6月, 1998 3 次提交
  7. 07 5月, 1998 1 次提交
  8. 08 4月, 1998 3 次提交
  9. 31 3月, 1998 1 次提交
    • B
      There's a patch attached to fix gcc 2.8.x warnings, except for the · 9a0dd4fb
      Bruce Momjian 提交于
      yyerror ones from bison. It also includes a few 'enhancements' to
      the C programming style (which are, of course, personal).
      
      The other patch removes the compilation of backend/lib/qsort.c, as
      qsort() is a standard function in stdlib.h and can be used any
      where else (and it is). It was only used in
      backend/optimizer/geqo/geqo_pool.c, backend/optimizer/path/predmig.c,
      and backend/storage/page/bufpage.c
      
      > > Some or all of these changes might not be appropriate for v6.3,
      since we > > are in beta testing and since they do not affect the
      current functionality.  > > For those cases, how about submitting
      patches based on the final v6.3 > > release?
      
      There's more to come. Please review these patches. I ran the
      regression tests and they only failed where this was expected
      (random, geo, etc).
      
      Cheers,
      
      Jeroen
      9a0dd4fb
  10. 16 3月, 1998 1 次提交
  11. 15 3月, 1998 1 次提交
  12. 26 2月, 1998 1 次提交
  13. 18 2月, 1998 1 次提交
  14. 30 1月, 1998 1 次提交
  15. 29 1月, 1998 1 次提交
  16. 17 1月, 1998 1 次提交
  17. 26 12月, 1997 1 次提交
  18. 07 12月, 1997 1 次提交
  19. 05 12月, 1997 1 次提交
  20. 04 12月, 1997 1 次提交
  21. 02 12月, 1997 2 次提交
  22. 22 11月, 1997 1 次提交
  23. 31 10月, 1997 1 次提交
  24. 30 10月, 1997 1 次提交
  25. 16 10月, 1997 1 次提交
  26. 02 10月, 1997 1 次提交
  27. 25 9月, 1997 1 次提交
  28. 24 9月, 1997 3 次提交
  29. 09 9月, 1997 2 次提交
  30. 08 9月, 1997 1 次提交
  31. 07 9月, 1997 1 次提交
  32. 23 8月, 1997 1 次提交