Skip to content
Snippets Groups Projects
  1. Jun 14, 2000
  2. Jun 05, 2000
  3. Apr 12, 2000
  4. 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
  5. Mar 08, 2000
  6. Feb 21, 2000
  7. 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
  8. Jan 10, 2000
  9. Jul 17, 1999
  10. Jul 16, 1999
  11. Jul 15, 1999
  12. Jul 14, 1999
  13. Jul 09, 1999
  14. Feb 14, 1999
  15. Sep 22, 1998
  16. Sep 01, 1998
  17. Feb 26, 1998
  18. Feb 11, 1998
  19. Jan 07, 1998
  20. Jan 05, 1998
  21. Nov 17, 1997
  22. Oct 25, 1997
  23. Sep 08, 1997
  24. Sep 07, 1997
  25. Mar 15, 1997
  26. Nov 06, 1996
  27. Jul 09, 1996
Loading