- 14 Nov, 2003 13 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
a comma between multiple column_constraint's for a single column. Per report from Tomislaw Kitynski.
-
Tom Lane authored
-
Tom Lane authored
can terminate the bootstrap run.
-
Bruce Momjian authored
-
Tom Lane authored
double or out-of-sequence output with child process.
-
Tom Lane authored
data directory. Also fix handling of error conditions associated with data directory checking step (can't use a boolean to distinguish four possible result states...)
-
Tom Lane authored
usage of PGSemaMagic, the minimum required value is actually 537, but say 1000 just to use a round number. 255 is *not* good enough.
-
Jan Wieck authored
and the cache replacement strategy as well as a description of the ARC algorithm and the special tailoring of that done for PostgreSQL. Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 13 Nov, 2003 15 commits
-
-
Tom Lane authored
of option switches for backend, fix handling of COPY from data files so that we won't have the newline-after-\. issue back again, add back some comments and printouts lost from the shell script, etc. Still needs work for error handling; in particular the shell version worked much more nicely for the case of a postgres executable that fails on invocation.
-
Tom Lane authored
add a header comment/copyright notice.
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
Andrew Dunstan
-
Jan Wieck authored
I added a couple more Assertions while tracking down the exact cause of the former bug. All 93 regression tests pass now. Jan
-
Jan Wieck authored
Jan
-
Bruce Momjian authored
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
-
Tom Lane authored
come out before the action is done.
-
Tom Lane authored
-
Jan Wieck authored
algorithm adopted for PostgreSQL. Jan
-
- 12 Nov, 2003 9 commits
-
-
Tom Lane authored
my fault. Adding it fixes bogus message display when reading a block comment at the end of a script file.
-
Peter Eisentraut authored
-
Tom Lane authored
pghackers proposal of 8-Nov. All the existing cross-type comparison operators (int2/int4/int8 and float4/float8) have appropriate support. The original proposal of storing the right-hand-side datatype as part of the primary key for pg_amop and pg_amproc got modified a bit in the event; it is easier to store zero as the 'default' case and only store a nonzero when the operator is actually cross-type. Along the way, remove the long-since-defunct bigbox_ops operator class.
-
Bruce Momjian authored
website for install as service, because it's a quite a long and complex process. Christopher Kings-Lynne
-
Bruce Momjian authored
> * Ignore temporary tables from other session when processing inheritance
-
Bruce Momjian authored
RESTRICT is not deferrable to the create table reference page. Stephan Szabo
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add free-behind capability for large sequential scans (fadvise)
-
Bruce Momjian authored
-
- 11 Nov, 2003 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-