postgresql/src
Marc G. Fournier 3c1332e573 Slightly delayed patches from Todd...damn holidays :)
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.
1997-12-30 02:26:56 +00:00
..
backend Slightly delayed patches from Todd...damn holidays :) 1997-12-30 02:26:56 +00:00
bin Slightly delayed patches from Todd...damn holidays :) 1997-12-30 02:26:56 +00:00
include Slightly delayed patches from Todd...damn holidays :) 1997-12-30 02:26:56 +00:00
interfaces Add newline/tab to middle of long failure message to pretty it up a bit. 1997-12-23 20:00:06 +00:00
lextest
makefiles
man Cleanup of UNION ALL fix. Manual page updates. 1997-12-29 01:13:37 +00:00
template
test
tools Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to delete tmp files. 1997-12-23 21:38:53 +00:00
tutorial
utils
config.guess
config.sub
configure Make sure configure reflects changes 1997-12-20 03:41:06 +00:00
configure.in Make sure configure reflects changes 1997-12-20 03:41:06 +00:00
DEVELOPERS
GNUmakefile.in Knew I missed somewhere...remove PORTNAME references from GNUmakefile.in, since 1997-12-26 22:35:53 +00:00
install-sh
Makefile
Makefile.global.in Potential fix for Bruce's "test" problem 1997-12-20 18:36:26 +00:00