Skip to content
Snippets Groups Projects
  1. Jun 14, 2000
  2. Jun 13, 2000
  3. Jun 12, 2000
  4. Jun 10, 2000
  5. Jun 09, 2000
  6. Jun 05, 2000
  7. Jun 02, 2000
  8. May 30, 2000
  9. May 29, 2000
  10. May 28, 2000
    • Tom Lane's avatar
      First round of changes for new fmgr interface. fmgr itself and the · 0a7fb4e9
      Tom Lane authored
      key call sites are changed, but most called functions are still oldstyle.
      An exception is that the PL managers are updated (so, for example, NULL
      handling now behaves as expected in plperl and plpgsql functions).
      NOTE initdb is forced due to added column in pg_proc.
      0a7fb4e9
  11. May 26, 2000
  12. May 16, 2000
    • Bruce Momjian's avatar
      Several compilation and run-time problems occur when building on SGI · a47e20b0
      Bruce Momjian authored
      IRIX systems using the native compilers.  A summary is:
      - Various files use "//" as a comment delimiter in c files.
      - Problems caused by assuming "char" is signed.
        cash.in: building -signed the rules regression test fails as described
          in FAQ_QNX4.  If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
        postmaster.c: random number regression test failed without this change.
      - Some generic build issues and warning message cleanup.
      
      David Kaelbling
      a47e20b0
  13. May 13, 2000
  14. Apr 16, 2000
    • Tom Lane's avatar
      Add new selectivity estimation functions for pattern-matching operators · 82849df6
      Tom Lane authored
      (LIKE and regexp matches).  These are not yet referenced in pg_operator,
      so by default the system will continue to use eqsel/neqsel.
      Also, tweak convert_to_scalar() logic so that common prefixes of strings
      are stripped off, allowing better accuracy when all strings in a table
      share a common prefix.
      82849df6
  15. Apr 14, 2000
  16. Apr 12, 2000
  17. Apr 09, 2000
  18. Apr 08, 2000
  19. Apr 07, 2000
    • Bruce Momjian's avatar
      Update create_rule manual page. · 28fb1c19
      Bruce Momjian authored
      28fb1c19
    • Thomas G. Lockhart's avatar
      Add transcendental math functions (sine, cosine, etc) · a349733b
      Thomas G. Lockhart authored
      Add a random number generator and seed setter (random(), SET SEED)
      Fix up the interval*float8 math to carry partial months
       into the time field.
      Add float8*interval so we have symmetry in the available math.
      Fix the parser and define.c to accept SQL92 types as field arguments.
      Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is
       necessary to allow...
      Bit/varbit support in contrib/bit cleaned up to compile and load
       cleanly. Still needs some work before final release.
      Implement the "SOME" keyword as a synonym for "ANY" per SQL92.
      Implement ascii(text), ichar(int4), repeat(text,int4) to help
       support the ODBC driver.
      Enable the TRUNCATE() function mapping in the ODBC driver.
      a349733b
  20. Mar 30, 2000
  21. Mar 29, 2000
  22. Mar 24, 2000
  23. Mar 23, 2000
  24. Mar 20, 2000
  25. Mar 19, 2000
  26. Mar 18, 2000
  27. Mar 17, 2000
  28. Mar 16, 2000
Loading