1. 30 4月, 1998 1 次提交
  2. 29 4月, 1998 1 次提交
    • M
      From: Jeroen van Vianen <jeroenv@design.nl> · 51a1741c
      Marc G. Fournier 提交于
      Attached patch will add a version() function to Postges, e.g.
      
      template1=> select version();
      version
      ------------------------------------------------------------
      PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1
      (1 row)
      51a1741c
  3. 28 4月, 1998 2 次提交
    • M
      From: t-ishii@sra.co.jp · f554af0a
      Marc G. Fournier 提交于
      Hi, here are patches I promised (against 6.3.2):
      
      * character_length(), position(), substring() are now aware of
                multi-byte characters
      * add octet_length()
      * add --with-mb option to configure
      * new regression tests for EUC_KR
        (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
      * add some test cases to the EUC_JP regression test
      * fix problem in regress/regress.sh in case of System V
      * fix toupper(), tolower() to handle 8bit chars
      
      note that:
      
      o  patches for both configure.in and configure are
      included. maybe the one for configure is not necessary.
      
      o pg_proc.h was modified to add octet_length(). I used OIDs
      (1374-1379) for that. Please let me know if these numbers are not
      appropriate.
      f554af0a
    • M
      show the index used in an explain · 5e202d85
      Marc G. Fournier 提交于
      From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>
      5e202d85
  4. 27 4月, 1998 3 次提交
    • M
      From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> · 1af6b564
      Marc G. Fournier 提交于
              Ok, I have finally gotten all of the defines for Dec/Alpha and
      Linux/Alpha sorted out as Marc asked. There is no longer any need for
      '-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
      template files (./src/template/{alpha,linuxalpha}). I have replaced every
      instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
      the common symbol between C compilers on both operating systems (RH4.2 &
      DecUnix 4.0b) for alpha.
      1af6b564
    • B
      This patch... · 09baa3cc
      Bruce Momjian 提交于
      1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
      pg_proc.h.
      
      2. Changes those #defines to use the names already defined in
      fmgr.h.
      
      3. Forces the make of fmgr.h in backend/Makefile instead of having
      it
         made as a dependency in access/common/Makefile  *hack*hack*hack*
      
      4. Rearranged the #includes to a less helter-skelter arrangement,
      also
          changing <file.h> to "file.h" to signify a non-system header.
      
      5. Removed "pg_proc.h" from files where its only purpose was for
      the
         #defines removed in item #1.
      
      6. Added "fmgr.h" to each file changed for completeness sake.
      
      Turns out that #6 was not necessary for some files because fmgr.h
      was being included in a roundabout way SIX levels deep by the first
      include.
      
      "access/genam.h"
       ->"access/relscan.h"
         ->"utils/rel.h"
           ->"access/strat.h"
             ->"access/skey.h"
      	 ->"fmgr.h"
      
      So adding fmgr.h really didn't add anything to the compile, hopefully
      just made it clearer to the programmer.
      
      S Darren.
      09baa3cc
    • B
      4fcd0d63
  5. 26 4月, 1998 1 次提交
  6. 24 4月, 1998 1 次提交
  7. 22 4月, 1998 1 次提交
  8. 21 4月, 1998 1 次提交
  9. 17 4月, 1998 2 次提交
  10. 15 4月, 1998 1 次提交
  11. 14 4月, 1998 2 次提交
  12. 12 4月, 1998 2 次提交
  13. 11 4月, 1998 3 次提交
  14. 08 4月, 1998 3 次提交
  15. 07 4月, 1998 2 次提交
  16. 06 4月, 1998 4 次提交
  17. 05 4月, 1998 1 次提交
  18. 02 4月, 1998 1 次提交
  19. 01 4月, 1998 3 次提交
  20. 31 3月, 1998 5 次提交