Skip to content
Snippets Groups Projects
  1. Apr 01, 2002
  2. Mar 31, 2002
    • Bruce Momjian's avatar
      Fixed now, I think: · 60dcf1c8
      Bruce Momjian authored
      > * -Remove unreferenced table files and temp tables during database vacuum
      > * -Allow psql \d to show temporary table structure
      60dcf1c8
  3. Mar 29, 2002
  4. Mar 27, 2002
  5. Mar 26, 2002
  6. Mar 25, 2002
    • Bruce Momjian's avatar
      New wording: · eb32be62
      Bruce Momjian authored
       Allow EXECUTE of "CREATE TABLE AS ... SELECT" in PL/PgSQL (Tom)
      eb32be62
    • Bruce Momjian's avatar
      Add to HISTORY: · 7fe9e198
      Bruce Momjian authored
       Allow CREATE TABLE AS ... SELECT in PL/PgSQL (Tom)
      7fe9e198
    • Bruce Momjian's avatar
      Update for temp views: · fa99f94d
      Bruce Momjian authored
      < * Automatically make a view temporary if it uses a temporary table
      > * Require view using temporary tables to be temporary views
      fa99f94d
    • Bruce Momjian's avatar
      Add: · 0441ce5e
      Bruce Momjian authored
      > 	o Fix problems with complex temporary table creation/destruction
      > 	  without using PL/PgSQL EXECUTE
      0441ce5e
  7. Mar 24, 2002
  8. Mar 22, 2002
  9. Mar 21, 2002
    • Tom Lane's avatar
      First phase of SCHEMA changes, concentrating on fixing the grammar and · 95ef6a34
      Tom Lane authored
      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
  10. Mar 20, 2002
  11. Mar 19, 2002
  12. Mar 18, 2002
  13. Mar 17, 2002
  14. Mar 15, 2002
  15. Mar 11, 2002
  16. Mar 10, 2002
  17. Mar 09, 2002
  18. Mar 08, 2002
Loading