Skip to content
Snippets Groups Projects
  1. Mar 31, 2010
  2. Mar 17, 2010
  3. Feb 20, 2010
  4. Feb 03, 2010
  5. Feb 02, 2010
  6. Jan 27, 2010
  7. Jan 26, 2010
  8. Jan 15, 2010
    • Heikki Linnakangas's avatar
      Introduce Streaming Replication. · 40f908bd
      Heikki Linnakangas authored
      This includes two new kinds of postmaster processes, walsenders and
      walreceiver. Walreceiver is responsible for connecting to the primary server
      and streaming WAL to disk, while walsender runs in the primary server and
      streams WAL from disk to the client.
      
      Documentation still needs work, but the basics are there. We will probably
      pull the replication section to a new chapter later on, as well as the
      sections describing file-based replication. But let's do that as a separate
      patch, so that it's easier to see what has been added/changed. This patch
      also adds a new section to the chapter about FE/BE protocol, documenting the
      protocol used by walsender/walreceivxer.
      
      Bump catalog version because of two new functions,
      pg_last_xlog_receive_location() and pg_last_xlog_replay_location(), for
      monitoring the progress of replication.
      
      Fujii Masao, with additional hacking by me
      40f908bd
  9. Dec 12, 2009
    • Magnus Hagander's avatar
      Allow LDAP authentication to operate in search+bind mode, meaning it · 0182d6f6
      Magnus Hagander authored
      does a search for the user in the directory first, and then binds with
      the DN found for this user.
      
      This allows for LDAP logins in scenarios where the DN of the user cannot
      be determined simply by prefix and suffix, such as the case where different
      users are located in different containers.
      
      The old way of authentication can be significantly faster, so it's kept
      as an option.
      
      Robert Fleming and Magnus Hagander
      0182d6f6
  10. Oct 01, 2009
  11. Jun 24, 2009
  12. May 16, 2009
  13. Apr 11, 2009
  14. Mar 22, 2009
  15. Jan 09, 2009
  16. Jan 07, 2009
  17. Jan 02, 2009
  18. Nov 28, 2008
  19. Nov 20, 2008
  20. Nov 18, 2008
  21. Oct 28, 2008
  22. Oct 23, 2008
    • Magnus Hagander's avatar
      * make pg_hba authoption be a set of 0 or more name=value pairs · 7356381e
      Magnus Hagander authored
      * make LDAP use this instead of the hacky previous method to specify
        the DN to bind as
      * make all auth options behave the same when they are not compiled
        into the server
      * rename "ident maps" to "user name maps", and support them for all
        auth methods that provide an external username
      
      This makes a backwards incompatible change in the format of pg_hba.conf
      for the ident, PAM and LDAP authentication methods.
      7356381e
  23. Sep 15, 2008
  24. Jan 05, 2008
  25. Dec 29, 2007
  26. Nov 14, 2007
  27. Nov 10, 2007
  28. Nov 09, 2007
  29. Sep 14, 2007
  30. Jul 23, 2007
  31. Jul 18, 2007
  32. Mar 24, 2007
  33. Jan 31, 2007
    • Bruce Momjian's avatar
      Update documentation on may/can/might: · a134ee33
      Bruce Momjian authored
      Standard English uses "may", "can", and "might" in different ways:
      
              may - permission, "You may borrow my rake."
      
              can - ability, "I can lift that log."
      
              might - possibility, "It might rain today."
      
      Unfortunately, in conversational English, their use is often mixed, as
      in, "You may use this variable to do X", when in fact, "can" is a better
      choice.  Similarly, "It may crash" is better stated, "It might crash".
      
      Also update two error messages mentioned in the documenation to match.
      a134ee33
  34. Nov 23, 2006
Loading