Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

crypt.c

  • Marc G. Fournier's avatar
    3c1332e5
    Slightly delayed patches from Todd...damn holidays :) · 3c1332e5
    Marc G. Fournier authored
      o  A new patch that contains the following changes:
            -- The pg_pwd file is now cached in the postmaster's memory.
            -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed
               by a backend.
            -- qsort() is used to sort loaded password entries, and bsearch() is
               is used to find entries in the pg_pwd cache.
            -- backends now copy the pg_user relation to pg_pwd.pid, and then
               rename the temp file to be pg_pwd.
            -- The delimiter for pg_pwd has been changed to a tab character.
    3c1332e5
    History
    Slightly delayed patches from Todd...damn holidays :)
    Marc G. Fournier authored
      o  A new patch that contains the following changes:
            -- The pg_pwd file is now cached in the postmaster's memory.
            -- pg_pwd is reloaded when the postmaster detects a flag file creat()'ed
               by a backend.
            -- qsort() is used to sort loaded password entries, and bsearch() is
               is used to find entries in the pg_pwd cache.
            -- backends now copy the pg_user relation to pg_pwd.pid, and then
               rename the temp file to be pg_pwd.
            -- The delimiter for pg_pwd has been changed to a tab character.