1. 19 Feb, 2011 6 commits
    • Peter Eisentraut's avatar
      Invalidate PL/Python functions with composite type argument when the · b05186f8
      Peter Eisentraut authored
      type changes.
      
      The invalidation will cause the type information to be refetched, and
      everything will work.
      
      Jan Urbański, reviewed by Alex Hunsaker
      b05186f8
    • Bruce Momjian's avatar
      Initialize variable to quiet compiler. · 964b46d0
      Bruce Momjian authored
      964b46d0
    • Peter Eisentraut's avatar
      Set psql client encoding from locale by default · 02e14562
      Peter Eisentraut authored
      Add a new libpq connection option client_encoding (which includes the
      existing PGCLIENTENCODING environment variable), which besides an
      encoding name accepts a special value "auto" that tries to determine
      the encoding from the locale in the client's environment, using the
      mechanisms that have been in use in initdb.
      
      psql sets this new connection option to "auto" when running from a
      terminal and not overridden by setting PGCLIENTENCODING.
      
      original code by Heikki Linnakangas, with subsequent contributions by
      Jaime Casanova, Peter Eisentraut, Stephen Frost, Ibrar Ahmed
      02e14562
    • Tom Lane's avatar
      Create the catalog infrastructure for foreign-data-wrapper handlers. · 327e0250
      Tom Lane authored
      Add a fdwhandler column to pg_foreign_data_wrapper, plus HANDLER options
      in the CREATE FOREIGN DATA WRAPPER and ALTER FOREIGN DATA WRAPPER commands,
      plus pg_dump support for same.  Also invent a new pseudotype fdw_handler
      with properties similar to language_handler.
      
      This is split out of the "FDW API" patch for ease of review; it's all stuff
      we will certainly need, regardless of any other details of the FDW API.
      FDW handler functions will not actually get called yet.
      
      In passing, fix some omissions and infelicities in foreigncmds.c.
      
      Shigeru Hanada, Jan Urbanski, Heikki Linnakangas
      327e0250
    • Bruce Momjian's avatar
      Improve text search prefix doc addition. · 4077980d
      Bruce Momjian authored
      4077980d
    • Bruce Momjian's avatar
      Document that text search comparisons happen after text search · 5bba4948
      Bruce Momjian authored
      configuration rules.
      
      Erik Rijkers
      5bba4948
  2. 18 Feb, 2011 14 commits
  3. 17 Feb, 2011 15 commits
  4. 16 Feb, 2011 5 commits