1. 10 10月, 2001 3 次提交
    • P
      Allow optional () after current_user, session_user, user, current_time, · ec5c6287
      Peter Eisentraut 提交于
      current_timestamp, current_date for ODBC compatibility.
      
      Add more functions to odbc.sql catalog extension, use new CREATE OR
      REPLACE FUNCTION.
      
      Document iODBC/unixODBC build options.
      ec5c6287
    • B
      This patch fixes a bug introduced in the jdbc bytea support patch. · 839b9bc0
      Barry Lind 提交于
      That patch broke the ability to read data from binary cursors.
      --Barry Lind
       Modified Files:
       	pgsql/src/interfaces/jdbc/org/postgresql/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Connection.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
       	pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/UpdateableResultSet.java
      839b9bc0
    • P
      Bunch of copy fitting and style sheet tweakage to get decent looking print · ffb8f738
      Peter Eisentraut 提交于
      output (from pdfjadetex).  Also updated instructions to install documentation
      processing toolchain.
      ffb8f738
  2. 09 10月, 2001 10 次提交
  3. 08 10月, 2001 2 次提交
  4. 07 10月, 2001 1 次提交
    • T
      Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo · 85801a4d
      Tom Lane 提交于
      lookup info in the relcache for index access method support functions.
      This makes a huge difference for dynamically loaded support functions,
      and should save a few cycles even for built-in ones.  Also tweak dfmgr.c
      so that load_external_function is called only once, not twice, when
      doing fmgr_info for a dynamically loaded function.  All per performance
      gripe from Teodor Sigaev, 5-Oct-01.
      85801a4d
  5. 06 10月, 2001 8 次提交
  6. 05 10月, 2001 16 次提交