1. 10 Sep, 2001 1 commit
  2. 07 Sep, 2001 1 commit
  3. 06 Sep, 2001 2 commits
    • 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
      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
  4. 26 Aug, 2001 1 commit
  5. 24 Aug, 2001 1 commit
  6. 01 Aug, 2001 2 commits
  7. 30 Jul, 2001 1 commit
  8. 11 Jun, 2001 1 commit
    • Bruce Momjian's avatar
      The attached patch enables PostgreSQL CVS to build cleanly under Cygwin · 92f45065
      Bruce Momjian authored
      when built against readline 4.2.  Specifically, it handles the deprecation
      of
      
          filename_completion_function()
      
      with preference for
      
          rl_filename_completion_function()
      
      Although, I was motivated by Cygwin support, IMO this patch is appropriate
      for all platforms.  To quote from the readline source:
      
          #if 0
          /* Backwards compatibility (compat.c).  These will go away sometime. */
          ...
          extern READLINE_EXPORT(char, *filename_completion_function) ...
          #endif
      
      Note that this patch is modeled after the one by Peter Eisentraut for
      completion_matches():
      
          http://www.ca.postgresql.org/~petere/readline42.html
      I tested this patch under the following environments:
      
          Cygwin with readline 4.1
          Cygwin with readline 4.2
          Linux with readline 2.2.1
          Linux with readline 4.2
      
      and it behaved as expected.
      
      Jason Tishler
      92f45065
  9. 02 Jun, 2001 1 commit
    • Peter Eisentraut's avatar
      Native Language Support (NLS) · e5420364
      Peter Eisentraut authored
      Use --enable-nls to turn it on; see installation instructions for details.
      See developer's guide how to make use of it in programs and how to add
      translations.
      
      psql sources have been almost fully prepared and an incomplete German
      translation has been provided.  In the backend, only elog() calls are
      currently translatable, and the provided German translation file is more
      of a placeholder.
      e5420364
  10. 16 May, 2001 1 commit
  11. 12 May, 2001 1 commit
  12. 11 May, 2001 2 commits
  13. 09 May, 2001 3 commits
  14. 03 May, 2001 1 commit
  15. 23 Apr, 2001 1 commit
  16. 19 Apr, 2001 1 commit
  17. 14 Apr, 2001 1 commit
  18. 13 Apr, 2001 1 commit
    • Marc G. Fournier's avatar
      · 741604dd
      Marc G. Fournier authored
      tag the source tree as REL7_1, renaming the old tag REL7_1_BETA like it
      should have been done
      
      generate a new Changelog from rc4, which is nice and short ... one python
      interface change
      
      tag configure as 7.1, for generating the packages ...
      
      This is it folks ... Release 7.1 is officially here ...
      741604dd
  19. 08 Apr, 2001 1 commit
    • Marc G. Fournier's avatar
      · ecd8ddd0
      Marc G. Fournier authored
      upgrade tags to rc4 (note lower case for packagers)
      ecd8ddd0
  20. 06 Apr, 2001 1 commit
    • Marc G. Fournier's avatar
      · c6cbf569
      Marc G. Fournier authored
      mark it as RC3 ...
      c6cbf569
  21. 01 Apr, 2001 1 commit
    • Marc G. Fournier's avatar
      · 7db692ce
      Marc G. Fournier authored
      RC2 preparations ...
      7db692ce
  22. 23 Mar, 2001 1 commit
  23. 20 Mar, 2001 1 commit
    • Marc G. Fournier's avatar
      · 59ab6a49
      Marc G. Fournier authored
      well, here goes our first Release Candidate for 7.1 *cross fingers*
      59ab6a49
  24. 16 Mar, 2001 1 commit
    • Marc G. Fournier's avatar
      · afa7b190
      Marc G. Fournier authored
      upgrade version to beta6
      afa7b190
  25. 14 Mar, 2001 1 commit
  26. 11 Mar, 2001 1 commit
  27. 10 Mar, 2001 1 commit
  28. 05 Mar, 2001 2 commits
    • Peter Mount's avatar
      Hmmm, a conflict with V1.104 of configure.in remained and broke configure · ef8181b8
      Peter Mount authored
      (said redirection required when run).
      
      After checking using cvsweb, removed the offending conflict.
      Rebuilt configure using autoconf, and it now works fine.
      ef8181b8
    • Peter Mount's avatar
      · c18bb990
      Peter Mount authored
      Ok, I've split todays commit into three, the first two already done had some
      bits in JDBC & the first set of tools into contrib.
      
      This is the third, and deals with enabling JDBC to be compiled with the main
      source.
      
      What it does is add a new option to configure: --with-java
      
      This option tells configure to look for ant (our build tool of choice) and
      if found, it then compiles both the JDBC driver and the new tools as part
      of the normal make.
      
      Also, when the postgresql install is done, all the .jar files are also
      installed into the ${PGLIB}/java directory (thought best to keep then separate)
      
      Now I had some conflicts when this applied so could someone please double check
      that everything is ok?
      
      Peter
      c18bb990
  29. 03 Mar, 2001 1 commit
  30. 01 Mar, 2001 1 commit
  31. 27 Feb, 2001 1 commit
  32. 23 Feb, 2001 1 commit
  33. 19 Feb, 2001 1 commit
  34. 18 Feb, 2001 1 commit
    • Tom Lane's avatar
      Change s_lock to not use any zero-delay select() calls; these are just a · 33cc5d8a
      Tom Lane authored
      waste of cycles on single-CPU machines, and of dubious utility on multi-CPU
      machines too.
      Tweak s_lock_stuck so that caller can specify timeout interval, and
      increase interval before declaring stuck spinlock for buffer locks and XLOG
      locks.
      On systems that have fdatasync(), use that rather than fsync() to sync WAL
      log writes.  Ensure that WAL file is entirely allocated during XLogFileInit.
      33cc5d8a