Skip to content
Snippets Groups Projects
  1. Sep 07, 2001
  2. Sep 06, 2001
    • Bruce Momjian's avatar
      Update transactions for nested idea. · 1fbb2d9c
      Bruce Momjian authored
      1fbb2d9c
    • Bruce Momjian's avatar
      Update TODO list. · 68a3d2ef
      Bruce Momjian authored
      68a3d2ef
    • Bruce Momjian's avatar
      Update TODO list. · e64ca057
      Bruce Momjian authored
      e64ca057
    • Bruce Momjian's avatar
      Update TODO list. · e2b668bb
      Bruce Momjian authored
      e2b668bb
    • Bruce Momjian's avatar
      Update TODO list. · e4cfff65
      Bruce Momjian authored
      e4cfff65
    • Bruce Momjian's avatar
      Add mutex test. · e9dc342e
      Bruce Momjian authored
      e9dc342e
    • Bruce Momjian's avatar
      Update TODO list. · 11808a9f
      Bruce Momjian authored
      11808a9f
    • Bruce Momjian's avatar
      Add to syntax error reporting. · 4f952aaa
      Bruce Momjian authored
      4f952aaa
    • Peter Eisentraut's avatar
      Move the "how to write a PL call handler" parts from the CREATE LANGUAGE · 22ae53d4
      Peter Eisentraut authored
      man page to the Programmer's Guide.
      22ae53d4
    • Bruce Momjian's avatar
      Update TODO list. · 311eef41
      Bruce Momjian authored
      311eef41
    • Bruce Momjian's avatar
      PAM authentication: · 04c1f729
      Bruce Momjian authored
      > pam_strerror() should be used a few more times, rather than just saying
      > "Error!".  Also, the configure.in snippet seems wrong.  You add
      > -I$pam_prefix/include/security to $INCLUDES and then you #include
      > <security/pam_appl.h>.  This whole thing is probably unnecessary, since
      > PAM is a system library on the systems where it exists, so the headers
      > and libraries are found automatically, unlike OpenSSL and
      > Kerberos.
      
      See attached revised patch. (I'm sure the configure.in stuff can be done
      right/better, I'm just not enough of a autoconf guru to know what to
      change it to.)
      
      Dominic J. Eidson
      04c1f729
    • Bruce Momjian's avatar
      - new to_char(interval, text) · 2a34134b
      Bruce Momjian authored
       - new millisecond (ms) and microsecond (us) support
       - more robus parsing from string - used is separator checking for
         non-exact formats like to_date('2001-9-1', 'YYYY-MM-DD')
       - SGML docs are included
      
      Karel Zak
      2a34134b
    • Bruce Momjian's avatar
      Next version of patch. · 16910e44
      Bruce Momjian authored
      Now with documentation update and disabling of UTF conversion for Tcl <=8.0
      
      On Fri, 24 Aug 2001, Vsevolod Lobko wrote:
      
      > On Thu, 23 Aug 2001, Tom Lane wrote:
      >
      > > > Is this looks better?
      > >
      > > It does, but one small gripe: the lack of semicolons will probably cause
      > > pg_indent to mess up the indentation.  (I know emacs' autoindent mode
      > > will not work nicely with it, either.)  Please set up the macros so that
      > > you write
      > >
      > >                         UTF_BEGIN;
      > >                         Tcl_DStringAppend(&unknown_src, UTF_E2U(part), -1);
      > >                         UTF_END;
      > >
      > > and then I'll be happy.
      >
      > Attached revised patch
      >
      > > Your point about overhead is a good one, so I retract the gripe about
      > > using a configure switch.  But please include documentation patches to
      > > describe the configure option in the administrator's guide (installation
      > > section).
      >
      > This patch still uses configure switch for enabling feature.
      >
      > For enabling based on tcl version we have 2 posibilites:
      >  1) having feature enabled by default, but in pltcl.c check for tcl
      >     version and disable it for old versions
      >  2) enable or disable at configure time based on tcl version, but there
      >     are problem - current configure don't checks for tcl version at all
      >     and my configure skills not enought for adding this
      >
      
      Vsevolod Lobko
      16910e44
    • Tom Lane's avatar
      Fix handling of pg_type.typdefault per bug report from Dave Blasby. · 6c91eef7
      Tom Lane authored
      If there's anyone out there who's actually using datatype-defined
      default values, this will be an incompatible change in behavior ...
      but the old behavior was so broken that I doubt anyone was using it.
      6c91eef7
    • Bruce Momjian's avatar
      Overhaul ecpg manual page. · c2ed8915
      Bruce Momjian authored
      Update Italian jdbc error messages.
      c2ed8915
  3. Sep 04, 2001
  4. Sep 03, 2001
  5. Aug 31, 2001
  6. Aug 30, 2001
  7. Aug 29, 2001
  8. Aug 28, 2001
    • Peter Eisentraut's avatar
      Include directory rearrangement · f5944af8
      Peter Eisentraut authored
      Client headers are no longer in a subdirectory, since they have been made
      namespace-clean.
      
      Internal libpq headers are in a private subdirectory.
      
      Server headers are in a private subdirectory.  pg_config has a new option
      to point there.
      f5944af8
    • Tom Lane's avatar
      Fix some typos. · a1e28d35
      Tom Lane authored
      a1e28d35
Loading