- 05 Jan, 1998 2 commits
- 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
 
- 
- 04 Jan, 1998 3 commits
- 
- 
Marc G. Fournier authoredFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
 
- 
- 02 Jan, 1998 1 commit
- 
- 
Marc G. Fournier authoredneed to include string.h for strdup() From: Bryan Henderson <bryanh@giraffe-data.com> 
 
- 
- 01 Jan, 1998 9 commits
- 
- 
Thomas G. Lockhart authoredComment-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 authoredChange 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 authoredChange 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 authoredcloser to standard behavior. Substitute "text *" for "struct varlena *" in declarations. 
- 
Thomas G. Lockhart authoredsigsetjmp 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 authoredFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 
- 
Marc G. Fournier authoredFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 
- 
Marc G. Fournier authoredo 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 4 commits
- 
- 
Marc G. Fournier authoredPORTNAME should not be used anywhere anymore...I hope :) 
- 
Vadim B. Mikheev authored
- 
Vadim B. Mikheev authored
- 
Vadim B. Mikheev authored^^^^ gcc likes this 
 
- 
- 24 Dec, 1997 1 commit
- 
- 
Bruce Momjian authored
 
- 
- 23 Dec, 1997 10 commits
- 
- 
Bruce Momjian authored
- 
Bruce Momjian authored
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authoredAdd unionall boolean field to SubSelect structure. 
- 
Thomas G. Lockhart authored(> 16 characters) are allowed in pg_proc (thanks Bruce!). 
- 
Thomas G. Lockhart authoredAdd non-working code which is commented-out to copy GroupClause structures. 
- 
Thomas G. Lockhart authored
- 
Thomas G. Lockhart authoredand from SELECT ... INTO ... support code. Allow NOT, IS NULL, IS NOT NULL in constraints. Define unionall boolean flag in SubSelect structure. Implement row descriptors: (a, b, c) = (x, y, z). Change IS TRUE, IS FALSE, etc. to expressions using "=" rather than function calls to istrue() or isfalse() to allow optimization. Force type for TRUE and FALSE to bool. 
- 
Thomas G. Lockhart authoredAdd a few lines of test code playing with the unique flag for unions. Does not do much helpful yet. 
- 
Thomas G. Lockhart authored
 
-