- 10 Apr, 2000 2 commits
-
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
- 09 Apr, 2000 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
as a shared dirtybit for each shared buffer. The shared dirtybit still controls writing the buffer, but the local bit controls whether we need to fsync the buffer's file. This arrangement fixes a bug that allowed some required fsyncs to be missed, and should improve performance as well. For more info see my post of same date on pghackers.
-
Tom Lane authored
-
- 08 Apr, 2000 19 commits
-
-
Tom Lane authored
message at startup.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
than not knowing what they are at all. Perhaps they should have their own type category? Hard to say. In the meantime, doing it this way allows SELECT 'unknown' || 'unknown' to continue being resolved as textcat, instead of spitting out an ambiguous-operator error.
-
Tom Lane authored
could output several different high digits on most PC Unixen.
-
Bruce Momjian authored
-
Tom Lane authored
-
Michael Meskes authored
-
Tom Lane authored
-
Tom Lane authored
to a non-LO relation.
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add mention of transcendental functions.
-
Thomas G. Lockhart authored
<a.joubert@albourne.com>.
-
Tom Lane authored
-
Tom Lane authored
can be set via environment variable PMOPTIONS. Default is -o -F.
-
Tom Lane authored
parse node types. This allows these statements to be placed in a plpgsql function. Also, see to it that statement types not handled by the copy logic will draw an appropriate elog(ERROR), instead of leaving a null pointer that will cause coredump later on. More utility statements could be added if anyone felt like turning the crank.
-
- 07 Apr, 2000 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
resultmap additions for solaris x86 ...
-
Tom Lane authored
if initdb fails.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Add a random number generator and seed setter (random(), SET SEED) Fix up the interval*float8 math to carry partial months into the time field. Add float8*interval so we have symmetry in the available math. Fix the parser and define.c to accept SQL92 types as field arguments. Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is necessary to allow... Bit/varbit support in contrib/bit cleaned up to compile and load cleanly. Still needs some work before final release. Implement the "SOME" keyword as a synonym for "ANY" per SQL92. Implement ascii(text), ichar(int4), repeat(text,int4) to help support the ODBC driver. Enable the TRUNCATE() function mapping in the ODBC driver.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
General cleanup for 7.0.
-
Thomas G. Lockhart authored
Note that there is some trouble with inconsistant input/output formats.
-
Vadim B. Mikheev authored
-
Tom Lane authored
properly shut down in EndPlan, else we fail to free buffers and so forth that they hold.
-
Tom Lane authored
Ensure that outer tuple link needed for inner indexscan qual evaluation gets set in the EvalPlanQual case. This stops coredump, but we still have resource leaks due to failure to clean up EvalPlanQual properly...
-