Skip to content
Snippets Groups Projects
  1. Jan 10, 1998
  2. Jan 05, 1998
  3. Nov 28, 1997
  4. Nov 21, 1997
  5. Sep 08, 1997
  6. Sep 07, 1997
  7. Aug 19, 1997
  8. Aug 18, 1997
  9. Aug 03, 1997
  10. Jan 10, 1997
  11. Nov 13, 1996
    • Marc G. Fournier's avatar
      Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> · 07a65b22
      Marc G. Fournier authored
      Changes:
      
              * Unique index capability works using the syntax 'create unique
                index'.
      
              * Duplicate OID's in the system tables are removed.  I put
                little scripts called 'duplicate_oids' and 'find_oid' in
                include/catalog that help to find and remove duplicate OID's.
                I also moved 'unused_oids' from backend/catalog to
                include/catalog, since it has to be in the same directory
                as the include files in order to work.
      
              * The backend tries converting the name of a function or aggregate
                to all lowercase if the original name given doesn't work (mostly
                for compatibility with ODBC).
      
              * You can 'SELECT NULL' to your heart's content.
      
              * I put my _bt_updateitem fix in instead, which uses
                _bt_insertonpg so that even if the new key is so big that
                the page has to be split, everything still works.
      
              * All literal references to system catalog OID's have been
                replaced with references to define'd constants from the catalog
                header files.
      
              * I added a couple of node copy functions.  I think this was a
                preliminary attempt to get rules to work.
      07a65b22
  12. Nov 06, 1996
  13. Nov 04, 1996
  14. Sep 26, 1996
  15. Sep 10, 1996
  16. Aug 26, 1996
  17. Aug 15, 1996
    • Marc G. Fournier's avatar
      Fixes: · d6fa4d95
      Marc G. Fournier authored
      CLUSTER command couldn't rename correctly the new created heap relation.
      The table base name resulted in some "temp_XXXX" instead of the correct
      base name.
      
      Submitted by: Dirk Koeser <koeser@informatik.uni-rostock.de>
      d6fa4d95
  18. Jul 09, 1996
Loading