Skip to content
Snippets Groups Projects
  1. Jul 18, 2000
  2. Jul 17, 2000
    • Tom Lane's avatar
      Revise aggregate functions per earlier discussions in pghackers. · bec98a31
      Tom Lane authored
      There's now only one transition value and transition function.
      NULL handling in aggregates is a lot cleaner.  Also, use Numeric
      accumulators instead of integer accumulators for sum/avg on integer
      datatypes --- this avoids overflow at the cost of being a little slower.
      Implement VARIANCE() and STDDEV() aggregates in the standard backend.
      
      Also, enable new LIKE selectivity estimators by default.  Unrelated
      change, but as long as I had to force initdb anyway...
      bec98a31
  3. Jul 16, 2000
  4. Jul 14, 2000
    • Thomas G. Lockhart's avatar
      Implement nested block comments in the backend and in psql. · be703cd9
      Thomas G. Lockhart authored
       Include updates for the comment.sql regression test.
      Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.
      Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT
       and SET AutoCommit in the parser only.
       Need to add code to actually do something.
      Implement WITHOUT TIME ZONE type qualifier.
      Define SCHEMA keyword, along with stubbed-out grammar.
      Implement "[IN|INOUT|OUT] [varname] type" function arguments
       in parser only; INOUT and OUT throws an elog(ERROR).
      Add PATH as a type-specific token, since PATH is in SQL99
       to support schema resource search and resolution.
      be703cd9
  5. Jul 13, 2000
  6. Jul 09, 2000
    • Peter Eisentraut's avatar
    • Peter Eisentraut's avatar
      Another round of those unportable config/build changes :-/ · 74618e2b
      Peter Eisentraut authored
      * Add option to build with OpenSSL out of the box. Fix thusly exposed
        bit rot. Although it compiles now, getting this to do something
        useful is left as an exercise.
      
      * Fix Kerberos options to defer checking for required libraries until
        all the other libraries are checked for.
      
      * Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.
      
      * Install work around for Autoconf's install-sh relative path anomaly.
        Get rid of old INSTL_*_OPTS variables, now that we don't need them
        anymore.
      
      * Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.
      
      * Look for only one of readline.h or readline/readline.h, not both.
      
      * Make check for PS_STRINGS cacheable. Don't test for the header files
        separately.
      
      * Disable fcntl(F_SETLK) test on Linux.
      
      * Substitute the standard GCC warnings set into CFLAGS in configure,
        don't add it on in Makefile.global.
      
      * Sweep through contrib tree to teach makefiles standard semantics.
      
      ... and in completely unrelated news:
      
      * Make postmaster.opts arbitrary options-aware. I still think we need to
        save the environment as well.
      74618e2b
  7. Jul 06, 2000
  8. Jul 05, 2000
  9. Jul 03, 2000
  10. Jul 01, 2000
  11. Jun 20, 2000
  12. Jun 19, 2000
  13. Jun 17, 2000
  14. Jun 13, 2000
  15. Jun 12, 2000
  16. Jun 11, 2000
    • Tom Lane's avatar
      Update sequence-related functions to new fmgr style. Remove downcasing, · 3477957b
      Tom Lane authored
      quote-stripping, and acl-checking tasks for these functions from the
      parser, and do them at function execution time instead.  This fixes
      the failure of pg_dump to produce correct output for nextval(Foo)
      used in a rule, and also eliminates the restriction that the argument
      of these functions must be a parse-time constant.
      3477957b
  17. Jun 10, 2000
  18. Jun 09, 2000
  19. Jun 05, 2000
  20. Jun 04, 2000
  21. Jun 03, 2000
  22. May 29, 2000
  23. May 25, 2000
  24. May 18, 2000
  25. May 17, 2000
    • Bruce Momjian's avatar
      The check of class string in configure (line 1732) fails because this class · 362a0f68
      Bruce Momjian authored
      is in <string> and not in <string.h> on QNX4/egcs-2.91.60.
      Probably this can be changed for all platforms. The test in line 1705 uses
      <string> as well. Because I am not sure, I havn't this included into the
      patch.
      
      doc/Makefile has to be sligthly  modified as it has been done for
      src/backend/Makefile due to a QNX4 problem (patch attached)
      
      Furthermore src/test/regress/run_check.sh needs to be patched as it has been
      done for regress.sh (patch attached). Please note that in the patch the
      postmaster is started always with the -i option.
      
      run_check.sh reports the test "limit" as failed, but in reallity it is OK.
      regress.sh reports it as OK.
      
      Andreas Kardos
      362a0f68
  26. May 16, 2000
  27. May 12, 2000
  28. Apr 25, 2000
  29. Apr 20, 2000
  30. Apr 17, 2000
Loading