- 07 Jan, 1998 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
- 06 Jan, 1998 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfunc code and add missing fields for Query structure and new Union fields. Fix optimizer bug shown in new \do command. Change WARN to ERROR in contrib and regression stuff.
-
- 05 Jan, 1998 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Jan, 1998 3 commits
-
-
Marc G. Fournier authored
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 02 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
need to include string.h for strdup() From: Bryan Henderson <bryanh@giraffe-data.com>
-
- 01 Jan, 1998 9 commits
-
-
Thomas G. Lockhart authored
Comment-out dynamic link function declarations since they are all provided by the system. Should we bother continuing to support non-elf Linux systems??
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Change declarations from "struct varlena *" to "text *". Remove register variables since compiler should do better on its own.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Change NOTICE/NOTICE/NOTICE/WARN elog messages to a single message with a few newline/tab breaks embedded in the string. Much cleaner I hope.
-
Thomas G. Lockhart authored
closer to standard behavior. Substitute "text *" for "struct varlena *" in declarations.
-
Thomas G. Lockhart authored
sigsetjmp as a macro, so gives compiler warning without bracketing.
-
Thomas G. Lockhart authored
-
- 31 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 30 Dec, 1997 4 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
-
Marc G. Fournier authored
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
-
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.
-
- 29 Dec, 1997 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 27 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 26 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
PORTNAME should not be used anywhere anymore...I hope :)
-