1. 04 4月, 2002 2 次提交
    • B
      Mark as done: · 947e9547
      Bruce Momjian 提交于
      * -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
      947e9547
    • B
      Authentication improvements: · 43a3543a
      Bruce Momjian 提交于
      A new pg_hba.conf column, USER
      Allow specifiction of lists of users separated by commas
      Allow group names specified by +
      Allow include files containing lists of users specified by @
      Allow lists of databases, and database files
      Allow samegroup in database column to match group name matching dbname
      Removal of secondary password files
      Remove pg_passwd utility
      Lots of code cleanup in user.c and hba.c
      New data/global/pg_pwd format
      New data/global/pg_group file
      43a3543a
  2. 03 4月, 2002 1 次提交
  3. 02 4月, 2002 1 次提交
    • T
      Add tgconstrrelid to stored Trigger structures, make RI trigger functions · 789ddcb5
      Tom Lane 提交于
      depend on this rather than the trigger argument strings to locate the
      other relation to test.  This makes RI triggers function properly in
      the presence of schemas and temp tables.  Along the way, fix bogus lack
      of locking in RI triggers, handle quoting of names fully correctly,
      compute required sizes of query buffers with some semblance of accuracy.
      789ddcb5
  4. 01 4月, 2002 4 次提交
  5. 31 3月, 2002 1 次提交
    • B
      Fixed now, I think: · 60dcf1c8
      Bruce Momjian 提交于
      > * -Remove unreferenced table files and temp tables during database vacuum
      > * -Allow psql \d to show temporary table structure
      60dcf1c8
  6. 30 3月, 2002 1 次提交
  7. 28 3月, 2002 1 次提交
  8. 27 3月, 2002 2 次提交
  9. 26 3月, 2002 3 次提交
    • 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
    • B
      Update for temp views: · fa99f94d
      Bruce Momjian 提交于
      < * Automatically make a view temporary if it uses a temporary table
      > * Require view using temporary tables to be temporary views
      fa99f94d
  10. 25 3月, 2002 4 次提交
  11. 24 3月, 2002 1 次提交
  12. 23 3月, 2002 2 次提交
  13. 22 3月, 2002 1 次提交
    • T
      First phase of SCHEMA changes, concentrating on fixing the grammar and · 95ef6a34
      Tom Lane 提交于
      the parsetree representation.  As yet we don't *do* anything with schema
      names, just drop 'em on the floor; but you can enter schema-compatible
      command syntax, and there's even a primitive CREATE SCHEMA command.
      No doc updates yet, except to note that you can now extract a field
      from a function-returning-row's result with (foo(...)).fieldname.
      95ef6a34
  14. 21 3月, 2002 1 次提交
  15. 20 3月, 2002 1 次提交
  16. 19 3月, 2002 7 次提交
  17. 18 3月, 2002 1 次提交
  18. 16 3月, 2002 1 次提交
  19. 15 3月, 2002 1 次提交
    • B
      Fix for docs from Patrick Welche: · 5c1dc028
      Bruce Momjian 提交于
      ! 	DIFFERENCE (&minus; or &setmn;): builds the set difference of
        	two tables. Let <classname>R</classname> and
      <classname>S</classname>
      again be two tables with the same
        	arity. <classname>R</classname> - <classname>S</classname>
      --- 488,494 ----
      
              <listitem>
              <para>
      ! 	EXCEPT (&minus; or &setmn;): builds the set difference of
      5c1dc028
  20. 12 3月, 2002 1 次提交
  21. 11 3月, 2002 2 次提交
  22. 10 3月, 2002 1 次提交
    • B
      Update and remove items: · a9f268dc
      Bruce Momjian 提交于
      < * Remove brackets as multi-statement rule grouping, must use parens (Bruce)
      > * -Remove brackets as multi-statement rule grouping, must use parens (Bruce)
      458d457
      < * Remove USING clause from pg_get_indexdef() if index is btree (Bruce)
      a9f268dc