Vadim B. Mikheev
f0e7e2faa4
ExecReScan for Unique & Sort nodes.
29 years ago
Bruce Momjian
e4fd534645
Partial fix for select distinct in subselect.
29 years ago
Bruce Momjian
55f86ec8f7
Configure patches from Brook Milligan.
29 years ago
Marc G. Fournier
a35a681f97
The getColumns() method in DataBaseMetaData.java returns a column size
...
of -1 for varchar's.
From: CNT systemen BV <cntsys@cistron.nl>
29 years ago
Marc G. Fournier
0e1a352f09
From: Darren King <darrenk@insightdist.com>
...
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.
29 years ago
Marc G. Fournier
aa7244ed01
Change:
...
#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
29 years ago
Bruce Momjian
ec9e44ab7c
Add handling for new RangeTblEntry column name.
29 years ago
Bruce Momjian
856da1e65a
Constlen can be -1, so make it a signed type.
29 years ago
Marc G. Fournier
7b30490bc9
First step done,
...
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;
29 years ago
Edmund Mergl
734328840c
1.7.01.7.0
29 years ago
Edmund Mergl
30b9b529f3
1.7.0
29 years ago
Marc G. Fournier
b34841d511
From: Michael Meskes <meskes@topsystem.de>
...
Please remove src/interfaces/ecpg/prproc/y.tab.h from cvs. It is generated
by make anyway.
29 years ago
Marc G. Fournier
373b85329d
Missign a comma...
...
From: AA van Raalte <alvin@camberlo.demon.co.uk>
29 years ago
Marc G. Fournier
b76e437465
*** empty log message ***
29 years ago
Marc G. Fournier
34dddd51fd
From: Michael Meskes <meskes@topsystem.de>
...
Subject: [PATCHES] one small fix for ecpg
29 years ago
Marc G. Fournier
c6b62a429a
Update bugs section of ecpg...
29 years ago
Marc G. Fournier
7f4edbfade
Okay, revert back to non-REVOKED...happy now? :)
29 years ago
Marc G. Fournier
86af6275a7
From: Andreas.Zeugswetter@telecom.at
...
Improved fix to pg_user/passwd problem...using rewrite rules
29 years ago
Bruce Momjian
df67b83a7a
Password fix. Now people have to do the REVOKE themselves.
29 years ago
Marc G. Fournier
70ddf2dfc2
oops, missed one...
29 years ago
Marc G. Fournier
e53b5269ca
Makefile required some cleaning up for install and make
29 years ago
Marc G. Fournier
24549df4bf
Don't make shared libraries for i386_solaris yet...it doesn't work
29 years ago
Marc G. Fournier
ef12012e5b
Updated from 0.61->0.76
29 years ago
Bruce Momjian
9540d9786e
FIFO lock wait queue, with readers grouped together.
29 years ago
Marc G. Fournier
9a55013403
Various minor modes for i386_solaris
29 years ago
Marc G. Fournier
9a4d023bb5
Check for <netinet/in.h>, required by DG/ux
29 years ago
Marc G. Fournier
1d6424b1fb
From: Michael Meskes <meskes@topsystem.de>
...
Here's my next patch. this one should fix some more bugs. ecpg now fully
understands the whenever statement.
29 years ago
Vadim B. Mikheev
ed875a4132
Fix for InitPlan-s: have to copy subselect' result tuple.
29 years ago
Marc G. Fournier
015593fd00
Already moved to the appropriate documentation directories
29 years ago
Bruce Momjian
fe521fbe76
Update FAQ's for release.
29 years ago
Bruce Momjian
2ed7b03c46
Fix -t for pg_dump when table is uppercase.
29 years ago
Vadim B. Mikheev
e0aab4aa9e
Restore 6.2.1 output
29 years ago
Vadim B. Mikheev
9d557f83d4
GroupState changed.
29 years ago
Vadim B. Mikheev
b1b246ab40
New nodeGroup.c code uses own copy of first tuple in a group.
...
Free memory after comparison in nodeUnique.c
29 years ago
Thomas G. Lockhart
3d18ca70a7
Start shipping gram.y products gram.c and parse.h to avoid having to build
...
them from scratch. gram.y has now grown so that some non-bison yaccs
(including FreeBSDs) run out of room and quit.
29 years ago
Thomas G. Lockhart
ca45412853
Add new subselect test.
29 years ago
Thomas G. Lockhart
ca38b10c00
New table from new subselect test.
29 years ago
Thomas G. Lockhart
8a9fbcc9c3
Include products of gram.y to allow systems without bison to build Postgres.
...
The parser recently grew too big for some yaccs, including FreeBSD.
29 years ago
Thomas G. Lockhart
64ebb583bc
Allow LIKE expression in constraint clause.
...
Allow USER and VALID as column names and identifiers.
29 years ago
Thomas G. Lockhart
5ac4dcaa19
Fix parsing for <identifier>-<number> which was mis-identified as a unary
...
minus. Example is SELECT f1-2 FROM INT4_TBL;
29 years ago
Thomas G. Lockhart
6c1abf0d3c
Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)
...
used in regression tests. No longer core dumps.
29 years ago
Thomas G. Lockhart
1aa93cbfa6
Remove inclusion of the doc make. Looks like all of the man pages are
...
in the usual man page source directory anyway. Source tree now builds.
29 years ago
Thomas G. Lockhart
38004ce57b
Cancel last version which introduced unintended flags
...
for linux-alpha support.
29 years ago
Vadim B. Mikheev
581166da91
Fix useor for (a,b...) Op ANY/ALL
29 years ago
Marc G. Fournier
cdfac31335
I'm getting a SEGV error when testing ecpg using the perftest,or
...
any other, example program.
I have tracked this down to a call to PQfinish() in ECPGfinish()
that occurs before any connection is established.
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
29 years ago
Marc G. Fournier
74e015916e
Update the preprocessor code
...
From: Michael Meskes <meskes@topsystem.de>
29 years ago
Marc G. Fournier
922ea913b1
Check for and include <getopt.h>
29 years ago
Marc G. Fournier
6ab7e31efd
Just another missing dummy file
29 years ago
Marc G. Fournier
203f6d93da
2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in
...
backend/port/isinf.c it tries to compile two versions of
isinf().
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
29 years ago
Marc G. Fournier
25ad1439e1
Major update of ecpg preprocessor
...
From: Michael Meskes <meskes@topsystem.de>
29 years ago