1. 10 Aug, 2002 5 commits
  2. 09 Aug, 2002 4 commits
  3. 08 Aug, 2002 13 commits
  4. 07 Aug, 2002 2 commits
  5. 06 Aug, 2002 12 commits
  6. 05 Aug, 2002 4 commits
    • Peter Eisentraut's avatar
      Forgot to add/remove files. · 35cd432b
      Peter Eisentraut authored
      35cd432b
    • Peter Eisentraut's avatar
      Add User's Guide chapters on Data Definition and Data Manipulation. · 6f4a9fb1
      Peter Eisentraut authored
      Still needs to be filled with more information, but it gives us a
      framework to have a User's Guide with complete coverage of the basic
      SQL operations.  Move arrays into data type chapter, inheritance into
      DDL chapter (for now).
      
      Make <comment>s show up in the output while the version number ends in
      "devel".
      
      Allow cross-book references with entities &cite-user; etc.
      6f4a9fb1
    • Tom Lane's avatar
      Restructure system-catalog index updating logic. Instead of having · 15fe086f
      Tom Lane authored
      hardwired lists of index names for each catalog, use the relcache's
      mechanism for caching lists of OIDs of indexes of any table.  This
      reduces the common case of updating system catalog indexes to a single
      line, makes it much easier to add a new system index (in fact, you
      can now do so on-the-fly if you want to), and as a nice side benefit
      improves performance a little.  Per recent pghackers discussion.
      15fe086f
    • Tom Lane's avatar
      Preliminary code review for anonymous-composite-types patch: fix breakage · 07f9682d
      Tom Lane authored
      of functions returning domain types, update documentation for typtype,
      move get_typtype to lsyscache.c (actually, resurrect the old version),
      add defense against creating pseudo-typed table columns, fix some
      bogus list-parsing in grammar.  Issues remain with respect to alias
      handling and type checking; Joe is on those.
      07f9682d