1. 18 5月, 2002 2 次提交
  2. 17 5月, 2002 1 次提交
    • T
      Merge the last few variable.c configuration variables into the generic · f0811a74
      Tom Lane 提交于
      GUC support.  It's now possible to set datestyle, timezone, and
      client_encoding from postgresql.conf and per-database or per-user
      settings.  Also, implement rollback of SET commands that occur in a
      transaction that later fails.  Create a SET LOCAL var = value syntax
      that sets the variable only for the duration of the current transaction.
      All per previous discussions in pghackers.
      f0811a74
  3. 03 5月, 2002 1 次提交
  4. 19 4月, 2002 1 次提交
    • T
      Rule names are now unique per-relation, rather than unique globally. · b3120804
      Tom Lane 提交于
      DROP RULE and COMMENT ON RULE syntax adds an 'ON tablename' clause,
      similar to TRIGGER syntaxes.  To allow loading of existing pg_dump
      files containing COMMENT ON RULE, the COMMENT code will still accept
      the old syntax --- but only if the target rulename is unique across
      the whole database.
      b3120804
  5. 11 4月, 2002 1 次提交
  6. 05 4月, 2002 1 次提交
  7. 03 4月, 2002 1 次提交
  8. 01 4月, 2002 1 次提交
  9. 26 3月, 2002 2 次提交
    • B
      New wording: · eb32be62
      Bruce Momjian 提交于
       Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
      eb32be62
    • B
      Add to HISTORY: · 7fe9e198
      Bruce Momjian 提交于
       Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
      7fe9e198
  10. 24 3月, 2002 1 次提交
  11. 23 3月, 2002 1 次提交
  12. 20 3月, 2002 1 次提交
  13. 19 3月, 2002 3 次提交
    • B
      > > Users of contrib/tsearch needs after upgrading of module (compiling, installing) · 14d542bc
      Bruce Momjian 提交于
      > > to perform sql command:
      > >  update pg_amop set amopreqcheck = true where amopclaid =
      > >       (select oid from pg_opclass where opcname = 'gist_txtidx_ops');
      >
      > Oleg, sorry, I don't understand where this should appear.  In the README
      > file, and if so, where?  Is this something only for people upgrading
      > from 7.2?
      
      Sorry Bruce, I was unclear. I have attached patch to Readme.tsearch
      Also, It'd be worth to mention in Changes to point users of tsearch
      about importang upgrade notices.
      
      Oleg Bartunov
      14d542bc
    • B
      Improve wording of bug fix: · 367856d9
      Bruce Momjian 提交于
      	Ensure that sequence counters do not go backwards after a crash
      367856d9
    • B
      Update for 7.2.1. · 658371fe
      Bruce Momjian 提交于
      658371fe
  14. 12 3月, 2002 1 次提交
  15. 02 3月, 2002 1 次提交
  16. 25 2月, 2002 1 次提交
  17. 23 2月, 2002 1 次提交
  18. 19 2月, 2002 1 次提交
  19. 01 2月, 2002 2 次提交
  20. 21 1月, 2002 1 次提交
  21. 09 1月, 2002 1 次提交
  22. 03 1月, 2002 1 次提交
  23. 28 12月, 2001 3 次提交
  24. 27 12月, 2001 2 次提交
  25. 24 12月, 2001 1 次提交
  26. 21 11月, 2001 1 次提交
  27. 09 11月, 2001 1 次提交
  28. 23 9月, 2001 1 次提交
  29. 16 9月, 2001 2 次提交
  30. 10 9月, 2001 1 次提交
  31. 15 8月, 2001 1 次提交