- 22 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
Enclosed is the regression.diffs file from running the Feb 21st snapshot regression tests for inclusion in src/test/regression as regression.Aix41. Appears to be standard differences to me, error messages, fp accuracy and times off by an hour due to PST vs PDT.
-
- 21 Feb, 1998 4 commits
-
-
Marc G. Fournier authored
#define TAPETEMP "pg_btsortXXXXXX" to: #define TAPETEMP "pg_btsortXXXXXXX" For some reason, under FreeBSD, it appears that the mktemp() value needs the extra 'X' to improve/ensure uniqueness
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
below is the patch to have views to override the permission checks for the accessed tables. Now we can do the following: CREATE VIEW db_user AS SELECT usename, usesysid, usecreatedb, usetrace, usecatupd, '**********'::text as passwd, valuntil FROM pg_user; REVOKE ALL ON pg_user FROM public; REVOKE ALL ON db_user FROM public; GRANT SELECT ON db_user TO public;
-
- 20 Feb, 1998 8 commits
-
-
Edmund Mergl authored
-
Edmund Mergl authored
-
Marc G. Fournier authored
Please remove src/interfaces/ecpg/prproc/y.tab.h from cvs. It is generated by make anyway.
-
Marc G. Fournier authored
From: AA van Raalte <alvin@camberlo.demon.co.uk>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Subject: [PATCHES] one small fix for ecpg
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 19 Feb, 1998 12 commits
-
-
Marc G. Fournier authored
Improved fix to pg_user/passwd problem...using rewrite rules
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Here's my next patch. this one should fix some more bugs. ecpg now fully understands the whenever statement.
-
Vadim B. Mikheev authored
-
Marc G. Fournier authored
-
- 18 Feb, 1998 15 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
Free memory after comparison in nodeUnique.c
-
Thomas G. Lockhart authored
them from scratch. gram.y has now grown so that some non-bison yaccs (including FreeBSDs) run out of room and quit.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
The parser recently grew too big for some yaccs, including FreeBSD.
-
Thomas G. Lockhart authored
Allow USER and VALID as column names and identifiers.
-
Thomas G. Lockhart authored
minus. Example is SELECT f1-2 FROM INT4_TBL;
-
Thomas G. Lockhart authored
used in regression tests. No longer core dumps.
-
Thomas G. Lockhart authored
in the usual man page source directory anyway. Source tree now builds.
-
Thomas G. Lockhart authored
for linux-alpha support.
-
Vadim B. Mikheev authored
-