Skip to content
Snippets Groups Projects
  1. Apr 12, 2000
  2. Mar 15, 2000
    • Thomas G. Lockhart's avatar
      Implement column aliases on views "CREATE VIEW name (collist)". · 64568100
      Thomas G. Lockhart authored
      Implement TIME WITH TIME ZONE type (timetz internal type).
      Remap length() for character strings to CHAR_LENGTH() for SQL92
       and to remove the ambiguity with geometric length() functions.
      Keep length() for character strings for backward compatibility.
      Shrink stored views by removing internal column name list from visible rte.
      Implement min(), max() for time and timetz data types.
      Implement conversion of TIME to INTERVAL.
      Implement abs(), mod(), fac() for the int8 data type.
      Rename some math functions to generic names:
       round(), sqrt(), cbrt(), pow(), etc.
      Rename NUMERIC power() function to pow().
      Fix int2 factorial to calculate result in int4.
      Enhance the Oracle compatibility function translate() to work with string
       arguments (from Edwin Ramirez).
      Modify pg_proc system table to remove OID holes.
      64568100
  3. Mar 08, 2000
  4. Feb 21, 2000
  5. Jan 26, 2000
    • Bruce Momjian's avatar
      Add: · 5c25d602
      Bruce Momjian authored
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  6. Jan 10, 2000
  7. Jul 17, 1999
  8. Jul 16, 1999
  9. Jul 15, 1999
  10. Jul 14, 1999
  11. Jul 09, 1999
  12. Feb 14, 1999
  13. Sep 22, 1998
  14. Sep 01, 1998
  15. Feb 26, 1998
  16. Feb 11, 1998
  17. Jan 07, 1998
  18. Jan 05, 1998
  19. Nov 17, 1997
  20. Oct 25, 1997
  21. Sep 08, 1997
  22. Sep 07, 1997
  23. Mar 15, 1997
  24. Nov 06, 1996
  25. Jul 09, 1996
Loading