- 11 May, 1999 3 commits
-
-
Jan Wieck authored
-d4 now prints compressed trees from nodeToString() -d5 prints pretty trees via nodeDisplay() new pg_options: pretty_plan, pretty_parse, pretty_rewritten Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 May, 1999 11 commits
-
-
Bruce Momjian authored
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
on connection. This patch changes it to use PQconnectdb rather than {fe_setauthsvc,PQsetdb}. This still isn't the complete solution, as there is no provision for user,password in class PgEnv, but it does get rid of the error message. Tested with gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) under NetBSD-1.3K/i386. Cheers, Patrick Welche
-
Bruce Momjian authored
-
Bruce Momjian authored
works with a new policy in cascade mode . Please Read README.MAX . I do not know if you are the author of refint.c , but if not please tell me who is . Thank you ( excuse me for my bad english) . Massimo Lambertini massimo.lambertini@everex.it
-
Bruce Momjian authored
to postgres.init.sh , clairify the options available, and to add easy support for installation of postgres into the runlevel system. "sh postgres.init.sh install" Will now install "postgres" in the /etc/rc.d/init.d directory and execute /sbin/chkconfig to hook up the symbolic links. An uninstall option is also added. Enclosed is the patch and the patched file Clark
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
real affect now.
-
- 09 May, 1999 8 commits
-
-
Tom Lane authored
definition of numeric_in.
-
Tom Lane authored
on queries involving UNION, EXCEPT, INTERSECT.
-
Tatsuo Ishii authored
cause troubles. See Message-Id: <199905090312.MAA00466@ext16.sra.co.jp> for more details.
-
Vadim B. Mikheev authored
Fixed by Hiroshi.
-
Tom Lane authored
-
Tom Lane authored
fopen(), instead of going through fd.c ... naughty naughty.
-
Tom Lane authored
code, instead of not-very-bulletproof stuff they had before.
-
Tom Lane authored
files to be closed automatically at transaction abort or commit, should they still be open. Also close any still-open stdio files allocated with AllocateFile at abort/commit. This should eliminate problems with leakage of file descriptors after an error. Also, put in some primitive buffered-IO support so that psort.c can use virtual files without severe performance penalties.
-
- 08 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 07 May, 1999 5 commits
-
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
"SYSTEM", and unpack the files in the uuencoded .tar.gz file at the end in src/test/regress so that the int2, int4 and geometry tests pass on NetBSD/i386. They just fail on different wording of error messages and eg printing "0" rather than "-0". At a guess the same will be true for the other NetBSD ports, but I can't test them. Cheers, Patrick
-
Bruce Momjian authored
with "SYSTEM", Patrick Welche
-
Vadim B. Mikheev authored
Get rid of Extend lock mode.
-
- 06 May, 1999 4 commits
-
-
Tom Lane authored
-
Tom Lane authored
that led to CASE expressions not working very well in joined queries.
-
Tom Lane authored
meaning that this failed: select proname,typname,prosrc from pg_proc,pg_type where proname = 'float8' and pg_proc.proargtypes[0] = pg_type.oid;
-
Tom Lane authored
about certain to fail anytime it decided the relation to be hashed was too big to fit in memory --- the code for 'batching' a series of hashjoins had multiple errors. I've fixed the easier problems. A remaining big problem is that you can get 'hashtable out of memory' if the code's guesstimate about how much overflow space it will need turns out wrong. That will require much more extensive revisions to fix, so I'm committing these fixes now before I start on that problem.
-
- 05 May, 1999 2 commits
-
-
Bruce Momjian authored
arrayfuncs.patch fixes a small bug in my previous patches for arrays array-regress.patch adds _bpchar and _varchar to regression tests -- Massimo Dal Zotto
-
Bruce Momjian authored
-
- 04 May, 1999 6 commits
-
-
Tom Lane authored
-
Thomas G. Lockhart authored
Original code used float8out(), but the resulting exponential notation was not handled (e.g. '3E9' was decoded as '3').
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Should this be in the tutorial instead?
-