- 20 Feb, 2001 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* reverse the change #include <> -> "" in krb.c. It _must not_ include files in "." * Makefile update. Inconsistent var usage and SHLIB was not set. Now it should work with all external libs. arko Kreen
-
Tom Lane authored
so that we don't reject overlength names unnecessarily.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
use the ANSI varargs style (<stdarg.h>) not the old style. Tatsuo had reported this change was necessary back in the 7.0 beta cycle (4/13/00) but for some reason, making the edit never got done.
-
- 19 Feb, 2001 11 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
syntax. Fix the RESULT_OID case, which never worked. Add documentation.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Tatsuo Ishii authored
STRTOL='strtoul.o' --> STRTOUL='strtoul.o'
-
Tom Lane authored
in FROM instead of an auxiliary view. We didn't have subselect-in-FROM when I wrote this originally...
-
Tom Lane authored
-
- 18 Feb, 2001 10 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
the ones specified by SQL.
-
Tom Lane authored
option of CREATE DATABASE. In pg_regress, create regression database from template0 to ensure that any installation-local cruft in template1 will not mess up the tests.
-
Peter Eisentraut authored
current_time, current_timestamp. Add more examples. Remove age(), because it doesn't work like it is documented, and no one could explain it to me.
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
waste of cycles on single-CPU machines, and of dubious utility on multi-CPU machines too. Tweak s_lock_stuck so that caller can specify timeout interval, and increase interval before declaring stuck spinlock for buffer locks and XLOG locks. On systems that have fdatasync(), use that rather than fsync() to sync WAL log writes. Ensure that WAL file is entirely allocated during XLogFileInit.
-
Tom Lane authored
either wrong or unnecessary in most cases, and on systems where setting status takes a kernel call, the overhead of setting status three times per command rather than two is annoying.
-
- 17 Feb, 2001 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
(thanks!)
-
Tom Lane authored
if it returns EINTR.
-
Tom Lane authored
FileWrite, FileSeek.
-
- 16 Feb, 2001 5 commits
-
-
Tom Lane authored
to generate unnecessarily stupid code. Tweak macro to describe a series of store-constant ops, not store/load/store/load/store/load/store.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
with encoding other than SQL_ASCII. Per recent discussion in pghackers.
-