- 14 Jul, 2003 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
and 100 respectively, if the platform will allow it. initdb selects values that are not too large to allow the postmaster to start, and places these values in the installed postgresql.conf file. This allows us to continue to start up out-of-the-box on platforms with small SHMMAX, while having somewhat-realistic default settings on platforms with reasonable SHMMAX. Per recent pghackers discussion.
-
Tom Lane authored
ascii.c.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
- Init sqlca in ECPGprepare(). - Added CLOSE DATABASE for Informix compatibility.
-
- 09 Jul, 2003 7 commits
-
-
Bruce Momjian authored
Aizaz Ahmed
-
Michael Meskes authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
to zero.
-
Bruce Momjian authored
or increased only by super-users. This fixes problems caused by making certain variables SUSET for security reasons.
-
Barry Lind authored
spec complient with regards to various data/time/timestamp objects Modified Files: jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
- 08 Jul, 2003 2 commits
-
-
Michael Meskes authored
-
Michael Meskes authored
-
- 07 Jul, 2003 1 commit
-
-
Michael Meskes authored
"char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one.
-
- 04 Jul, 2003 7 commits
-
-
Tom Lane authored
this is merely an API inconsistency, but in ecpg it's fatal.) Also, fix misconceived overflow test in HAVE_INT64_TIMESTAMP case.
-
Tom Lane authored
-
Tom Lane authored
without needing a running backend. Reorder postgresql.conf.sample to match new layout of runtime.sgml. This commit re-adds work lost in Wednesday's crash.
-
Tom Lane authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
function-not-found messages now distinguish the cases no-match and ambiguous-match, and they follow the style guidelines too.
-
- 03 Jul, 2003 3 commits
-
-
Tom Lane authored
integer conversions gave the wrong answer for values with stripped trailing zeroes, such as 10000000.
-
Tom Lane authored
instead of the former kluge whereby gram.y emitted already-transformed expressions. This is needed so that Params appearing in these clauses actually work correctly. I suppose some might claim that the side effect of 'SELECT ... LIMIT 2+2' working is a new feature, but I say this is a bug fix.
-
Tom Lane authored
so it has some chance of working in rules ...
-
- 02 Jul, 2003 1 commit
-
-
Michael Meskes authored
-
- 01 Jul, 2003 11 commits
-
-
Tom Lane authored
linked-list search of function cache with hash-table lookup. By Joe Conway.
-
Bruce Momjian authored
-
Tom Lane authored
It also works to create a non-polymorphic aggregate from polymorphic functions, should you want to do that. Regression test added, docs still lacking. By Joe Conway, with some kibitzing from Tom Lane.
-
Tom Lane authored
takes only a few more lines of code than preventing it, so might as well support it.
-
Tom Lane authored
-
Tom Lane authored
-
Michael Meskes authored
Applied patch by Philip Yarra to fix some thread issues. Added a new data type "decimal" which is mostly the same as our "numeric" but uses a fixed length array to store the digits. This is for compatibility with Informix and maybe others.
-
Tom Lane authored
a SQL function with polymorphic inputs, we can at least run the raw parser to catch silly syntactic errors.
-
Peter Eisentraut authored
-
Tom Lane authored
ANYELEMENT. The effect is to postpone typechecking of the function body until runtime. Documentation is still lacking. Original patch by Joe Conway, modified to postpone type checking by Tom Lane.
-
Peter Eisentraut authored
-
- 30 Jun, 2003 2 commits
-
-
Dave Cramer authored
getByte, getSort if input has decimal or whitespace setObject if object is a BIT boolean not on list of SQLKeywords
-
Tom Lane authored
to build.
-