- 20 Feb, 1999 1 commit
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael_Meskes@topmail.de> See Changes file...
-
- 19 Feb, 1999 7 commits
-
-
Tom Lane authored
calling PQsetdb ...
-
Tom Lane authored
postmaster will release whatever it did get before dying.
-
Tom Lane authored
(--with-maxbackends). Add a postmaster switch (-N backends) that allows the limit to be reduced at postmaster start time. (You can't increase it, sorry to say, because there are still some fixed-size arrays.) Grab the number of semaphores indicated by min(MAXBACKENDS, -N) at postmaster startup, so that this particular form of bogus configuration is exposed immediately rather than under heavy load.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
- 18 Feb, 1999 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
client connection.
-
Bruce Momjian authored
-
- 16 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 15 Feb, 1999 10 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
symmetry with regprocout.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
what is_opclause will accept.
-
- 14 Feb, 1999 4 commits
-
-
Tom Lane authored
A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Feb, 1999 10 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
decade, century, or millenium.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Fix problem with date_part() for timespan (had an offset of one) when given decade, century, and millenium as arguments. Reported by Ricardo J.C.Coelho.
-
Thomas G. Lockhart authored
Change #if FALSE to #if NOT_USED to avoid port problems. Fix up pg_indent weirdness with function argument declarations.
-
Thomas G. Lockhart authored
Fix output type for int8out, but I don't think it matters.
-
Thomas G. Lockhart authored
modules. Used to be in dt.c I think.
-
Thomas G. Lockhart authored
Master's Thesis.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Should merge with or complement Stefan's Master's Thesis intro to SQL.
-