- 21 Jan, 1999 1 commit
-
-
Vadim B. Mikheev authored
-
- 04 Dec, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 22 Nov, 1998 1 commit
-
-
Vadim B. Mikheev authored
EXPLAIN all indices used.
-
- 22 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Aug, 1998 1 commit
-
-
Bruce Momjian authored
it is now only mergejoin.
-
- 01 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 18 Jul, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Jul, 1998 1 commit
-
-
Bruce Momjian authored
members to be clearer. Fix cost computation for these.
-
- 15 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 23 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 21 Feb, 1998 1 commit
-
-
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;
-
- 13 Feb, 1998 1 commit
-
-
Vadim B. Mikheev authored
(Have to re-visit readfuncs.c)
-
- 10 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 21 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add lock to i386 asm.
-
- 19 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 17 Jan, 1998 1 commit
-
-
Bruce Momjian authored
with supporting code. Creates SubLink node in gram.y. psql.c patch for newatttypmod field.
-
- 16 Jan, 1998 1 commit
-
-
Bruce Momjian authored
varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length.
-
- 15 Jan, 1998 1 commit
-
-
Bruce Momjian authored
Pass List* of Aggregs into executor, and create needed array there. No longer need to double-processs Aggregs with second copy in Query. Fix crash when doing: select sum(x+1) from test where 1 > 0;
-
- 11 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 04 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 24 Dec, 1997 1 commit
-
-
Bruce Momjian authored
-
- 23 Dec, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Add non-working code which is commented-out to copy GroupClause structures.
-
- 18 Dec, 1997 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 20 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 02 Nov, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 19 Sep, 1997 1 commit
-
-
Vadim B. Mikheev authored
-