- 24 Feb, 2001 2 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
proc_exit(1). Unless you think a system-wide restart is an appropriate response to bogus PGOPTIONS, that is.
-
- 23 Feb, 2001 16 commits
-
-
Tom Lane authored
on some platforms, which is not too surprising considering how platform specific these macros must be).
-
Bruce Momjian authored
version number from the current database, and couldn't find any existing program to do that. linda:~$ pg_controldata Log file id: 0 Log file segment: 5 Last modified: Wed Feb 7 19:35:47 2001 Database block size: 8192 Blocks per segment of large relation: 131072 Catalog version number: 200101061 LC_COLLATE: en_GB LC_CTYPE: en_GB Log archive directory: Oliver Elphick Oliver.Elphick@lfix.co.uk
-
Tom Lane authored
right. We should MAXALIGN the individual items because we'll allocate them individually, not as an array.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> Is there one LOCKMETHODCTL for every backend? I thought there was only > one of them. >> >> You're right, that line is erroneous; it should read >> >> size += MAX_LOCK_METHODS * MAXALIGN(sizeof(LOCKMETHODCTL)); >> >> Not a significant error but it should be changed for clarity ...
-
Marc G. Fournier authored
update to beta5 ... I think I ran cvs2cl right this time? :)
-
Marc G. Fournier authored
update to beta5
-
Hiroshi Inoue authored
-
Hiroshi Inoue authored
-
Tatsuo Ishii authored
Eiji Tokuya" <e-tokuya@Mail.Sankyo-Unyu.co.jp>
-
Thomas G. Lockhart authored
Linux/Alpha, Linux/Sparc, MacOS-X.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Feb, 2001 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
up the comments later.
-
Bruce Momjian authored
-
Bruce Momjian authored
if it's correct to post here. It's simple to do the translation, And I've test in 7.0.2 & current CVS, seems pretty good. If anyone want this little thing, I'll very happy. use it is very simple, just gunzip it and copy to $PGDIR/share/pgaccess/lib/languages/ for current CVS version, and $PGDIR/pgaccess/lib/languages/ for 7.0* BTW: I havn't got the tools to translate it to BIG5 encoding, is there anybody to to it? He Weiping(Laser Henry)
-
Hiroshi Inoue authored
during WAL recovery. Recovery failure is always serious.
-
Tom Lane authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Hiroshi Inoue authored
reported by Matteo Cavalleri. Great thanks to Tom for his accurate analysis.
-
- 21 Feb, 2001 8 commits
-
-
Tom Lane authored
semantics, a few other small improvements.
-
Tom Lane authored
microseconds < 100000 should be displayed as, eg, 13.000126, not 13.126.
-
Bruce Momjian authored
-
Tom Lane authored
in Turkish locale. Keywords are now checked under pure ASCII case-folding rules ('A'-'Z'->'a'-'z' and nothing else). However, once a word is determined not to be a keyword, it will be case-folded under the current locale, same as before. See pghackers discussion 20-Feb-01.
-
Peter Eisentraut authored
markup. ;-)
-
Tatsuo Ishii authored
in multi-byte build.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 20 Feb, 2001 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
be lurking in the install target directory. But don't zap up-to-date headers (so install-all-headers before regular install will work). Per suggestion from Larry Rosenman.
-